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


##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuilder.java:
##########
@@ -197,13 +201,15 @@ public void scheduleBuildIndexAfterDisasterRecovery(
     /**
      * Stops index building if it is in progress.
      *
+     * @param zoneId Distribution zone ID.
      * @param tableId Table ID.
      * @param partitionId Partition ID.
      * @param indexId Index ID.
      */
-    public void stopBuildIndex(int tableId, int partitionId, int indexId) {
+    // TODO remove unused method

Review Comment:
   This method is not used anywhere. I removed it.



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