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


   @lhotari
   I agree with your points, we should make all the Recyclable classes that 
could be shared among threads threadsafe.
   The problem is not for every class, but only for those that are meant to be 
passed across different threads while they are "active" (not parked into the 
Recycler). 
   
   what about opening a discussion on Netty ?
   I guess that everyone who uses the Recycler has to deal with this kind of 
problems.
   Maybe they could publish some guidelines based on your thoughts.


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