-
Notifications
You must be signed in to change notification settings - Fork 669
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
Sync should continue when a singe failure occurs #7586
Comments
@mmattel Thanks for reporting! Could you post the relevant lines from the client debug log? |
Here we go. I neutralized the content regarding sensitive information.
If I renove the particular folder |
@ogoffart Why not continue after a 504? (especially if it's a mounted folder?) |
The original code from csync was stopping at any error. |
The original code from csync was stopping at any error. But we have been whitelisting soeme http error code one by one to ignore the directory instead of aborting the sync. However, as there are more requests to continue the sync in case of error, just ignore most HTTP errors Issue #7586
In PR #7588 , i ignore the directory and continue the sync in case of any HTTP error >= 403 |
The original code from csync was stopping at any error. But we have been whitelisting soeme http error code one by one to ignore the directory instead of aborting the sync. However, as there are more requests to continue the sync in case of error, just ignore most HTTP errors Issue #7586
@mmattel could you install testpilot https://software.opensuse.org//download.html?project=isv:ownCloud:testpilot:testing&package=testpilotcloud-client |
Expected behaviour
Sync should continue
Actual behaviour
When you have a (very) slow backend like a FTP mount with a thin line, syncing stops because of eg. timeouts or the server replied with a error but an empty reply message (red line in sync screen) even there are much more items/mounts to be synced.
Server configuration
Operating system: Ubuntu 18.04
Web server: nginx
Database: mariadb
PHP version: 7.2
ownCloud version: 10.3
Storage backend (external storage): SMB, FTP
Client configuration
Client version: 2.6
Operating system: macOS
OS language: DE
The text was updated successfully, but these errors were encountered: