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/02/02 14:54:00 UTC

[jira] [Commented] (IGNITE-18160) Delete physical data after a Raft Group is stopped

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

Roman Puchkovskiy commented on IGNITE-18160:
--------------------------------------------

LGTM

> Delete physical data after a Raft Group is stopped
> --------------------------------------------------
>
>                 Key: IGNITE-18160
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18160
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr Polovtcev
>            Assignee: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> After a Raft Group is stopped on a node as a consequence of partition reassignment, we need to remove the partition data and the corresponding Raft log. This implies that for every storage a {{destroy}} method should be implemented with the following behaviour: it should return control to the caller as soon as possible, i.e. be asynchronous. Ideally this method should perform some minimal actions to pose failover guarantees and not wait for the data to be removed.
> We need to check that every storage type supports this method and add corresponding tests.



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