You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semyon Danilov (Jira)" <ji...@apache.org> on 2022/04/06 09:26:00 UTC

[jira] [Created] (IGNITE-16802) Raft log storage creates rocksdb instance per group

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)