[
https://issues.apache.org/jira/browse/IGNITE-16802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Chugunov reassigned IGNITE-16802:
----------------------------------------
Assignee: Sergey Chugunov
> 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
> Assignee: Sergey Chugunov
> Priority: Blocker
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
>
> 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)