sijie opened a new pull request #1231: Dont shade netty at 
distributedlog-core-shaded
URL: https://github.com/apache/bookkeeper/pull/1231
 
 
   Descriptions of the changes in this PR:
   
   *Problem*
   
   JVM crashed when `distributedlog-core-shaded` (where netty was shaded) is 
used in a project where netty isn't shaded
   and epoll is enabled. The conflict happens on loading the native epoll 
transport because shaded netty doesn't actually
   shade the native jni library. so signature mismatch when both version of 
netty try to resolve jni library.
   
   *Solution*
   
   Dont shade netty at all. Let the application resolve which netty version to 
use.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to