tkalkirill commented on a change in pull request #8837:
URL: https://github.com/apache/ignite/pull/8837#discussion_r602199724
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
##########
@@ -2086,9 +2093,14 @@ public UpdateResult executeUpdateOnDataNode(
GridFutureAdapter<Void> rebuildCacheIdxFut = new GridFutureAdapter<>();
- //to avoid possible data race
+ // To avoid possible data race.
GridFutureAdapter<Void> outRebuildCacheIdxFut = new
GridFutureAdapter<>();
+ // An internal feature for the ability to cancel index rebuilding.
Review comment:
yep
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]