Kirill Tkalenko created IGNITE-20983:
----------------------------------------

             Summary: 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
             Fix For: 3.0.0-beta2


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)

Reply via email to