sodonnel opened a new pull request #1950: URL: https://github.com/apache/ozone/pull/1950
## What changes were proposed in this pull request? Based on the results in HDDS-4808 (https://github.com/apache/ozone/pull/1910#issuecomment-775165462) it is clear we should switch the CRC32 implementations used by Ozone, as there are other better performing implementations. Specifically: `org.apache.hadoop.ozone.common.PureJavaCrc32ByteBuffer` to `Java.util.zip.CRC32` `org.apache.hadoop.ozone.common.PureJavaCrc32CByteBuffer` to `Java.util.zip.CRC32C` if Java 9 or greater, otherwise `org.apache.hadoop.util.PureJavaCrc32C` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4138 ## How was this patch tested? Small change to an existing test ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
