eolivelli commented on code in PR #17212:
URL: https://github.com/apache/pulsar/pull/17212#discussion_r953711023


##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java:
##########
@@ -1503,7 +1503,7 @@ public void operationComplete(Void v, Stat stat) {
                     currentLedgerEntries = 0;
                     currentLedgerSize = 0;
                     metadataMutex.unlock();
-                    updateLedgersIdsComplete(stat);
+                    updateLedgersIdsComplete();

Review Comment:
   This is not a fix for a flaky test, 
   this is a change on ManagedLedgerImpl
   
   I think that we should change the title



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

Reply via email to