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


##########
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:
   Should we use busy lock for cases like this? I thought we only use busy lock 
to stop the whole node



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