Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-695

Make sync-on-write the default

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Fixed
    • pre-1.0
    • 1.0-RC4
    • 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">

      Attachments

        Activity

          People

            Unassigned Unassigned
            hennejg Joerg O. Henne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: