Skip to content
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

ESOCKETTIMEOUT during move operation #257

Open
pixtron opened this issue Sep 14, 2020 · 0 comments
Open

ESOCKETTIMEOUT during move operation #257

pixtron opened this issue Sep 14, 2020 · 0 comments
Labels

Comments

@pixtron
Copy link
Member

pixtron commented Sep 14, 2020

Describe the bug

1.) User moves /a/a.txt to /b/b.txt
2.) During the sync operation client runs in ESOCKETTIMEOUT, but server got the request and silently processes it.
3.) As the request was not successfull from the client perspective, the client puts the operation into the error queue and tries later.
4.) Upon next sync client tries to execute the move action again, but server responds with "source node a.txt is already in the requested parent folder"
5.) Client reschedules the operation again, although it could forget about it.

See RM24458

Expected behavior

The client should not reschedule the operation after recieving the error "source node a.txt is already in the requested parent folder"

Environment

  • desktop client version: v1.2.2
@pixtron pixtron added the bug label Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant