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)