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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to