vdmitrienko commented on code in PR #7064:
URL: https://github.com/apache/ignite-3/pull/7064#discussion_r2560777435


##########
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:
   I assumed we might need this kind of flexibility in the future, which is why 
I added a constructor parameter along with the `IndexBuildTaskListener` 
interface.
   That said, both of them aren't required for the current implementation, I'll 
simplify this.



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