Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
pre-1.0
-
None
-
None
Description
I strongly propose making sync-on-write the default in server.xml. Any database-ish component should be concerned about durability.
@@ -197,7 +197,7 @@
the periodic synch operation will flush dirty pages using the
synchPeriodMillis parameter in the main configuration.
-->
- <property name="synchOnWrite"><value>false</value></property>
+ <property name="synchOnWrite"><value>true</value></property>
<property name="indexedAttributes">
<set>
<bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
@@ -270,7 +270,7 @@
the periodic synch operation will flush dirty pages using the
synchPeriodMillis parameter in the main configuration.
--> - <property name="synchOnWrite"><value>false</value></property>
+ <property name="synchOnWrite"><value>true</value></property>
<property name="indexedAttributes">
<set>
<bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">