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 2018/12/21 11:19:12 UTC

[GitHub] ivankelly commented on a change in pull request #1889: Multiple calls to LedgerHandle#close should wait on actual close

ivankelly commented on a change in pull request #1889: Multiple calls to LedgerHandle#close should wait on actual close
URL: https://github.com/apache/bookkeeper/pull/1889#discussion_r243555844
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java
 ##########
 @@ -106,6 +106,7 @@
     };
 
     private HandleState handleState = HandleState.OPEN;
+    private CompletableFuture<Void> closePromise = new CompletableFuture<>();
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services