gaozhangmin commented on issue #3521: URL: https://github.com/apache/bookkeeper/issues/3521#issuecomment-1281963145
> So far I found this: [netty/netty#10098](https://github.com/netty/netty/issues/10098) > > Another possibility is we are reading into a ByteBuf that was returned to recycler and picked from it for the channelRead, but original owner kept a reference on it and changed the content. I don't see where it can happen yet. Are you running an OSS release or a private build with cherry-picked changes (i assume this is the case)? any recent changes there that may help narrow the problem down? @dlg99 It seems that it's caused by ByteBufList https://github.com/apache/bookkeeper/blob/30bdedc25a59aa7d4df3f5c0962095a574f0d653/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerFragmentReplicator.java#L406-L422 -- 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]
