[
https://issues.apache.org/jira/browse/IGNITE-20983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-20983:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> Clean resources when closing PersistentPageMemoryTableStorage and
> PersistentPageMemoryMvPartitionStorage
> --------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-20983
> URL: https://issues.apache.org/jira/browse/IGNITE-20983
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> Now, when closing
> *org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryTableStorage*
> or
> *org.apache.ignite.internal.storage.pagememory.mv.PersistentPageMemoryMvPartitionStorage*,
> we will not close such resources as *FilePageStore* and *PartitionMeta* and
> they can remain in the system forever unnecessarily. We need to fix this.
> Of course, we need to take into account that resources may be used for some
> time by the checkpoint and the delta file compactor, we need to take this
> into account.
> There is already a similar mechanism for destruction, we need to do something
> similar for closing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)