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/05/07 08:44:17 UTC

[GitHub] sijie commented on a change in pull request #1395: ISSUE #1390 Ensemble change on delayed write error

sijie commented on a change in pull request #1395: ISSUE #1390 Ensemble change on delayed write error
URL: https://github.com/apache/bookkeeper/pull/1395#discussion_r186360817
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java
 ##########
 @@ -117,6 +118,7 @@
     ScheduledFuture<?> timeoutFuture = null;
 
     final long waitForWriteSetMs;
+    private Map<Integer, BookieSocketAddress> delayedWriteFailedBookies = new HashMap<Integer, BookieSocketAddress>();
 
 Review comment:
   nit: final?

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