-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16465 listLocatedStatus() optimisation #1943
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
HADOOP-16465 listLocatedStatus() optimisation #1943
Conversation
This comment has been minimized.
This comment has been minimized.
operations directly and then fallback to head checks for file
2 of my new tests are failing on command line but succeeding in IDE.
|
@steveloughran @bgaborg @mehakmeet . Not sure why github is not letting me add anybody as reviewer. |
in HADOOP-13208 #1861 I'm parameterising these tests so that they will always test guarded +unguarded and dir marker keep vs delete. Makes for more complex assertions so I'm also improving how we assert metric diffs and report their failures. It'll make the suite very different, but it's the only way to have consistent estimates of the different codepath costs |
Failures happening for guarded bucket. |
Found the issue. Described here. |
9f53733
to
0d84322
Compare
This comment has been minimized.
This comment has been minimized.
checkstyle is unfixable and only a line length problem
|
LGTM. +1 from me, merging after a local test run |
Thanks :) |
Contributed by Mukund Thakur Optimize S3AFileSystem.listLocatedStatus() to perform list operations directly and then fallback to head checks for files
Contributed by Mukund Thakur Optimize S3AFileSystem.listLocatedStatus() to perform list operations directly and then fallback to head checks for files Change-Id: Ia2c0fa6fcc5967c49b914b92f41135d07dab0464
Contributed by Mukund Thakur Optimize S3AFileSystem.listLocatedStatus() to perform list operations directly and then fallback to head checks for files Change-Id: Ia2c0fa6fcc5967c49b914b92f41135d07dab0464
Contributed by Mukund Thakur Optimize S3AFileSystem.listLocatedStatus() to perform list operations directly and then fallback to head checks for files Change-Id: Ib3d37e360bf673eabb93d4c55539cea9d4627acc
Optimize S3AFileSystem.listLocatedStatus() to perform list
operations directly and then fallback to head checks for file
Ran test in ap-south-1 bucket with command:
mvn clean verify -Ds3guard -Ddynamo -Dparallel-tests -DtestsThreadCount=8
There are two failures. I am looking at them.