Ivan Bessonov created IGNITE-28439:
--------------------------------------
Summary: Use PartitionPageMemory#groupId/partitionId
Key: IGNITE-28439
URL: https://issues.apache.org/jira/browse/IGNITE-28439
Project: Ignite
Issue Type: Improvement
Components: storage engines ai3
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov
There are many instances where we pass both "partitionId" and
"PartitionPageMemory", while only the second parameter is mandatory, and the
first one can be derived from it. Same for "groupId".
Another common issue is the presence of "groupId" in many arguments in methods
of "PartitionPageMemory". They are also not needed, "groupId" can be retrieved
internally.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)