sanpwc commented on code in PR #759:
URL: https://github.com/apache/ignite-3/pull/759#discussion_r857947588
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -195,16 +211,47 @@ public TableManager(
/** {@inheritDoc} */
@Override
public void start() {
+ tablesCfg.tables().any().replicas().listen(replicasCtx -> {
+ if (!busyLock.enterBusy()) {
Review Comment:
Let's extract it to explicit onReplicasChange() like it's done with
onTableCreate(), onTableDelete(), etc. WDYT?
--
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]