ahmarsuhail commented on PR #7882:
URL: https://github.com/apache/hadoop/pull/7882#issuecomment-3306500643
@steveloughran discovered completely by accident, but it's something to do
with the checksumming code.
If you comment out these lines:
```
// builder.addPlugin(LegacyMd5Plugin.create());
// do not do request checksums as this causes third-party store problems.
//
builder.requestChecksumCalculation(RequestChecksumCalculation.WHEN_REQUIRED);
// response checksum validation. Slow, even with CRC32 checksums.
// if (parameters.isChecksumValidationEnabled()) {
//
builder.responseChecksumValidation(ResponseChecksumValidation.WHEN_SUPPORTED);
// }
```
the test will pass. Could be something to do with s3Express not supporting
md5, will look into it.
--
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]