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/02/16 03:50:34 UTC

[GitHub] [pulsar] congbobo184 commented on pull request #14303: [Transaction] Optimize testEndTBRecoveringWhenManagerLedgerDisReadable

congbobo184 commented on pull request #14303:
URL: https://github.com/apache/pulsar/pull/14303#issuecomment-1041074585


   ### Motivation
   The time used by clean up is too long.
   This is because the broker service fails to execute the `unloadserviceunit`, and can only rely on the timeout mechanism to cancel the `unloadserviceunit` this time. As a result, the clean up takes too much time. The root cause is that there is a mock cursor in `ManagerLedger.cursors`.
   ### Modification
   Remove the cursor from  `ManagerLedger.cursors` after test.


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