[
https://issues.apache.org/jira/browse/IGNITE-17833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Bessonov updated IGNITE-17833:
-----------------------------------
Description:
At the moment, the partition destruction operation does not work quite
correctly, we just go through all the records and explicitly delete them.
But, this operation is synchronous and doesn't destroy other associated
resources, like tree itself or indexes.
was:
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*
> [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
> 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, this operation is synchronous and doesn't destroy other associated
> resources, like tree itself or indexes.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)