lhotari commented on pull request #10480: URL: https://github.com/apache/pulsar/pull/10480#issuecomment-833502229
I've been trying to spot locations where the entry could get released multiple times, but still continued to be used. This looks risky: https://github.com/apache/pulsar/blob/dcaa1d350fec920ef0ba32b4aeecd2e9604d4824/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/EntryCacheImpl.java#L191-L195 Together with https://github.com/apache/pulsar/blob/d2138f7c4a84bc4d8b1d07600af15b30b7e2416e/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java#L1232-L1237 -- 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: [email protected]
