SammyVimes commented on a change in pull request #294:
URL: https://github.com/apache/ignite-3/pull/294#discussion_r712862427



##########
File path: 
modules/network-api/src/main/java/org/apache/ignite/network/ClusterServiceFactory.java
##########
@@ -28,12 +27,10 @@
      *
      * @param context Cluster context.
      * @param nodeConfiguration Node configuration.
-     * @param nodeFinderSupplier Supplier that provides node finder for 
discovering the initial cluster members.
      * @return New cluster service.
      */
     ClusterService createClusterService(
         ClusterLocalConfiguration context,
-        ConfigurationManager nodeConfiguration,
-        Supplier<NodeFinder> nodeFinderSupplier
+        ConfigurationManager nodeConfiguration

Review comment:
       At this point, the configuration manager has not been started yet, so 
NetworkView is not available




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