vldpyatkov commented on a change in pull request #103:
URL: https://github.com/apache/ignite-3/pull/103#discussion_r619515317
##########
File path:
modules/raft/src/main/java/org/apache/ignite/raft/server/impl/RaftServerImpl.java
##########
@@ -83,24 +77,20 @@
private final Thread writeWorker;
/**
- * @param id Server id.
- * @param localPort Local port.
+ * @param net Network.
* @param clientMsgFactory Client message factory.
* @param queueSize Queue size.
* @param listeners Command listeners.
*/
public RaftServerImpl(
- @NotNull String id,
- int localPort,
+ ClusterService net,
Review comment:
Renamed.
--
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]