Semyon Danilov created IGNITE-16802:
---------------------------------------
Summary: Raft log storage creates rocksdb instance per group
Key: IGNITE-16802
URL: https://issues.apache.org/jira/browse/IGNITE-16802
Project: Ignite
Issue Type: Bug
Reporter: Semyon Danilov
At this moment, every raft group creates RocksDBLogStorage which, in turn,
creates an instance of RocksDB without sharing resources with other log
storages. This inflicts memory overhead and leads to out of memory killer
killing process on TeamCity.
We need to use one rocksdb instance for all log storages
--
This message was sent by Atlassian Jira
(v8.20.1#820001)