Repository: ignite
Updated Branches:
  refs/heads/ignite-5578-locJoin 81e077d63 -> 1541ffe3f


ignite-5578


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

Branch: refs/heads/ignite-5578-locJoin
Commit: 1541ffe3f0fbb2337f98aa619898b8bee2eb59a4
Parents: 81e077d
Author: sboikov <[email protected]>
Authored: Thu Jul 13 14:03:28 2017 +0300
Committer: sboikov <[email protected]>
Committed: Thu Jul 13 14:03:28 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/1541ffe3/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 513f950..a15f628 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
@@ -1126,7 +1126,7 @@ public class GridDhtPartitionsExchangeFuture extends 
GridDhtTopologyFutureAdapte
         if (cctx.kernalContext().clientNode()) {
             msg = new GridDhtPartitionsSingleMessage(exchangeId(),
                 true,
-                cctx.versions().last(),
+                null,
                 true);
         }
         else {

Reply via email to