tkalkirill commented on a change in pull request #7705:
URL: https://github.com/apache/ignite/pull/7705#discussion_r471524206
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePreloaderAdapter.java
##########
@@ -68,7 +68,7 @@ public GridCachePreloaderAdapter(CacheGroupContext grp) {
log = ctx.logger(getClass());
- finFut = new GridFinishedFuture();
+ finFut = new GridFinishedFuture<>(true);
Review comment:
This future returns in **GridCachePreloaderAdapter#rebalanceFuture** and
I think it should return **true** because rebalance is automatically completed
successfully for 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.
For queries about this service, please contact Infrastructure at:
[email protected]