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

Put a timeout on CompleteMultipartUpload when transferring parts to iRODS #101

Open
JustinKyleJames opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@JustinKyleJames
Copy link
Contributor

Currently in CompleteMultipartUpload, multiple background threads are used to read each individual part and write it to the object in iRODS (at the specified offset).

If for some reason one thread never completes, the main thread will wait forever. We should put some type of timeout on this and error out if we encounter the timeout.

@JustinKyleJames JustinKyleJames added the enhancement New feature or request label Mar 5, 2024
@korydraughn korydraughn added this to the 0.3.0 milestone Mar 5, 2024
@trel trel modified the milestones: 0.3.0, 0.4.0 Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants