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/04 08:52:47 UTC

[GitHub] [pulsar] lhotari edited a comment on issue #14436: [Proto] java.lang.IllegalStateException: Some required fields are missing

lhotari edited a comment on issue #14436:
URL: https://github.com/apache/pulsar/issues/14436#issuecomment-1058962824


   @congbobo184 @merlimat @codelipenghui @BewareMyPower  When digging into the code, I circle back to the fact that OpReadEntry is not thread safe. OpReadEntry.entries mutated and accessed from multiple threads. That is a big problem.
   
   I have an attempt to improve the situation with #11387, but that's not ready and won't resolve the issue completely. The description in #11387 contains some explanation of the issue.
   
   Do we all agree that OpReadEntry is not thread safe and that is a problem that must be resolved?


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