You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2022/10/19 12:34:00 UTC

[jira] [Created] (IGNITE-17936) Change type of partition id to short

Vladislav Pyatkov created IGNITE-17936:
------------------------------------------

             Summary: Change type of partition id to short
                 Key: IGNITE-17936
                 URL: https://issues.apache.org/jira/browse/IGNITE-17936
             Project: Ignite
          Issue Type: Bug
            Reporter: Vladislav Pyatkov


Using of integer as a portion id turn out redundant, because an amount of partition is significantly less and fit in the short type. This modification has already done in the partition storage, but integer (partition id) is still using everywhere in code.
Need to replace Integer partition id to Short one.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)