-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROPFIND timeout: show folder with error, and don't abort sync run #6826
Comments
I think we can at least get the folder name showing into 2.5.1. |
This PR adds the folder path to the error message: #6850, moving the rest of the ticket to 2.6 |
Note that for 2.6 it'd be nice to improve error message strings. Currently they are unpretty like "An error occurred while opening a folder B: Operation canceled" since I didn't want to touch translated strings for 2.5.1 and keep the change minimal. |
Directory discovery job errors like this one are still fatal in 2.6. I'll look at making them non-fatal. |
Previously receiving unexpected replies from the server during discovery would terminate the sync run with a fatal error. Now it only causes an error on the affected item.
An user added 25k PDF files to a single folder. (7GB in total) this is obviously too much for the ownCloud server and causes erratic behaviour. Needs to be fixed on the server-side, but maybe the client can also be improved a little bit.
ownCloud client 2.4.2 shows timeout error, but doesn't display which folder caused the timeout:
The new ownCloud client 2.5 produced the same error.
It would be smart to list at least the folder name in the error message. It took the user pretty long time to find out which folder of the customer was causing this problem. By unselecting this folder, the sync could continue and finished successfully.
The really annoying issue is that the ownCloud client starts checking the content over and over again - but this time at least we could see the folder name which was causing the problem.
Maybe this should be added to #5859 (Never ever abort sync runs…)
Expected behaviour
Actual behaviour
Steps to reproduce
PROPFIND
)Server configuration
n.a.
Client configuration
Client version:
2.4.2, 2.5.0
Operating system:
Win, Mac
OS language:
EN, DE
@owncloud/desktop-core-developers Any idea what can be improved here?
00010651
The text was updated successfully, but these errors were encountered: