alievmirza commented on code in PR #1819:
URL: https://github.com/apache/ignite-3/pull/1819#discussion_r1155577898
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/CmgRaftService.java:
##########
@@ -135,8 +135,8 @@ public CompletableFuture<Void>
updateClusterState(ClusterState clusterState) {
* otherwise.
* @see ValidationManager
*/
- public CompletableFuture<Void> startJoinCluster(ClusterTag clusterTag) {
- ClusterNodeMessage localNodeMessage =
nodeMessage(clusterService.topologyService().localMember());
+ public CompletableFuture<Void> startJoinCluster(ClusterTag clusterTag,
String nodeAttributes) {
Review Comment:
Discussed in private, that was made because we want to have only
`LogicalNode` in
`org.apache.ignite.internal.cluster.management.topology.LogicalTopology`, so we
have to pass this attributes for start as well.
--
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]