shibd removed a comment on issue #14852: URL: https://github.com/apache/pulsar/issues/14852#issuecomment-1078775197
Simple analysis code, Guess the reason of problem. When `CursorAlreadyClosedException` is encountered, `isreadable = false` should be set directly,No longer rely on `isAutoSkipNonRecoverableData` config, This ends the recovery thread. https://github.com/apache/pulsar/blob/aef5f6d5e2d44f84c9c358f1d9dd9db1108a9d99/pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/pendingack/impl/MLPendingAckStore.java#L399-L404 -- 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]
