Repository: ignite
Updated Branches:
  refs/heads/ignite-1093-2 8f7ed743a -> f0ccb8a89


1093


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0ccb8a8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0ccb8a8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0ccb8a8

Branch: refs/heads/ignite-1093-2
Commit: f0ccb8a89171b807b510717d65ce2fc8408f42f3
Parents: 8f7ed74
Author: Anton Vinogradov <[email protected]>
Authored: Sat Oct 17 14:07:38 2015 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Sat Oct 17 14:07:38 2015 +0300

----------------------------------------------------------------------
 .../cache/distributed/dht/preloader/GridDhtPartitionDemander.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f0ccb8a8/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
index f2f0bec..b4d0dfe 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionDemander.java
@@ -145,6 +145,8 @@ public class GridDhtPartitionDemander {
      * Stop.
      */
     void stop() {
+        rebalanceFut.onDone(false);
+
         lastExchangeFut = null;
 
         lastTimeoutObj.set(null);

Reply via email to