tkalkirill commented on code in PR #1912:
URL: https://github.com/apache/ignite-3/pull/1912#discussion_r1161437304
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/JRaftUtils.java:
##########
@@ -54,7 +54,7 @@ public final class JRaftUtils {
* @return true if bootstrap success
*/
public static boolean bootstrap(final BootstrapOptions opts) throws
InterruptedException {
- final NodeImpl node = new NodeImpl("bootstrap", new
PeerId("127.0.0.1", 0));
+ final NodeImpl node = new NodeImpl("bootstrap", new
PeerId("127.0.0.1", 0), null);
Review Comment:
Why not.
--
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]