vldpyatkov commented on code in PR #1815:
URL: https://github.com/apache/ignite-3/pull/1815#discussion_r1149163934


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/RaftGroupService.java:
##########
@@ -57,7 +58,7 @@ public class RaftGroupService {
     /**
      * The raft node.
      */
-    private Node node;
+    private NodeImpl node;

Review Comment:
   Because, here, I need a method from NodeImpl. I do not see a reason to add 
the method to interface, because both of these classes are in JRaft module, 
even if we will change a RAFT implementation I am sure we won't do that inside 
JRaft.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to