Repository: ignite
Updated Branches:
  refs/heads/ignite-5872-5578 30339d35c -> 64de3ff31


Merge remote-tracking branch 'apache/ignite-5578' into ignite-5872-5578


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

Branch: refs/heads/ignite-5872-5578
Commit: 64de3ff31f22adfb16a678766db9b88a4d903816
Parents: 30339d3
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Authored: Thu Aug 10 17:11:01 2017 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Thu Aug 10 17:11:01 2017 +0300

----------------------------------------------------------------------
 .../dht/preloader/GridDhtPartitionsExchangeFuture.java            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/64de3ff3/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
index 861ab38..2c9a4bd 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java
@@ -2571,7 +2571,8 @@ public class GridDhtPartitionsExchangeFuture extends 
GridDhtTopologyFutureAdapte
                 GridDhtPartitionsSingleMessage res = 
cctx.exchange().createPartitionsSingleMessage(
                     msg.restoreExchangeId(),
                     cctx.kernalContext().clientNode(),
-                    true);
+                    true,
+                    exchActions);
 
                 if (localJoinExchange() && finishState0 == null)
                     
res.cacheGroupsAffinityRequest(exchCtx.groupsAffinityRequestOnJoin());

Reply via email to