This content has been marked as final.
Show 4 replies
-
1. Re: Losing index results after updating a boolean attribute
hchiorean Mar 2, 2016 5:22 AM (in response to folch)According to the MapDB docs on "commitFileSyncDisable" :
Disables file sync on commit. This way transactions are preserved (rollback works), but commits are not ‘durable’ and data may be lost if store is not properly closed. File store will get properly synced when closed. Disabling this will make commits faster.
so I would never enable it (actually it might be a good idea to remove it from the configuration). Did you try without this option ?
-
2. Re: Losing index results after updating a boolean attribute
folch Mar 2, 2016 5:55 AM (in response to hchiorean)Yes,
I've tried to use "commitFileSyncDisable" : false in Modeshape 4.6.0.Final
But same results.
-
3. Re: Losing index results after updating a boolean attribute
hchiorean Mar 3, 2016 2:33 AM (in response to folch)1 of 1 people found this helpfulin that case, it may be a bug somewhere in the LocalIndexProvider. Feel free to log a JIRA. Thanks.
-
4. Re: Losing index results after updating a boolean attribute
folch Mar 3, 2016 5:57 AM (in response to hchiorean)Added MODE-2576
Thanks