You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/08/17 14:38:16 UTC

[GitHub] [ignite] tkalkirill commented on a change in pull request #7705: IGNITE-12080 Impl rebalance statistics

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:
users@infra.apache.org