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)