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 2021/05/04 20:32:20 UTC

[GitHub] [pulsar] merlimat commented on pull request #10480: [Broker] Fix race condition in invalidating ledger cache entries

merlimat commented on pull request #10480:
URL: https://github.com/apache/pulsar/pull/10480#issuecomment-832224495


   Actually, I'm not 100% sure that the having invalidations called by multiple thread could lead to the issue. In all the cases the entries are removed from the `ConcurrentSkipList` before getting release, and the guarantee there is that the removal should be atomic.


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

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