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 2022/03/25 08:28:03 UTC

[GitHub] [pulsar] shibd commented on issue #14852: The transaction thread continues consume CPU without any load

shibd commented 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: commits-unsubscribe@pulsar.apache.org

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