You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/13 15:35:07 UTC

[37/39] ignite git commit: Fix size.

Fix size.


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

Branch: refs/heads/ignite-4587
Commit: 7701104456be1fbaf3e3ba4bbf608b6b6af8737b
Parents: 2f85812
Author: Max Kozlov <dr...@gmail.com>
Authored: Thu Mar 16 16:07:09 2017 +0300
Committer: Max Kozlov <dr...@gmail.com>
Committed: Thu Mar 16 16:07:09 2017 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/cache/GridCacheSwapEntryImpl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/77011044/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapEntryImpl.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapEntryImpl.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapEntryImpl.java
index 02f74e4..410a6ee 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapEntryImpl.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheSwapEntryImpl.java
@@ -38,10 +38,10 @@ public class GridCacheSwapEntryImpl implements GridCacheSwapEntry {
     static final int VERSION_OFFSET = 16;
 
     /** */
-    static final int VERSION_SIZE = 24;
+    static final int VERSION_SIZE = 16;
 
     /** */
-    static final int VERSION_EX_SIZE = 48;
+    static final int VERSION_EX_SIZE = 32;
 
     /** */
     static final int GUID_SIZE = 24;