-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Add integration test for Azure multi block uploads #69267
Conversation
Pinging @elastic/es-distributed (Team:Distributed) |
@original-brownbear would you mind reviewing this PR when you have the chance? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :) + sorry for the delay!
final int blobSize = ByteSizeUnit.MB.toIntBytes(2); | ||
final Executor executor = repo.threadPool().generic(); | ||
PlainActionFuture<Void> future = PlainActionFuture.newFuture(); | ||
executor.execute(ActionRunnable.run(future, () -> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: just inline repo.threadPool().generic()
here, you're only using executor
once
@elasticmachine update branch |
Relates elastic#68957 Backport of elastic#69267
Relates to #68957