leixm commented on PR #727: URL: https://github.com/apache/incubator-uniffle/pull/727#issuecomment-1784851728
When we package shaded, the netty dependency is prefixed with "org.apache.uniffle", causing Spark to throw an NoSuchMethodError when looking for org.apache.spark.network.util.NettyUtils.createEventLoop, because the return value of this method is org.apache. uniffle.io.netty.channel.EventLoopGroup instead of io.netty.channel.EventLoopGroup. [See debug image](https://ibb.co/txd1Grx) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
