-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18392. Propagate vectored s3a input stream stats to file system stats. #4704
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
Conversation
|
🎊 +1 overall
This message was automatically generated. |
steveloughran
left a comment
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.
+1
| LOG.error("Exception while running vectored read ", ex); | ||
| Assert.fail("Exception while running vectored read " + ex); | ||
| } | ||
| intercept(ExecutionException.class, (Callable<ByteBuffer>) data::get); |
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.
there's an interceptFuture() variant where you can also specify the timeout
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
steveloughran
left a comment
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.
+1
…m stats. (#4704) part of HADOOP-18103. Contributed By: Mukund Thakur
…m stats. (apache#4704) part of HADOOP-18103. Contributed By: Mukund Thakur
Description of PR
Propagate vectored s3a input stream stats to file system stats.
How was this patch tested?
Re-ran the vectored io tests using us-east-1 endpoint.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?