]
Tristan Tarrant closed ISPN-3286.
---------------------------------
Resolution: Out of Date
LevelDB cache store should allow synced writes
----------------------------------------------
Key: ISPN-3286
URL:
https://issues.jboss.org/browse/ISPN-3286
Project: Infinispan
Issue Type: Feature Request
Components: Loaders and Stores
Reporter: Radim Vansa
Currently LevelDB does not allow to fsync after write to the log (set WriteOptions.sync =
true). This option is important to use for reliable persistence after node failure.