sk0x50 commented on code in PR #5276:
URL: https://github.com/apache/ignite-3/pull/5276#discussion_r1975034828


##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildTask.java:
##########
@@ -219,10 +223,13 @@ private List<RowId> createBatchRowIds() {
     private BuildIndexReplicaRequest 
createBuildIndexReplicaRequest(List<RowId> rowIds) {
         boolean finish = rowIds.size() < batchSize;
 
-        TablePartitionId tablePartitionId = new 
TablePartitionId(taskId.getTableId(), taskId.getPartitionId());
+        ReplicationGroupIdMessage groupIdMessage = enabledColocation()

Review Comment:
   This will be simplified under 
[IGNITE-22522](https://issues.apache.org/jira/browse/IGNITE-22522)



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