joshelser commented on a change in pull request #25: RATIS-588 LogStream StateMachine export URL: https://github.com/apache/incubator-ratis/pull/25#discussion_r304158745
########## File path: ratis-logservice/src/main/java/org/apache/ratis/logservice/server/LogStateMachine.java ########## @@ -99,9 +121,17 @@ private RaftLog log; - private RaftGroupId groupId; private RaftServerProxy proxy ; + private ExecutorService executorService; + private boolean isArchival; Review comment: Should this be `isArchived`? If so, maybe just `archived` instead. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
