mukund-thakur commented on PR #7882: URL: https://github.com/apache/hadoop/pull/7882#issuecomment-3504444626
reading about the stack trace, the reason for failure is both s3client and the create bucket request should have the same configured region. Debugging more I found we should be setting the region here as well https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/tools/ITestBucketTool.java#L115 once set it will get propagated as location constraint in the create bucket request. but even if setting and verifying that propagation is happening correctly, it fails with the same reason. Yes just accepting both error, the test will be fine and I am wondering what is going on. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
