ivanzlenko commented on code in PR #7086:
URL: https://github.com/apache/ignite-3/pull/7086#discussion_r2570700059
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildTask.java:
##########
@@ -265,15 +285,19 @@ private CompletableFuture<Void> handleNextBatch(@Nullable
RowId highestRowId) {
}
}
- private CompletableFuture<BatchToIndex> createBatchToIndex(@Nullable RowId
highestRowId) {
+ private CompletableFuture<Object>
sendBuildIndexReplicaRequest(BatchToIndex batch) {
Review Comment:
I'm confused with this method. Why it was introduced? Why we are executing
createBuildIndexReplicaRequest twice? Why you haven't used this method in other
place?
--
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]