[
https://issues.apache.org/jira/browse/IGNITE-28071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-28071:
---------------------------------------
Description:
In DefaultLogStorageManager, we first set carefully-crafted options and then
call optimizeLevelStyleCompaction() which actually changes some of them to
other values.
We should do it the other way around: first call
optimizeLevelStyleCompaction(), then override the settings we want.
was:In DefaultLogStorageManager, we first set carefully-crafted options and
then call
> optimizeLevelStyleCompaction() ruins RocksDB tuning
> ---------------------------------------------------
>
> Key: IGNITE-28071
> URL: https://issues.apache.org/jira/browse/IGNITE-28071
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> In DefaultLogStorageManager, we first set carefully-crafted options and then
> call optimizeLevelStyleCompaction() which actually changes some of them to
> other values.
> We should do it the other way around: first call
> optimizeLevelStyleCompaction(), then override the settings we want.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)