sijie commented on a change in pull request #873: Issue280: Add StateManager to
manage Bookie's state, and use it to turn bookie into readonly when
sortedLedgerStorage failed to flush data
URL: https://github.com/apache/bookkeeper/pull/873#discussion_r158923212
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BookieStateManager.java
##########
@@ -128,9 +149,14 @@ public boolean isRunning(){
public boolean isShuttingDown(){
return shuttingdown;
}
+ @VisibleForTesting
Review comment:
blank line before `@VisibleForTesting`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services