You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2021/08/31 14:14:00 UTC

[jira] [Updated] (IGNITE-15401) Meta storage manager should use persistant storage.

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

Vyacheslav Koptilin updated IGNITE-15401:
-----------------------------------------
    Fix Version/s: 3.0.0-alpha3

> Meta storage manager should use persistant storage.
> ---------------------------------------------------
>
>                 Key: IGNITE-15401
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15401
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexander Lapin
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha3
>
>
> Despite the fact that all internal stuff was already implemented with  IGNITE-14982 Persistent implementation for metastorage MetaStorageListener still uses SimpleInMemoryKeyValueStorage
> {code:java}
> this.metaStorageSvcFut = raftMgr.prepareRaftGroup(
>     METASTORAGE_RAFT_GROUP_NAME,
>     metaStorageMembers,
>     new MetaStorageListener(new SimpleInMemoryKeyValueStorage())
> ).thenApply(service ->
>     new MetaStorageServiceImpl(service, clusterNetSvc.topologyService().localMember().id())
> );
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)