[
https://issues.apache.org/jira/browse/IGNITE-22761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-22761:
---------------------------------------
Description:
RocksDbSpillout does the following:
this.writeOptions.setSync(false);
Instead, we should disable WAL usage at all.
> Disable WAL in RocksDB used to spill Raft logs on disk
> ------------------------------------------------------
>
> Key: IGNITE-22761
> URL: https://issues.apache.org/jira/browse/IGNITE-22761
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> RocksDbSpillout does the following:
> this.writeOptions.setSync(false);
> Instead, we should disable WAL usage at all.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)