ankitsinghal commented on a change in pull request #25: RATIS-588 LogStream 
StateMachine export
URL: https://github.com/apache/incubator-ratis/pull/25#discussion_r295024870
 
 

 ##########
 File path: 
ratis-logservice/src/main/java/org/apache/ratis/logservice/impl/LogStreamImpl.java
 ##########
 @@ -96,9 +97,12 @@ public LogName getName() {
     return name;
   }
 
-  @Override
-  public State getState() {
-    return state;
+  @Override public State getState() throws IOException {
+    RaftClientReply reply = raftClient.sendReadOnly(
 
 Review comment:
   I think protos were different for each case. but let me check again if I 
find anything which is duplicated

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

Reply via email to