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 2022/06/27 10:46:00 UTC

[jira] [Updated] (IGNITE-17198) Prototype of pure in-memory storage (with in-memory RAFT)

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

Roman Puchkovskiy updated IGNITE-17198:
---------------------------------------
    Description: 
This is about the simpliest case possible: stable topology, nodes never leave, corner cases are not handled.

What has to be done:
 # Volatile RAFT meta storage
 # Create volatile RAFT storages for a RAFT group (meta and logs) when RAFT group is about volatile storage; create persistent RAFT storages otherwise

What does not need to be done:
 # Now, RAFT snapshots use files. We should not change this behavior in this task

  was:This is about the simpliest case possible: stable topology, nodes never leave, corner cases are not handled.


> Prototype of pure in-memory storage (with in-memory RAFT)
> ---------------------------------------------------------
>
>                 Key: IGNITE-17198
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17198
>             Project: Ignite
>          Issue Type: New Feature
>          Components: persistence
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> This is about the simpliest case possible: stable topology, nodes never leave, corner cases are not handled.
> What has to be done:
>  # Volatile RAFT meta storage
>  # Create volatile RAFT storages for a RAFT group (meta and logs) when RAFT group is about volatile storage; create persistent RAFT storages otherwise
> What does not need to be done:
>  # Now, RAFT snapshots use files. We should not change this behavior in this task



--
This message was sent by Atlassian Jira
(v8.20.7#820007)