[ http://issues.apache.org/jira/browse/DIRSERVER-695?page=all ]

Alex Karasulu closed DIRSERVER-695.
-----------------------------------

    Fix Version/s: 1.0-RC4
       Resolution: Fixed

Done for the 1.0 branch only.

> Make sync-on-write the default
> ------------------------------
>
>                 Key: DIRSERVER-695
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-695
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: pre-1.0
>            Reporter: Jörg Henne
>             Fix For: 1.0-RC4
>
>
> 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">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to