You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2022/06/08 08:38:00 UTC

[jira] [Created] (IGNITE-17132) [Native Persistence 3.0] Implement partition destruction for persistent PageMemory

Kirill Tkalenko created IGNITE-17132:
----------------------------------------

             Summary: [Native Persistence 3.0] Implement partition destruction for persistent PageMemory
                 Key: IGNITE-17132
                 URL: https://issues.apache.org/jira/browse/IGNITE-17132
             Project: Ignite
          Issue Type: Task
            Reporter: Kirill Tkalenko
             Fix For: 3.0.0-alpha6


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.7#820007)