rpuch commented on code in PR #5742:
URL: https://github.com/apache/ignite-3/pull/5742#discussion_r2071941455


##########
modules/table/src/testFixtures/java/org/apache/ignite/distributed/ItTxTestCluster.java:
##########
@@ -918,7 +919,8 @@ private RaftGroupListener 
getOrCreateAndPopulateRaftGroupListener(
                     mock(MinimumRequiredTimeCollectorService.class),
                     partitionOperationsExecutor,
                     placementDriver,
-                    clockServices.get(assignment)
+                    clockServices.get(assignment),
+                    new TablePartitionId(tableId, partId)

Review Comment:
   Because it's under `else` of `if (enabledColocation()) {`, so this branch is 
only accessed without colocation



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