You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/11 10:02:32 UTC

[GitHub] [pulsar] eolivelli commented on issue #14436: [Proto] java.lang.IllegalStateException: Some required fields are missing

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org