-
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
HADOOP-17227. Marker Tool tuning #2254
Merged
steveloughran
merged 4 commits into
apache:trunk
from
steveloughran:s3/HADOOP-17227-markers-expect
Sep 4, 2020
Merged
HADOOP-17227. Marker Tool tuning #2254
steveloughran
merged 4 commits into
apache:trunk
from
steveloughran:s3/HADOOP-17227-markers-expect
Sep 4, 2020
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
bucket info gets improved too, based on working on the CLI.
|
|
aah, the builder API raises checkstyles
|
|
* move from -expect to -min and -max; easier for CLI testing. Plus works * in -nonauth mode, even when policy == keep, files not in an auth path count as failure. * bucket-info option also prints out the authoritative path, so you have more idea what is happening * reporting of command failure more informative The reason for change #2 is a workflow where you want to audit a dir, even though you are in keep mode, and you don't have any auth path. You'd expect -nonauth to say "no auth path", but instead it treats the whole dir as auth. Change-Id: Ib310e321e5862957fbd92bebfade93231f92b16f
Change-Id: Iddcefb26a7de0fce0c7b6ae0d679590005cd63b6
* fix checkstyle * use bulder API for passing (Growing) set of params around Change-Id: I1ce980a4d7d4f5e9ad7f1c7b7fa4c6fd9806b8f1
d865487
to
1887f33
Compare
🎊 +1 overall
This message was automatically generated. |
Nice improvement Steve, LGTM, +1 |
Change-Id: I49cc69ad61601fd858005323e73ae5ad7178e82e
🎊 +1 overall
This message was automatically generated. |
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
Contributed by Steve Loughran. Change-Id: Ia36f058456db94c7358bc113ef298652445b03d3
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.
count as failure.
more idea what is happening
The reason for change #2 is a workflow where you want to audit a dir, even
though you are in keep mode, and you don't have any auth path. You'd expect
-nonauth to say "no auth path", but instead it treats the whole dir as
auth.
https://issues.apache.org/jira/browse/HADOOP-17227