Flaugh24 commented on code in PR #2817:
URL: https://github.com/apache/ignite-3/pull/2817#discussion_r1390799986
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -828,8 +792,14 @@ public CompletableFuture<Void> onJoinReady() {
}
}
- public CompletableFuture<UpdateDistributedConfigurationAction>
clusterConfigurationToUpdate() {
- return updateDistributedConfigurationActionFuture;
+ /**
+ * Returns a future resolving to the initial cluster configuration. The
resulting configuration may be {@code null} if not provided by
+ * the user.
+ *
+ * @return a CompletableFuture that, upon completion, provides the initial
cluster configuration, which may be {@code null}.
Review Comment:
Updated javadoc
--
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]