-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Backport: ABFS. HADOOP-17296 to 17404 #2618
Closed
sumangala-patki
wants to merge
6
commits into
apache:branch-3.3
from
sumangala17:backport-17296-17404
Closed
Backport: ABFS. HADOOP-17296 to 17404 #2618
sumangala-patki
wants to merge
6
commits into
apache:branch-3.3
from
sumangala17:backport-17296-17404
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributed by Sneha Vijayarajan. (cherry picked from commit 142941b)
- Contributed by Sneha Vijayarajan (cherry picked from commit 5bf977e)
…pache#2535) Contributed by Sumangala Patki TEST RESULTS: namespace.enabled=true auth.type=SharedKey ------------------- $mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify Tests run: 90, Failures: 0, Errors: 0, Skipped: 0 Tests run: 462, Failures: 0, Errors: 0, Skipped: 24 Tests run: 208, Failures: 0, Errors: 0, Skipped: 24 namespace.enabled=true auth.type=OAuth ------------------- $mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify Tests run: 90, Failures: 0, Errors: 0, Skipped: 0 Tests run: 462, Failures: 0, Errors: 0, Skipped: 70 Tests run: 208, Failures: 0, Errors: 0, Skipped: 141 (cherry picked from commit a35fc38)
- Contributed by Sneha Vijayarajan (cherry picked from commit 5ca1ea8)
- Contributed by Bilahari T H (cherry picked from commit 1448add)
- Contributed by Sneha Vijayarajan (cherry picked from commit b612c31)
🎊 +1 overall
This message was automatically generated. |
TEST RESULTS HNS Account Location: East US 2
|
thanks.Checked out the branch locally and did the merge of individual changes; github only lets us squash a commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-picked the following commits:
HADOOP-17296. ABFS: Force reads to be always of buffer size. (PR, JIRA)
HADOOP-17413. ABFS: Release elastic byte buffer pool at close (PR, JIRA)
HADOOP-17422. ABFS: Set default ListMaxResults to max server limit (PR, JIRA)
HADOOP-17407. ABFS: Fix NPE on delete idempotency flow (PR, JIRA)
HADOOP-17347. ABFS: Read optimizations (PR, JIRA)
HADOOP-17404. ABFS: Small write - Merge append and flush (PR, JIRA)
New configs overall:
fs.azure.read.alwaysReadBufferSize
,fs.azure.read.readahead.blocksize
,fs.azure.read.smallfilescompletely
,fs.azure.read.optimizefooterread
,fs.azure.write.enableappendwithflush