-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17770 WASB : Support disabling buffered reads in positional reads #3149
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
Ran WASB tests using East US storage account |
💔 -1 overall
This message was automatically generated. |
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
...-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/AzureNativeFileSystemStore.java
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
+1 will wait for PR-Merge build |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
spotbugs : Internally synchronization for "in" is taken care. |
@anoopsjohn @surendralilhore Would you update findbugs-exclude.xml to ignore the warning? |
sure |
@aajisaka , raised a PR for this. |
* Add spotbugs exclusion for IS2_INCONSISTENT_SYNC on NativeAzureFsInputStream.in to fix errant bug trigger introduced in PR apache#3149. * Refactor TestExponentialRetryPolicy to use a variable with the value offset rather than hard-coded numbers in order to satisfy checkstyle.
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute