steveloughran commented on PR #5543:
URL: https://github.com/apache/hadoop/pull/5543#issuecomment-1503962761
test failings
```
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ITestS3APrefetchingInputStream.testReadLargeFileFully:143
[Maxiumum named action_executor_acquired.max]
Expecting:
<0L>
to be greater than:
<0L>
[ERROR] Errors:
[ERROR]
ITestS3ABucketExistence.testAccessPointProbingV2:171->expectUnknownStore:103->lambda$testAccessPointProbingV2$12:172
» IllegalArgument
[ERROR]
ITestS3ABucketExistence.testAccessPointRequired:188->expectUnknownStore:103->lambda$testAccessPointRequired$14:189
» IllegalArgument
[INFO]
```
and
```
[ERROR]
testReadLargeFileFully(org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream)
Time elapsed: 89.65 s <<< FAILURE!
java.lang.AssertionError:
[Maxiumum named action_executor_acquired.max]
Expecting:
<0L>
to be greater than:
<0L>
at
org.apache.hadoop.fs.s3a.ITestS3APrefetchingInputStream.testReadLargeFileFully(ITestS3APrefetchingInputStream.java:143)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:829)
```
the bucket ones look unrelated and more that my endpoint is set to eu-west-2
```
[ERROR]
testAccessPointRequired(org.apache.hadoop.fs.s3a.ITestS3ABucketExistence) Time
elapsed: 0.715 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'.
```
nothing has changed there and i don't see any explicit setting of the region
other than for the explicit buckets. will need to test there on hadoop-trunk to
see if something else has changed.
--
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]