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/01/12 23:36:08 UTC

[GitHub] athanatos commented on a change in pull request #977: LedgerHandle: add counters to track ledger->bookie counts

athanatos commented on a change in pull request #977: LedgerHandle: add counters to track ledger->bookie counts
URL: https://github.com/apache/bookkeeper/pull/977#discussion_r161349507
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerCreateOp.java
 ##########
 @@ -209,6 +215,15 @@ public void operationComplete(int rc, Void result) {
             createComplete(BKException.Code.IncorrectParameterException, null);
             return;
         }
+
+        List<BookieSocketAddress> curEns = lh.getLedgerMetadata().getEnsemble(0L);
+        LOG.info("Ensemble: {} for ledger: {}", curEns, lh.getId());
 
 Review comment:
   We actually like it at info.  @jvrao thoughts?

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