You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/09/24 19:37:05 UTC

[jira] [Created] (IGNITE-1544) Make sure objects number stored in a cache can be bigger than Integer.MAX_INT

Denis Magda created IGNITE-1544:
-----------------------------------

             Summary: Make sure objects number stored in a cache can be bigger than Integer.MAX_INT
                 Key: IGNITE-1544
                 URL: https://issues.apache.org/jira/browse/IGNITE-1544
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: ignite-1.4
            Reporter: Denis Magda
            Assignee: Yakov Zhdanov
            Priority: Blocker
             Fix For: ignite-1.5


Make sure that a cache (partitioned) can actually hold number of objects bigger than Integer.MAX_INT. Because Integer.MAX_INT is not enough for some life use cases and business domains.

At least the following should be done:
- IgniteCache must return cache size as a {{long}} value;
- Make sure (make a test) that a partitioned cache can store number of objects much bigger than Integer.MAX_INT;
- find and edit info regarding this limitation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)