vdmitrienko commented on code in PR #7064:
URL: https://github.com/apache/ignite-3/pull/7064#discussion_r2561002393
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildTask.java:
##########
@@ -125,7 +127,8 @@ class IndexBuildTask {
IgniteSpinBusyLock busyLock,
int batchSize,
InternalClusterNode node,
- List<IndexBuildCompletionListener> listeners,
+ List<IndexBuildCompletionListener> buildCompletionListeners,
+ IndexBuildTaskListener taskListener,
Review Comment:
Done.
--
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]