vldpyatkov commented on a change in pull request #207:
URL: https://github.com/apache/ignite-3/pull/207#discussion_r681026102



##########
File path: 
modules/raft/src/main/java/org/apache/ignite/raft/jraft/JRaftUtils.java
##########
@@ -49,10 +53,50 @@
      * @return true if bootstrap success
      */
     public static boolean bootstrap(final BootstrapOptions opts) throws 
InterruptedException {
-        final NodeImpl node = new NodeImpl();
+        final NodeImpl node = new NodeImpl("unittest", new PeerId("127.0.0.1", 
0));

Review comment:
       Rename it to bootstrap.
   I do not know to do with the method, and it is need or not in our purposes.




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