Renkai commented on a change in pull request #9202: URL: https://github.com/apache/pulsar/pull/9202#discussion_r569115941
########## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java ########## @@ -465,7 +773,7 @@ public void operationFailed(MetaStoreException e) { LedgerInfo info = LedgerInfo.newBuilder().setLedgerId(lh.getId()).setTimestamp(0).build(); ledgers.put(lh.getId(), info); - + initializeStreamingOffloader(); Review comment: The streaming offload should be started after the newest ledger is created, at ManagedLedger initialization the newest ledger may not be created yet because related works are asynchronous. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org