Repository: ignite Updated Branches: refs/heads/ignite-1093-2 f0ccb8a89 -> 62a7b2f8a
1093 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/62a7b2f8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/62a7b2f8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/62a7b2f8 Branch: refs/heads/ignite-1093-2 Commit: 62a7b2f8a4852eed4cfd89512f8ba6ed89e12204 Parents: f0ccb8a Author: Anton Vinogradov <[email protected]> Authored: Sat Oct 17 19:39:35 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Sat Oct 17 19:39:35 2015 +0300 ---------------------------------------------------------------------- .../cache/distributed/dht/preloader/GridDhtPartitionDemander.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/62a7b2f8/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 b4d0dfe..f2f0bec 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,8 +145,6 @@ public class GridDhtPartitionDemander { * Stop. */ void stop() { - rebalanceFut.onDone(false); - lastExchangeFut = null; lastTimeoutObj.set(null);
