denis-chudov commented on code in PR #3401:
URL: https://github.com/apache/ignite-3/pull/3401#discussion_r1524778697
##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/TopologyTracker.java:
##########
@@ -142,15 +146,6 @@ public void onUpdate(LogicalTopologySnapshot topologySnap)
{
} while (!topologySnapRef.compareAndSet(logicalTopologySnap0,
topologySnap));
LOG.debug("Logical topology updated for placement driver
[topologySnap={}]", topologySnap);
-
- triggerToRenewLeases();
}
}
-
- /**
- * Triggers to renew leases forcibly. The method wakes up the monitor of
{@link LeaseUpdater}.
- */
- private void triggerToRenewLeases() {
Review Comment:
why is it still needed?
--
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]