You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/07/23 02:28:21 UTC

[GitHub] jvrao commented on a change in pull request #266: Issue 265: Add persistable bookie status

jvrao commented on a change in pull request #266: Issue 265: Add persistable bookie status
URL: https://github.com/apache/bookkeeper/pull/266#discussion_r128908715
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Bookie.java
 ##########
 @@ -149,6 +150,8 @@
     private volatile boolean running = false;
     // Flag identify whether it is in shutting down progress
     private volatile boolean shuttingdown = false;
+    // Bookie status
+    private BookieStatus bookieStatus = new BookieStatus();
 
 Review comment:
   @sijie can you please describe the usecase of this feature?
 
----------------------------------------------------------------
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