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


##########
modules/placement-driver/src/test/java/org/apache/ignite/internal/placementdriver/LeaseTrackerTest.java:
##########
@@ -73,7 +75,8 @@ public void testLeaseCleanup() {
         LeaseTracker leaseTracker = new LeaseTracker(
                 msManager,
                 mock(ClusterNodeResolver.class),
-                new TestClockService(new HybridClockImpl())
+                new TestClockService(new HybridClockImpl()),
+                tablePartitionId -> new 
ZonePartitionId(tablePartitionId.tableId(), tablePartitionId.partitionId())

Review Comment:
   No, here is right. This mapper should convert table partition ID to zone 
partition ID.



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