[
https://issues.apache.org/jira/browse/IGNITE-28439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-28439:
-----------------------------------
Description: 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". (was: 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.)
> 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
> Priority: Major
> Labels: ignite-3
>
> 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".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)