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] [Updated] (IGNITE-16802) Raft log storage creates rocksdb instance per group

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

Semyon Danilov updated IGNITE-16802:
------------------------------------
    Labels: ignite-3  (was: )

> 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
>            Priority: Major
>              Labels: ignite-3
>
> 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)