IGNITE-6124: fix for lastVer field on GridDhtPartitionsSingleMessage message


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

Branch: refs/heads/ignite-6181-1
Commit: fc55ade9b5a586fb39701b4e8b7ce2105bff2fd0
Parents: a857c5b
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Authored: Sat Aug 26 21:44:13 2017 +0300
Committer: Ilya Lantukh <ilant...@gridgain.com>
Committed: Sat Aug 26 21:44:13 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/fc55ade9/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 6decb44..299284d 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
@@ -1227,7 +1227,7 @@ public class GridDhtPartitionsExchangeFuture extends 
GridDhtTopologyFutureAdapte
         if (cctx.kernalContext().clientNode()) {
             msg = new GridDhtPartitionsSingleMessage(exchangeId(),
                 true,
-                null,
+                cctx.versions().last(),
                 true);
         }
         else {

Reply via email to