sanpwc commented on a change in pull request #103:
URL: https://github.com/apache/ignite-3/pull/103#discussion_r620245801
##########
File path: modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java
##########
@@ -35,4 +59,37 @@
public Loza(ClusterService clusterNetSvc) {
this.clusterNetSvc = clusterNetSvc;
}
+
+ /**
+ * Start Raft manager.
+ */
+ public void start() {
Review comment:
Why we need explicit start? What about calling `this.raftServer = new
RaftServerImpl(clusterNetSvc, FACTORY, 1000, Map.of());` in constructor?
--
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]