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/18 09:00:14 UTC

[02/50] [abbrv] ignite git commit: IGNITE-4578 - Fixed incorrect CacheVersionIO size() method - Fixes #1808.

IGNITE-4578 - Fixed incorrect CacheVersionIO size() method - Fixes #1808.

Signed-off-by: Alexey Goncharuk <al...@gmail.com>


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

Branch: refs/heads/ignite-4985
Commit: 49cae051debe4e15b26f81ed6b7e04d9f479f4c2
Parents: a7d3e1b
Author: Ivan Rakov <iv...@gmail.com>
Authored: Mon Apr 17 16:49:48 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Mon Apr 17 16:49:48 2017 +0300

----------------------------------------------------------------------
 .../internal/processors/cache/database/tree/io/CacheVersionIO.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/49cae051/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/CacheVersionIO.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/CacheVersionIO.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/CacheVersionIO.java
index fe5ca04..7c4537e 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/CacheVersionIO.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/tree/io/CacheVersionIO.java
@@ -36,7 +36,7 @@ public class CacheVersionIO {
     private static final int NULL_SIZE = 1;
 
     /** Serialized size in bytes. */
-    private static final int SIZE_V1 = 25;
+    private static final int SIZE_V1 = 17;
 
     /**
      * @param ver Version.