You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2022/09/28 12:32:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-17132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Chugunov updated IGNITE-17132:
-------------------------------------
    Fix Version/s:     (was: 3.0.0-alpha6)

> [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
>            Priority: Major
>              Labels: ignite-3
>
> 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)