sashapolo commented on code in PR #1120:
URL: https://github.com/apache/ignite-3/pull/1120#discussion_r980029867
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManager.java:
##########
@@ -526,17 +526,10 @@ private TopologyEventHandler
cmgLeaderTopologyEventHandler(CmgRaftService raftSe
return new TopologyEventHandler() {
@Override
public void onAppeared(ClusterNode member) {
- raftService.readClusterState()
- .thenAccept(state -> {
- if (state != null) {
- sendClusterState(state, member)
- .whenComplete((v, e) -> {
- if (e != null) {
Review Comment:
I removed it, since `sendWithRetry` already logs all errors (line 593)
--
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]