gortiz commented on PR #11496: URL: https://github.com/apache/pinot/pull/11496#issuecomment-1718899931
Debugging this issue I've discovered that in Java 11 Netty does not uses cleaners, so my theory is that it is relaying on the normal cleaning mechanism based on GC used in JDK ByteBuffers. See https://github.com/netty/netty/blob/f1fa227ddf675f055766d04900cce6804fd7f710/common/src/main/java/io/netty/util/internal/PlatformDependent0.java and https://github.com/netty/netty/blob/f1fa227ddf675f055766d04900cce6804fd7f710/common/src/main/java/io/netty/util/internal/PlatformDependent0.java#L281 (it fails exactly there) -- 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]
