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

Call executorService.submit() in MultiThreadedS3FileUploader #16

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

jeffxiang
Copy link
Contributor

@jeffxiang jeffxiang commented Dec 19, 2024

Previous PR #15 had missed this call, resulting in single-threaded behavior of MultiThreadedS3FileUploader. This PR fixes it by calling executorService.submit().

@jeffxiang jeffxiang marked this pull request as ready for review December 19, 2024 19:42
@jeffxiang jeffxiang requested a review from a team as a code owner December 19, 2024 19:42
@jeffxiang jeffxiang merged commit a6c37cd into main Dec 19, 2024
1 check passed
@jeffxiang jeffxiang deleted the fix_multithread branch December 19, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants