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

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

Alexander Lapin created IGNITE-15401:
----------------------------------------

             Summary: 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


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)