You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2013/12/22 22:21:21 UTC

svn commit: r1553032 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt solr/example/ solr/example/example-schemaless/solr/solr.xml solr/example/solr/solr.xml

Author: markrmiller
Date: Sun Dec 22 21:21:20 2013
New Revision: 1553032

URL: http://svn.apache.org/r1553032
Log:
SOLR-5565: Raise default ZooKeeper session timeout to 30 seconds from 15 seconds.

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt
    lucene/dev/branches/branch_4x/solr/example/   (props changed)
    lucene/dev/branches/branch_4x/solr/example/example-schemaless/solr/solr.xml
    lucene/dev/branches/branch_4x/solr/example/solr/solr.xml

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1553032&r1=1553031&r2=1553032&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Sun Dec 22 21:21:20 2013
@@ -226,6 +226,9 @@ Other Changes
 * SOLR-5555: LBHttpSolrServer and CloudSolrServer constructors don't need to
   declare MalformedURLExceptions (Sushil Bajracharya, Alan Woodward)
 
+* SOLR-5565: Raise default ZooKeeper session timeout to 30 seconds from 15
+  seconds. (Mark Miller)
+
 ==================  4.6.1  ==================
 
 Versions of Major Components

Modified: lucene/dev/branches/branch_4x/solr/example/example-schemaless/solr/solr.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/example/example-schemaless/solr/solr.xml?rev=1553032&r1=1553031&r2=1553032&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/example/example-schemaless/solr/solr.xml (original)
+++ lucene/dev/branches/branch_4x/solr/example/example-schemaless/solr/solr.xml Sun Dec 22 21:21:20 2013
@@ -32,7 +32,7 @@
     <str name="host">${host:}</str>
     <int name="hostPort">${jetty.port:8983}</int>
     <str name="hostContext">${hostContext:solr}</str>
-    <int name="zkClientTimeout">${zkClientTimeout:15000}</int>
+    <int name="zkClientTimeout">${zkClientTimeout:30000}</int>
     <bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
   </solrcloud>
 

Modified: lucene/dev/branches/branch_4x/solr/example/solr/solr.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/example/solr/solr.xml?rev=1553032&r1=1553031&r2=1553032&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/example/solr/solr.xml (original)
+++ lucene/dev/branches/branch_4x/solr/example/solr/solr.xml Sun Dec 22 21:21:20 2013
@@ -32,7 +32,7 @@
     <str name="host">${host:}</str>
     <int name="hostPort">${jetty.port:8983}</int>
     <str name="hostContext">${hostContext:solr}</str>
-    <int name="zkClientTimeout">${zkClientTimeout:15000}</int>
+    <int name="zkClientTimeout">${zkClientTimeout:30000}</int>
     <bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
   </solrcloud>