-
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-18995. Upgrades SDK version to 2.21.33 for S3 Express One Zone support. #6306
HADOOP-18995. Upgrades SDK version to 2.21.33 for S3 Express One Zone support. #6306
Conversation
Did you try out the CLI commands as the usual qualification docs cover? it's the way some regressions have surfaced in the past, generally through new things being logged |
testing locally. the shaded pom (still) complains about logging and doesn't let us turn on httpclient logging through log4j files. Otherwise all good. cloudstore programmatically turns on shaded httpclient logs if you set -debug on the cli. How about we add a virtual log org.apache.hadoop.fs.s3a.http which, if set to debug will tell s3afs to switch logging to debug behind the scenes? (note; test executed from uk against uswest2 over VPN; latency is due to the size of the planet)
|
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
merge at your leisure
(merged myself so I can start with the next bit) |
💔 -1 overall
This message was automatically generated. |
…e support (apache#6306) With this upgrade, it is possible to connect to an Amazon S3 Express One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). Contributed by Ahmar Suhail
…e support (apache#6306) With this upgrade, it is possible to connect to an Amazon S3 Express One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). Contributed by Ahmar Suhail
…e support (apache#6306) With this upgrade, it is possible to connect to an Amazon S3 Express One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). Contributed by Ahmar Suhail
…e support (apache#6306) With this upgrade, it is possible to connect to an Amazon S3 Express One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). Contributed by Ahmar Suhail
Description of PR
Upgrades SDK version to 2.21.33, which adds in S3 Express One Zone support.
With this upgrade, it is possible to connect to an One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). These will be addressed in HADOOP-18996.
How was this patch tested?
Tested in eu-west-1 with
mvn -Dparallel-tests -DtestsThreadCount=16 clean verify
and scale config, against S3 Standard. All good.