You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2023/01/13 10:53:00 UTC

[jira] [Commented] (IGNITE-17833) [Native Persistence 3.0] Implement partition destruction for volatile PageMemory

    [ https://issues.apache.org/jira/browse/IGNITE-17833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676572#comment-17676572 ] 

Roman Puchkovskiy commented on IGNITE-17833:
--------------------------------------------

Thanks!

> [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
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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.
> *Thoughts:*
> We need to destroy all resources associated with the volatile partition, but we do not need to wait for the destruction of resources. 
> It is enough for us to untie resources (structure roots) and delete them in the background.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)