[exo-jcr-commits] exo-jcr SVN: r3976 - jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1581.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 15 05:04:43 EST 2011


Author: dkuleshov
Date: 2011-02-15 05:04:43 -0500 (Tue, 15 Feb 2011)
New Revision: 3976

Modified:
   jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1581/JCR-1581.patch
Log:
JCR-1581: docbook modified in accordance to new param

Modified: jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1581/JCR-1581.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1581/JCR-1581.patch	2011-02-15 09:34:20 UTC (rev 3975)
+++ jcr/branches/1.12.x/patch/1.12.8-GA/JCR-1581/JCR-1581.patch	2011-02-15 10:04:43 UTC (rev 3976)
@@ -1,6 +1,32 @@
+Index: exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml
+===================================================================
+--- exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml	(revision 3974)
++++ exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/query-handler-config.xml	(working copy)
+@@ -100,6 +100,7 @@
+          <property name="jgroups-multiplexer-stack" value="true" />
+          <property name="jbosscache-cluster-name" value="JCR-cluster-indexer-ws" />
+          <property name="max-volatile-time" value="60" />
++         <property name="io-exception-retry-count" value="5" />
+       </properties>
+    </query-handler>
+ &lt;/workspace&gt;</programlisting> <table>
+@@ -154,6 +155,13 @@
+ 
+                 <entry>max time to live for Volatile Index</entry>
+               </row>
++
++              <row>
++                <entry>io-exception-retry-count</entry>
++
++                <entry>IOException retries maximum number on index reader
++                instantiation. Default value is 3</entry>
++              </row>
+             </tbody>
+           </tgroup>
+         </table></para>
 Index: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchIndexConfigurationHelper.java
 ===================================================================
---- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchIndexConfigurationHelper.java	(revision 3973)
+--- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchIndexConfigurationHelper.java	(revision 3974)
 +++ exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchIndexConfigurationHelper.java	(working copy)
 @@ -186,5 +186,9 @@
        {
@@ -14,7 +40,7 @@
  }
 Index: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java
 ===================================================================
---- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java	(revision 3973)
+--- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java	(revision 3974)
 +++ exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java	(working copy)
 @@ -92,6 +92,13 @@
  public class SearchIndex extends AbstractQueryHandler implements IndexerIoModeListener
@@ -261,7 +287,7 @@
     /**
 Index: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/config/QueryHandlerParams.java
 ===================================================================
---- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/config/QueryHandlerParams.java	(revision 3973)
+--- exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/config/QueryHandlerParams.java	(revision 3974)
 +++ exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/config/QueryHandlerParams.java	(working copy)
 @@ -114,4 +114,7 @@
     public static final String PARAM_JBOSSCACHE_PUSHSTATE = "jbosscache-sscl-push.state.enabled";



More information about the exo-jcr-commits mailing list