]
Tristan Tarrant reassigned ISPN-3286:
-------------------------------------
Assignee: (was: Mircea Markus)
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.