[
https://issues.apache.org/jira/browse/HADOOP-18696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712388#comment-17712388
]
ASF GitHub Bot commented on HADOOP-18696:
-----------------------------------------
steveloughran opened a new pull request, #5557:
URL: https://github.com/apache/hadoop/pull/5557
Explicitly sets the fs.s3a.endpoint.region to eu-west-1 so the
arn-referenced fs creation fails with unknown store rather than
IllegalArgumentException.
### How was this patch tested?
running the test with fs.s3a.endpoint.region set to eu-west-2
### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
> S3A ITestS3ABucketExistence access point test failure
> -----------------------------------------------------
>
> Key: HADOOP-18696
> URL: https://issues.apache.org/jira/browse/HADOOP-18696
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 3.4.0
> Reporter: Steve Loughran
> Priority: Major
>
> this is inevitably me having some config option in the way; just need to find
> out what and clear it for the test case so the probes are to the same
> region/endpont as the mock bucket
> {code}
> [ERROR]
> testAccessPointProbingV2(org.apache.hadoop.fs.s3a.ITestS3ABucketExistence)
> Time elapsed: 1.748 s <<< ERROR!
> java.lang.IllegalArgumentException: The region field of the ARN being passed
> as a bucket parameter to an S3 operation does not match the region the client
> was configured with. Provided region: 'eu-west-1'; client region: 'eu-west-2'.
> at
> com.amazonaws.services.s3.AmazonS3Client.validateIsTrue(AmazonS3Client.java:6588)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]