You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/23 19:03:19 UTC

[GitHub] [kafka] xvrl opened a new pull request #10196: KAFKA-9203: Check for buggy LZ4 libraries and remove corresponding workarounds

xvrl opened a new pull request #10196:
URL: https://github.com/apache/kafka/pull/10196


   * Remove the workarounds that were added back in https://github.com/apache/kafka/pull/7769
   * Add a check to detect buggy LZ4 library versions
   
   This check allows us to safely remove the workarounds for buggy
   LZ4 versions without users encountering cryptic errors if they
   accidentally have an older LZ4 library on the classpath, as
   described in KAFKA-9203.
   
   With this change the use will get a clear error message indicating
   what the problem might be if they encounter this situation.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] ijuma merged pull request #10196: KAFKA-9203: Check for buggy LZ4 libraries and remove corresponding workarounds

Posted by GitBox <gi...@apache.org>.
ijuma merged pull request #10196:
URL: https://github.com/apache/kafka/pull/10196


   


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org