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/09/21 08:33:13 UTC

[GitHub] [pulsar] eolivelli commented on pull request #17736: [bugfix] ManagedLedger: move to FENCED state in case of BadVersionException

eolivelli commented on PR #17736:
URL: https://github.com/apache/pulsar/pull/17736#issuecomment-1253380790

   @dlg99 I have fixed the test.
   The test was trying do something that cannot happen.
   it was calling "ledgerManager.delete()" and then "truncate()".
   
   I removed "delete", the test is still meaningful, because it tests that the truncation works in case of missing ledgers (due to concurrent execution or previous deletion)


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