-
Couldn't load subscription status.
- Fork 9.1k
HADOOP-17454. [s3a] Disable bucket existence check - set fs.s3a.bucket.probe to 0 #2593
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
…t.probe to 0 Also fixes HADOOP-16995. ITestS3AConfiguration proxy tests failures when bucket probes == 0 The improvement should include the fix, ebcause the test would fail by default otherwise. Change-Id: I9a7e4b5e6d4391ebba096c15e84461c038a2ec59
|
tested against ireland. Testing: I had one failing test during the CLI run, but it was ok after a rerun: does not seem related |
|
+1 pending successful Yetus build. I've turned off existence checks for a long time and makes things faster, especially creation of a new FS instance in test suites. Do update the release notes though, to say "you'll get told of missing/unreadable bucket on first operation against it". Test failure is going to be related to directory marker retention and/or metric counting. Could you file a JIRA, assign to me and include the specific test settings you were using? |
This comment has been minimized.
This comment has been minimized.
|
thanks Steve. created https://issues.apache.org/jira/browse/HADOOP-17455 |
|
We changed the default behaviour of bucket probe from 2 to 0 which was present from long time. Won't this cause problem for the downstream components which used to expect this exception ? Good that we have added the release notes. Thanks Gabor. |
…t.probe to 0 (#2593) Also fixes HADOOP-16995. ITestS3AConfiguration proxy tests failures when bucket probes == 0 The improvement should include the fix, because the test would fail by default otherwise. Change-Id: I9a7e4b5e6d4391ebba096c15e84461c038a2ec59
…fs.s3a.bucket.probe to 0 (apache#2593) Also fixes HADOOP-16995. ITestS3AConfiguration proxy tests failures when bucket probes == 0 The improvement should include the fix, because the test would fail by default otherwise. Change-Id: I9a7e4b5e6d4391ebba096c15e84461c038a2ec59 (cherry picked from commit 42eb9ff)
Also fixes HADOOP-16995. ITestS3AConfiguration proxy tests failures when bucket probes == 0
The improvement should include the fix, ebcause the test would fail by default otherwise.
Change-Id: I9a7e4b5e6d4391ebba096c15e84461c038a2ec59