adoroszlai commented on PR #7725:
URL: https://github.com/apache/ozone/pull/7725#issuecomment-2602419971
Thanks @peterxcli for the patch.
S3 acceptance tests are failing due to:
```
UnsupportedOperationException
at java.base/java.util.AbstractMap.put(AbstractMap.java:213)
at
org.apache.hadoop.ozone.s3.endpoint.EndpointBase.auditMessageBaseBuilder(EndpointBase.java:451)
at
org.apache.hadoop.ozone.s3.endpoint.EndpointBase.buildAuditMessageForSuccess(EndpointBase.java:471)
at
org.apache.hadoop.ozone.s3.endpoint.RootEndpoint.get(RootEndpoint.java:87)
```
https://github.com/peterxcli/ozone/actions/runs/12866814923
Also, integration tests are failing with:
```
Error:
org.apache.hadoop.ozone.s3.endpoint.TestObjectTaggingPut.testPutInvalidObjectTagging
Time elapsed: 1.847 s <<< ERROR!
java.lang.NullPointerException: Cannot invoke
"org.apache.hadoop.ozone.s3.RequestIdentifier.getRequestId()" because
"this.requestIdentifier" is null
at
org.apache.hadoop.ozone.s3.endpoint.EndpointBase.auditMessageBaseBuilder(EndpointBase.java:451)
at
org.apache.hadoop.ozone.s3.endpoint.EndpointBase.buildAuditMessageForSuccess(EndpointBase.java:478)
at
org.apache.hadoop.ozone.s3.endpoint.ObjectEndpoint.put(ObjectEndpoint.java:397)
at
org.apache.hadoop.ozone.s3.endpoint.TestObjectTaggingPut.setup(TestObjectTaggingPut.java:87)
```
https://github.com/peterxcli/ozone/actions/runs/12866814923/job/35870718714#step:6:2861
--
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]