merlimat opened a new issue #2778: Problem in Netty shading in Pulsar client lib
URL: https://github.com/apache/pulsar/issues/2778
 
 
   The current master have a problem with the shading of Netty. 
   
   The result is that user with other Netty dependencies will get failures like 
: 
   
   ```
   [172.17.5.172/172.17.5.172:6650] Got exception IncompatibleClassChangeError 
: Class org.apache.pulsar.shade.io.netty.buffer.PooledSlicedByteBuf does not 
implement the requested interface 
org.apache.pulsar.shade.io.netty.util.ReferenceCounted
   java.lang.IncompatibleClassChangeError: Class 
org.apache.pulsar.shade.io.netty.buffer.PooledSlicedByteBuf does not implement 
the requested interface org.apache.pulsar.shade.io.netty.util.ReferenceCounted
       at 
org.apache.pulsar.shade.io.netty.buffer.AbstractPooledDerivedByteBuf$PooledNonRetainedSlicedByteBuf.retain0(AbstractPooledDerivedByteBuf.java:244)
 ~[pulsar-client-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT]
   ```
   
   or 
   
   ```
   Class org.apache.pulsar.shade.io.netty.buffer.PooledSlicedByteBuf does not 
implement the requested interface 
org.apache.pulsar.shade.io.netty.util.ReferenceCounted
   ```

----------------------------------------------------------------
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