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

Alexander Lapin reassigned IGNITE-15401:
----------------------------------------

    Assignee: Alexander Lapin

> 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
>            Assignee: 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)

Reply via email to