alievmirza commented on code in PR #3422:
URL: https://github.com/apache/ignite-3/pull/3422#discussion_r1571989887


##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/leases/LeaseTracker.java:
##########
@@ -99,6 +109,8 @@ public class LeaseTracker extends 
AbstractEventProducer<PrimaryReplicaEvent, Pri
     /** Cluster node resolver. */
     private final ClusterNodeResolver clusterNodeResolver;
 
+    private final Function<TablePartitionId, ZonePartitionId> 
tablePartIdToZoneIdProvider;

Review Comment:
   Lets add todo with the removal of this



##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##########
@@ -105,6 +110,8 @@ public class LeaseUpdater {
     /** Cluster clock. */
     private final ClockService clockService;
 
+    private final Function<TablePartitionId, ZonePartitionId> groupIdProvider;

Review Comment:
   Lets add todo with the removal of this  



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to