Ivan Bessonov created IGNITE-17833:
--------------------------------------
Summary: [Native Persistence 3.0] Implement partition destruction
for volatile PageMemory
Key: IGNITE-17833
URL: https://issues.apache.org/jira/browse/IGNITE-17833
Project: Ignite
Issue Type: Task
Reporter: Ivan Bessonov
At the moment, the partition destruction operation does not work quite
correctly, we just go through all the records and explicitly delete them, but
we cannot delete the partition file, because the checkpoint will then not be
able to write pages to this partition file and it will have an error.
Before implementation, you need to think about how to do it, but in any case,
deleting the partition file should definitely do a checkpoint.
See:
*org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryPartitionStorage#destroy*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)