merlimat opened a new pull request #1519: Avoid contention in ManagedCursorImpl 
generated by locking on pendingMarkDeleteOps
URL: https://github.com/apache/incubator-pulsar/pull/1519
 
 
   ### Motivation
   
   I have spotted contention in broker threads, that ultimately leads to bumps 
in the latencies.
   This happens when running at high-rates with very little batching.
   
   The synchronizing on `pendingMarkDeleteOps` was not really necessary to 
ensure the correctness.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to