xiangfu0 opened a new pull request, #16065:
URL: https://github.com/apache/pinot/pull/16065
We recently observed logs post s3 2.30.0 library upgrade like:
```
2025/05/22 10:21:27.371 ERROR
[org.apache.pinot.controller.api.resources.PinotTableRestletResource]
[grizzly-http-server-3] Missing required content hash for this request:
Content-MD5 or x-amz-content-sha256 (Service: S3, Status Code: 400, Request ID:
xxxxxx) (SDK Attempt Count: 1)
software.amazon.awssdk.services.s3.model.S3Exception: Missing required
content hash for this request: Content-MD5 or x-amz-content-sha256 (Service:
S3, Status Code: 400, Request ID: xxxxxxx) (SDK Attempt Count: 1)
at
software.amazon.awssdk.services.s3.model.S3Exception$BuilderImpl.build(S3Exception.java:113)
at
software.amazon.awssdk.services.s3.model.S3Exception$BuilderImpl.build(S3Exception.java:61)
at
software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper.retryPolicyDisallowedRetryException(RetryableStageHelper.java:168)
at
software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:73)
at
software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
```
--
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]