tkalkirill commented on code in PR #1892:
URL: https://github.com/apache/ignite-3/pull/1892#discussion_r1161761432


##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuilder.java:
##########
@@ -272,5 +325,50 @@ private List<RowId> collectRowIdBatch(RowId 
nextRowIdToBuild) {
 
             return createBatchRowIds(nextRowIdToBuild, 
BUILD_INDEX_ROW_ID_BATCH_SIZE);
         }
+
+        private boolean enterBusy() {
+            if (!taskBusyLock.enterBusy()) {

Review Comment:
   Do you think it's right? we want to be able to stop both all tasks and only 
for a specific index.



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