wolfstudy opened a new pull request #2198: Fix the log level of not support Sse42Crc32C URL: https://github.com/apache/bookkeeper/pull/2198 Signed-off-by: xiaolong.ran <[email protected]> ### Motivation When users are using Apache Pulsar, they will encounter the following error about `Sse42Crc32C`. But in fact he does not affect the correctness of Apache Pulsar use. But the error level log information will cause confusion for the user. ``` 10:12:49.119 [pulsar-ordered-OrderedExecutor-0-0-EventThread] ERROR org.apache.bookkeeper.proto.checksum.CRC32CDigestManager - Sse42Crc32C is not supported, will use a slower CRC32C implementation. ``` ### Changes Replace the log level of `not support Sse42Crc32C` from error to warn.
---------------------------------------------------------------- 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] With regards, Apache Git Services
