You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/05/18 06:26:20 UTC

[GitHub] [bookkeeper] fu-turer commented on issue #3282: CleanupLedgerManager' futurers leak when zk abnormallity

fu-turer commented on issue #3282:
URL: https://github.com/apache/bookkeeper/issues/3282#issuecomment-1129620583

   is something went wrong in this method ? futurers add promise but didn't remove. org.apache.bookkeeper.meta.CleanupLedgerManager#recordPromise
   ```
   private void recordPromise(CompletableFuture<?> promise) {
           futures.add(promise);
           promise.thenRun(() -> futures.remove(promise));
   }
   ```


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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