lhotari commented on issue #22435: URL: https://github.com/apache/pulsar/issues/22435#issuecomment-2040994799
One of the problems is a possible race condition here: https://github.com/apache/pulsar/blob/902728ef6590233b87c14d2528590ad7e6fdcc12/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java#L977-L979 In ManagedLedger, tasks are executed on 2 threads: the executor thread and the scheduler thread. Reminds me of this old comment on an experimental PR: https://github.com/apache/pulsar/pull/11387/files#r693112234 -- 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]
