sanpwc commented on code in PR #722:
URL: https://github.com/apache/ignite-3/pull/722#discussion_r849825203
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -227,7 +233,13 @@ public class IgniteImpl implements Ignite {
txManager = new TableTxManagerImpl(clusterSvc, new HeapLockManager());
- cmgMgr = new ClusterManagementGroupManager(clusterSvc, raftMgr,
restComponent);
+ cmgMgr = new ClusterManagementGroupManager(
Review Comment:
Ok. It's however an important part of join logic that should be implemented
in the nearest future, do you agree?
--
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]