lhotari commented on issue #14436:
URL: https://github.com/apache/pulsar/issues/14436#issuecomment-1061478053


   @congbobo184 Thank you. Based on this experiment we cannot determine the 
issue, but since disabling Netty Recycler has an impact, there's a possibility 
that recycling instances is causing issues in a way or another.
   
   The next experiment could be to leave the Netty Recycler setting unchanged 
(enabled) and instead comment out the line `recyclerHandle.recycle(this);` in 
OpReadEntry: 
[https://github.com/apache/pulsar/blob/9032a9afc15e029d8f205761b5e104f44f9c4be0/man[…]c/main/java/org/apache/bookkeeper/mledger/impl/OpReadEntry.java](https://github.com/apache/pulsar/blob/9032a9afc15e029d8f205761b5e104f44f9c4be0/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/OpReadEntry.java#L192)
   
   That will disable recycling of OpReadEntry instances. If that makes the 
problem go away, it's again more information about the possible problem.
   


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


Reply via email to