sanpwc commented on code in PR #1871:
URL: https://github.com/apache/ignite-3/pull/1871#discussion_r1156861193


##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##########
@@ -130,6 +144,18 @@ public void deInit() {
      * Activates a lease updater to renew leases.
      */
     public void activate() {
+        leaseConciliator = new LeaseConciliator(clusterService);

Review Comment:
   Busy locks are missing almost everywhere except stop!



-- 
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]

Reply via email to