steveloughran commented on PR #6938:
URL: https://github.com/apache/hadoop/pull/6938#issuecomment-2327356752
test-wise, something transient
```
[ERROR]
testDirProbes[keep-markers](org.apache.hadoop.fs.s3a.ITestS3AFileOperationCost)
Time elapsed: 0.856 s <<< ERROR!
java.nio.file.AccessDeniedException:
s3a://stevel-london/job-00-fork-0005/test/testDirProbes[keep-markers]:
org.apache.hadoop.fs.s3a.audit.AuditFailureException:
efb58954-16ca-40d2-8f6a-2aef61bba339-00000038 unaudited operation executing a
request outside an audit span {action_http_head_request
'job-00-fork-0005/test/testDirProbes[keep-markers]' size=0, mutating=false}
at
org.apache.hadoop.fs.s3a.audit.AuditIntegration.translateAuditException(AuditIntegration.java:161)
at
org.apache.hadoop.fs.s3a.audit.AuditIntegration.maybeTranslateAuditException(AuditIntegration.java:175)
at
org.apache.hadoop.fs.s3a.S3AUtils.translateException(S3AUtils.java:200)
at
org.apache.hadoop.fs.s3a.S3AUtils.translateException(S3AUtils.java:157)
at
org.apache.hadoop.fs.s3a.S3AFileSystem.s3GetFileStatus(S3AFileSystem.java:4102)
at
org.apache.hadoop.fs.s3a.S3AFileSystem.innerGetFileStatus(S3AFileSystem.java:4005)
at
org.apache.hadoop.fs.s3a.S3ATestUtils.innerGetFileStatus(S3ATestUtils.java:1641)
at
org.apache.hadoop.fs.s3a.performance.AbstractS3ACostTest.lambda$interceptGetFileStatusFNFE$5(AbstractS3ACostTest.java:459)
at
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:500)
at
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:386)
at
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:455)
at
org.apache.hadoop.fs.s3a.performance.OperationCostValidator.lambda$intercepting$1(OperationCostValidator.java:221)
at
org.apache.hadoop.fs.s3a.performance.OperationCostValidator.exec(OperationCostValidator.java:167)
at
org.apache.hadoop.fs.s3a.performance.OperationCostValidator.intercepting(OperationCostValidator.java:220)
at
org.apache.hadoop.fs.s3a.performance.AbstractS3ACostTest.verifyMetricsIntercepting(AbstractS3ACostTest.java:342)
at
org.apache.hadoop.fs.s3a.performance.AbstractS3ACostTest.interceptOperation(AbstractS3ACostTest.java:361)
at
org.apache.hadoop.fs.s3a.performance.AbstractS3ACostTest.interceptGetFileStatusFNFE(AbstractS3ACostTest.java:457)
at
org.apache.hadoop.fs.s3a.ITestS3AFileOperationCost.testDirProbes(ITestS3AFileOperationCost.java:339)
```
this says the call wasn't in a span, but it is unless the span source is
null -and the span source is set to the FS in setup(), and the fs sets its
audit span in initialize to a real or stub audit manager.
so I have *no* idea how this can be reached. Seen something like this before
so I consider it completely unrelated.
--
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]