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

Uploading the same folder twice in parallel shows unexpected behavior #9220

Closed
rhafer opened this issue Jun 13, 2023 · 1 comment · Fixed by #10156
Closed

Uploading the same folder twice in parallel shows unexpected behavior #9220

rhafer opened this issue Jun 13, 2023 · 1 comment · Fixed by #10156
Assignees
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@rhafer
Copy link

rhafer commented Jun 13, 2023

When trying to upload the same folder in parallel twice using the WebUI. The second upload will somehow fail when creating the initial folder (the initial MKCOL seems to fail) but the it will start uploading the subfolder of the uploaded directory into the top level folder. See the attached screen recording for details (the first upload finished around 1min into the video)

2023-06-13.16-17-26.mp4

This looks pretty much like an issue in web to me. Looking at the dev console I could see the MKCOL on the top-level folder (kubespray) failing (which I guess is ok since it already exists), but that it does an MKCOL on the toplevel for one of subfolders of to be uploaded folder (.git in this case).

@JammingBen JammingBen added Type:Bug Something isn't working Priority:p3-medium Normal priority labels Jun 26, 2023
@jacob-nv jacob-nv self-assigned this Sep 26, 2023
@jacob-nv
Copy link
Contributor

@JammingBen I was able to replicate it about once and partially. I never really see other upload displayed in progress bar. Fail message never displayed for me. Subsequent uploads of same directory were just blocked.

The one time I was able to replicate it was some combination of network throttling to trigger that. Strangely the uppy service sends path to file without source directory. But wasn't able to recreate it once again since to investigate more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Archived in project
Status: Bugs Prio 3 or less
Development

Successfully merging a pull request may close this issue.

3 participants