You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/01/12 18:44:06 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 889 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/889/

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:22907/ehmu/cb/oneInstanceCollection4

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:22907/ehmu/cb/oneInstanceCollection4
	at __randomizedtesting.SeedInfo.seed([D4DA3535BF98603:8CAB2D4B2CA6E63F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:409)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstance(BasicDistributedZkTest.java:1112)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:329)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
	... 47 more




Build Log:
[...truncated 8571 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T358 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ehmu/cb
[junit4:junit4]   2> 8 T358 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1358011597045
[junit4:junit4]   2> 17 T358 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 24 T359 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 84 T359 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 84 T359 oaz.Environment.logEnv Server environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 84 T359 oaz.Environment.logEnv Server environment:java.version=1.7.0_09
[junit4:junit4]   2> 84 T359 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 84 T359 oaz.Environment.logEnv Server environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 85 T359 oaz.Environment.logEnv Server environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/log4j-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 86 T359 oaz.Environment.logEnv Server environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 86 T359 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 86 T359 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 86 T359 oaz.Environment.logEnv Server environment:os.name=FreeBSD
[junit4:junit4]   2> 87 T359 oaz.Environment.logEnv Server environment:os.arch=amd64
[junit4:junit4]   2> 87 T359 oaz.Environment.logEnv Server environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 87 T359 oaz.Environment.logEnv Server environment:user.name=hudson
[junit4:junit4]   2> 87 T359 oaz.Environment.logEnv Server environment:user.home=/home/hudson
[junit4:junit4]   2> 87 T359 oaz.Environment.logEnv Server environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 123 T359 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 123 T359 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 123 T359 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 128 T359 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 190 T359 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 225 T358 oasc.ZkTestServer.run start zk server on port:22891
[junit4:junit4]   2> 340 T358 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 341 T358 oaz.Environment.logEnv Client environment:host.name=lucene.zones.apache.org
[junit4:junit4]   2> 341 T358 oaz.Environment.logEnv Client environment:java.version=1.7.0_09
[junit4:junit4]   2> 342 T358 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 342 T358 oaz.Environment.logEnv Client environment:java.home=/usr/local/openjdk7/jre
[junit4:junit4]   2> 343 T358 oaz.Environment.logEnv Client environment:java.class.path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/test:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/test-framework/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/codecs/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-solrj/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/common/lucene-analyzers-common-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/highlighter/lucene-highlighter-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/memory/lucene-memory-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/misc/lucene-misc-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/spatial/lucene-spatial-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/suggest/lucene-suggest-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/grouping/lucene-grouping-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queries/lucene-queries-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/queryparser/lucene-queryparser-4.1-SNAPSHOT.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/cglib-nodep-2.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-cli-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-codec-1.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/commons-lang-2.6.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/easymock-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/guava-13.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/javax.servlet-api-3.0.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/objenesis-1.2.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/core/lib/spatial4j-0.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/commons-io-2.1.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpclient-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpcore-4.1.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/httpmime-4.1.3.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/log4j-over-slf4j-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-api-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/solrj/lib/zookeeper-3.4.5.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/lib/servlet-api-3.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/build/core/classes/java:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/junit-4.10.jar:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/hudson/.ant/lib/ivy-2.2.0.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/hudson/hudson-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/hudson/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 345 T358 oaz.Environment.logEnv Client environment:java.library.path=/usr/local/openjdk7/jre/lib/amd64/server:/usr/local/openjdk7/jre/lib/amd64:/usr/local/openjdk7/jre/../lib/amd64:/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib:/usr/local/lib
[junit4:junit4]   2> 345 T358 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 346 T358 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 346 T358 oaz.Environment.logEnv Client environment:os.name=FreeBSD
[junit4:junit4]   2> 347 T358 oaz.Environment.logEnv Client environment:os.arch=amd64
[junit4:junit4]   2> 347 T358 oaz.Environment.logEnv Client environment:os.version=9.0-RELEASE
[junit4:junit4]   2> 348 T358 oaz.Environment.logEnv Client environment:user.name=hudson
[junit4:junit4]   2> 348 T358 oaz.Environment.logEnv Client environment:user.home=/home/hudson
[junit4:junit4]   2> 349 T358 oaz.Environment.logEnv Client environment:user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 353 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7a237188
[junit4:junit4]   2> 428 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 436 T364 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 439 T364 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 439 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22892
[junit4:junit4]   2> 470 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22892
[junit4:junit4]   2> 484 T362 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 513 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40000 with negotiated timeout 10000 for client /140.211.11.196:22892
[junit4:junit4]   2> 514 T364 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40000, negotiated timeout = 10000
[junit4:junit4]   2> 523 T365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a237188 name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 523 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 528 T358 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 594 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40000
[junit4:junit4]   2> 596 T365 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 596 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40000 closed
[junit4:junit4]   2> 597 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e5ecbc1
[junit4:junit4]   2> 597 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22892 which had sessionid 0x13c2fcc81c40000
[junit4:junit4]   2> 598 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 599 T366 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 599 T366 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 600 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22893
[junit4:junit4]   2> 600 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22893
[junit4:junit4]   2> 602 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40001 with negotiated timeout 10000 for client /140.211.11.196:22893
[junit4:junit4]   2> 602 T366 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40001, negotiated timeout = 10000
[junit4:junit4]   2> 602 T367 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e5ecbc1 name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 602 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 615 T358 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 621 T358 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 626 T358 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 629 T358 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 635 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 638 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 652 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 653 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 759 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 760 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 765 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 766 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 771 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 772 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 777 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 778 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 783 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 784 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 790 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 790 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 796 T358 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 797 T358 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 802 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40001
[junit4:junit4]   2> 803 T367 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 803 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22893 which had sessionid 0x13c2fcc81c40001
[junit4:junit4]   2> 803 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40001 closed
[junit4:junit4]   2> 981 T358 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 985 T358 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22894
[junit4:junit4]   2> 986 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 987 T358 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 987 T358 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840
[junit4:junit4]   2> 988 T358 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/solr.xml
[junit4:junit4]   2> 988 T358 oasc.CoreContainer.<init> New CoreContainer 1185685865
[junit4:junit4]   2> 989 T358 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/'
[junit4:junit4]   2> 990 T358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/'
[junit4:junit4]   2> 1047 T358 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 1048 T358 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1048 T358 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1049 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1049 T358 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1050 T358 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1050 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1051 T358 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1051 T358 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1052 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1076 T358 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1096 T358 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22891/solr
[junit4:junit4]   2> 1125 T358 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1126 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3abbac5f
[junit4:junit4]   2> 1127 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1127 T377 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1128 T377 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 1129 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22895
[junit4:junit4]   2> 1129 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22895
[junit4:junit4]   2> 1131 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40002 with negotiated timeout 20000 for client /140.211.11.196:22895
[junit4:junit4]   2> 1131 T377 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40002, negotiated timeout = 20000
[junit4:junit4]   2> 1132 T378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3abbac5f name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1132 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1135 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40002
[junit4:junit4]   2> 1136 T378 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1136 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22895 which had sessionid 0x13c2fcc81c40002
[junit4:junit4]   2> 1136 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40002 closed
[junit4:junit4]   2> 1137 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 1155 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b3250a5
[junit4:junit4]   2> 1156 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1157 T379 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1157 T379 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 1158 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22896
[junit4:junit4]   2> 1158 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22896
[junit4:junit4]   2> 1160 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40003 with negotiated timeout 20000 for client /140.211.11.196:22896
[junit4:junit4]   2> 1160 T379 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40003, negotiated timeout = 20000
[junit4:junit4]   2> 1160 T380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b3250a5 name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1161 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1185 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1197 T358 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1207 T358 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22894_ehmu%2Fcb
[junit4:junit4]   2> 1214 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22894_ehmu%2Fcb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22894_ehmu%2Fcb
[junit4:junit4]   2> 1216 T358 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22894_ehmu%2Fcb
[junit4:junit4]   2> 1226 T358 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1262 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1263 T358 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1268 T358 oasc.Overseer.start Overseer (id=88998648037507075-127.0.0.1:22894_ehmu%2Fcb-n_0000000000) starting
[junit4:junit4]   2> 1270 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1295 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1297 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1304 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1306 T382 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 1307 T358 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1311 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1346 T381 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1357 T383 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/collection1
[junit4:junit4]   2> 1357 T383 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1358 T383 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1359 T383 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1361 T383 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/collection1/'
[junit4:junit4]   2> 1363 T383 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1363 T383 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/collection1/lib/README' to classloader
[junit4:junit4]   2> 1441 T383 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 1514 T383 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1616 T383 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1625 T383 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2281 T383 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2294 T383 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2306 T383 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2334 T383 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2340 T383 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2345 T383 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2348 T383 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2350 T383 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1358011597840/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/
[junit4:junit4]   2> 2351 T383 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11838ae3
[junit4:junit4]   2> 2351 T383 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 2387 T383 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data forceNew:false
[junit4:junit4]   2> 2387 T383 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data
[junit4:junit4]   2> 2388 T383 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/index/
[junit4:junit4]   2> 2389 T383 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2390 T383 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/index forceNew:false
[junit4:junit4]   2> 2402 T383 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2cbd7d77),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2402 T383 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2403 T383 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data/index
[junit4:junit4]   2> 2403 T383 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 2407 T383 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2407 T383 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 2408 T383 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2409 T383 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 2409 T383 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2410 T383 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2410 T383 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2411 T383 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2412 T383 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2412 T383 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 2414 T383 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 2414 T383 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2415 T383 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 2415 T383 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 2416 T383 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 2416 T383 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2417 T383 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2418 T383 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2418 T383 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2419 T383 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2420 T383 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2420 T383 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2421 T383 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2422 T383 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 2423 T383 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 2424 T383 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 2437 T383 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2442 T383 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 2443 T383 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 2446 T383 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/control/data
[junit4:junit4]   2> 2448 T383 oass.SolrIndexSearcher.<init> Opening Searcher@6aca2d82 main
[junit4:junit4]   2> 2450 T383 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2450 T383 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2451 T383 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 2460 T383 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 2524 T384 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6aca2d82 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2532 T383 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2532 T383 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2534 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2853 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2854 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22894_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22894/ehmu/cb"}
[junit4:junit4]   2> 2855 T381 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2891 T381 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2892 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2920 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3546 T383 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3546 T383 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22894/ehmu/cb collection:control_collection shard:shard1
[junit4:junit4]   2> 3556 T383 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 3575 T383 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3598 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3599 T383 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3600 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3611 T383 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3611 T383 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3612 T383 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22894/ehmu/cb/collection1/
[junit4:junit4]   2> 3612 T383 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3613 T383 oasc.SyncStrategy.syncToMe http://127.0.0.1:22894/ehmu/cb/collection1/ has no replicas
[junit4:junit4]   2> 3613 T383 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22894/ehmu/cb/collection1/
[junit4:junit4]   2> 3613 T383 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3621 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4428 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4485 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4543 T383 oasc.ZkController.register We are http://127.0.0.1:22894/ehmu/cb/collection1/ and leader is http://127.0.0.1:22894/ehmu/cb/collection1/
[junit4:junit4]   2> 4543 T383 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22894/ehmu/cb
[junit4:junit4]   2> 4544 T383 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4544 T383 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4544 T383 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4547 T383 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4549 T358 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4550 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4550 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4563 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4579 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@33eea02c
[junit4:junit4]   2> 4580 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4581 T385 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4581 T385 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 4581 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22903
[junit4:junit4]   2> 4582 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22903
[junit4:junit4]   2> 4583 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40004 with negotiated timeout 10000 for client /140.211.11.196:22903
[junit4:junit4]   2> 4585 T385 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40004, negotiated timeout = 10000
[junit4:junit4]   2> 4585 T386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33eea02c name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4585 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4611 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4617 T358 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4794 T358 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4797 T358 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22907
[junit4:junit4]   2> 4799 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4800 T358 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4800 T358 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653
[junit4:junit4]   2> 4801 T358 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/solr.xml
[junit4:junit4]   2> 4801 T358 oasc.CoreContainer.<init> New CoreContainer 1061456338
[junit4:junit4]   2> 4802 T358 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/'
[junit4:junit4]   2> 4803 T358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/'
[junit4:junit4]   2> 4859 T358 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4860 T358 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4860 T358 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4861 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4861 T358 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4862 T358 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4862 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4863 T358 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4863 T358 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4864 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4886 T358 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4906 T358 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22891/solr
[junit4:junit4]   2> 4907 T358 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4908 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5480b7cc
[junit4:junit4]   2> 4909 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4909 T396 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4910 T396 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 4911 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22911
[junit4:junit4]   2> 4911 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22911
[junit4:junit4]   2> 4913 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40005 with negotiated timeout 20000 for client /140.211.11.196:22911
[junit4:junit4]   2> 4913 T396 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40005, negotiated timeout = 20000
[junit4:junit4]   2> 4914 T397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5480b7cc name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4914 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4916 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40005
[junit4:junit4]   2> 4917 T397 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4917 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40005 closed
[junit4:junit4]   2> 4917 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22911 which had sessionid 0x13c2fcc81c40005
[junit4:junit4]   2> 4918 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4930 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@73d9a99a
[junit4:junit4]   2> 4931 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4932 T398 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4932 T398 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 4933 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22912
[junit4:junit4]   2> 4933 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22912
[junit4:junit4]   2> 4935 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40006 with negotiated timeout 20000 for client /140.211.11.196:22912
[junit4:junit4]   2> 4935 T398 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40006, negotiated timeout = 20000
[junit4:junit4]   2> 4935 T399 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73d9a99a name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4936 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4937 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4939 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4941 T358 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22907_ehmu%2Fcb
[junit4:junit4]   2> 4942 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22907_ehmu%2Fcb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22907_ehmu%2Fcb
[junit4:junit4]   2> 4943 T358 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22907_ehmu%2Fcb
[junit4:junit4]   2> 4948 T386 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4948 T380 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4948 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4958 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4966 T400 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/collection1
[junit4:junit4]   2> 4967 T400 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4968 T400 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4968 T400 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4971 T400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/collection1/'
[junit4:junit4]   2> 4972 T400 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4973 T400 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/collection1/lib/README' to classloader
[junit4:junit4]   2> 5029 T400 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 5112 T400 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5213 T400 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5221 T400 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5864 T400 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5877 T400 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5881 T400 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5907 T400 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5913 T400 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5919 T400 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5921 T400 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5923 T400 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1358011601653/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/
[junit4:junit4]   2> 5924 T400 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11838ae3
[junit4:junit4]   2> 5925 T400 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5926 T400 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1 forceNew:false
[junit4:junit4]   2> 5926 T400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1
[junit4:junit4]   2> 5927 T400 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index/
[junit4:junit4]   2> 5927 T400 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5928 T400 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index forceNew:false
[junit4:junit4]   2> 5941 T400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@545576ef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5942 T400 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5943 T400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index
[junit4:junit4]   2> 5943 T400 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5946 T400 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5946 T400 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5947 T400 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5947 T400 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5948 T400 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5949 T400 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5949 T400 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5950 T400 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5951 T400 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5952 T400 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5953 T400 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5953 T400 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5954 T400 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5954 T400 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5955 T400 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5956 T400 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5956 T400 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5957 T400 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5958 T400 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5959 T400 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5960 T400 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5960 T400 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5961 T400 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5962 T400 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5963 T400 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5964 T400 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5976 T400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5981 T400 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5983 T400 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5986 T400 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1
[junit4:junit4]   2> 5988 T400 oass.SolrIndexSearcher.<init> Opening Searcher@23539deb main
[junit4:junit4]   2> 5989 T400 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5989 T400 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5990 T400 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5997 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5998 T400 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5999 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22894_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22894/ehmu/cb"}
[junit4:junit4]   2> 6021 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6021 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6021 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6065 T401 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23539deb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 6073 T400 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 6073 T400 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7538 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7540 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22907_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22907/ehmu/cb"}
[junit4:junit4]   2> 7540 T381 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 7541 T381 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7559 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7559 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7559 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8078 T400 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8078 T400 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22907/ehmu/cb collection:collection1 shard:shard1
[junit4:junit4]   2> 8080 T400 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8092 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8094 T400 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8094 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8097 T400 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8098 T400 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8098 T400 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22907/ehmu/cb/collection1/
[junit4:junit4]   2> 8099 T400 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8099 T400 oasc.SyncStrategy.syncToMe http://127.0.0.1:22907/ehmu/cb/collection1/ has no replicas
[junit4:junit4]   2> 8099 T400 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22907/ehmu/cb/collection1/
[junit4:junit4]   2> 8100 T400 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8107 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9066 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9079 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9080 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9080 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9088 T400 oasc.ZkController.register We are http://127.0.0.1:22907/ehmu/cb/collection1/ and leader is http://127.0.0.1:22907/ehmu/cb/collection1/
[junit4:junit4]   2> 9088 T400 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22907/ehmu/cb
[junit4:junit4]   2> 9088 T400 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9089 T400 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9089 T400 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9091 T400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9092 T358 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9093 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9094 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9283 T358 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9286 T358 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22914
[junit4:junit4]   2> 9287 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9288 T358 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9288 T358 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146
[junit4:junit4]   2> 9289 T358 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/solr.xml
[junit4:junit4]   2> 9290 T358 oasc.CoreContainer.<init> New CoreContainer 1661821706
[junit4:junit4]   2> 9290 T358 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/'
[junit4:junit4]   2> 9291 T358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/'
[junit4:junit4]   2> 9348 T358 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 9348 T358 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9349 T358 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9350 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9350 T358 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9351 T358 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9351 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9352 T358 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9352 T358 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9353 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9377 T358 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9397 T358 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22891/solr
[junit4:junit4]   2> 9398 T358 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9398 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@78a4525e
[junit4:junit4]   2> 9399 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9400 T411 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9401 T411 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 9401 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22915
[junit4:junit4]   2> 9402 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22915
[junit4:junit4]   2> 9404 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40007 with negotiated timeout 20000 for client /140.211.11.196:22915
[junit4:junit4]   2> 9404 T411 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40007, negotiated timeout = 20000
[junit4:junit4]   2> 9405 T412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78a4525e name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9405 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9407 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40007
[junit4:junit4]   2> 9427 T412 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9428 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22915 which had sessionid 0x13c2fcc81c40007
[junit4:junit4]   2> 9427 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40007 closed
[junit4:junit4]   2> 9429 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 9440 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4f5add72
[junit4:junit4]   2> 9442 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9442 T413 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9443 T413 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 9443 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22916
[junit4:junit4]   2> 9443 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22916
[junit4:junit4]   2> 9445 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40008 with negotiated timeout 20000 for client /140.211.11.196:22916
[junit4:junit4]   2> 9445 T413 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40008, negotiated timeout = 20000
[junit4:junit4]   2> 9445 T414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f5add72 name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9446 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9447 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9449 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9457 T358 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22914_ehmu%2Fcb
[junit4:junit4]   2> 9457 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22914_ehmu%2Fcb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22914_ehmu%2Fcb
[junit4:junit4]   2> 9459 T358 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22914_ehmu%2Fcb
[junit4:junit4]   2> 9462 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9462 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9462 T380 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9463 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9470 T399 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9470 T386 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9471 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9477 T415 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/collection1
[junit4:junit4]   2> 9477 T415 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9478 T415 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9478 T415 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9480 T415 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/collection1/'
[junit4:junit4]   2> 9481 T415 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9481 T415 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/collection1/lib/README' to classloader
[junit4:junit4]   2> 9520 T415 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 9595 T415 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9696 T415 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9704 T415 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10431 T415 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10444 T415 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10448 T415 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10478 T415 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10485 T415 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10491 T415 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10494 T415 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10497 T415 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1358011606146/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/
[junit4:junit4]   2> 10498 T415 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11838ae3
[junit4:junit4]   2> 10498 T415 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10499 T415 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2 forceNew:false
[junit4:junit4]   2> 10500 T415 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2
[junit4:junit4]   2> 10501 T415 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/index/
[junit4:junit4]   2> 10501 T415 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10503 T415 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/index forceNew:false
[junit4:junit4]   2> 10508 T415 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@64652c3c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10509 T415 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10510 T415 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2/index
[junit4:junit4]   2> 10510 T415 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10514 T415 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10514 T415 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10515 T415 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10515 T415 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10516 T415 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10517 T415 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10517 T415 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10518 T415 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10519 T415 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10520 T415 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10521 T415 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10522 T415 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10522 T415 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10523 T415 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10523 T415 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10524 T415 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10525 T415 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10526 T415 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10527 T415 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10528 T415 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10529 T415 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10530 T415 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10530 T415 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10531 T415 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10532 T415 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10533 T415 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10547 T415 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10553 T415 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10555 T415 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 10558 T415 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty2
[junit4:junit4]   2> 10560 T415 oass.SolrIndexSearcher.<init> Opening Searcher@18fb5419 main
[junit4:junit4]   2> 10561 T415 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10561 T415 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10562 T415 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10569 T415 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10589 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10591 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22907_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22907/ehmu/cb"}
[junit4:junit4]   2> 10619 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10620 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10620 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10620 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10658 T416 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18fb5419 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10670 T415 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10671 T415 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12135 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12137 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22914_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22914/ehmu/cb"}
[junit4:junit4]   2> 12137 T381 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12137 T381 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 12191 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12191 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12191 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12191 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12675 T415 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12675 T415 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22914/ehmu/cb collection:collection1 shard:shard2
[junit4:junit4]   2> 12677 T415 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12697 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:delete cxid:0x44 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12699 T415 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12699 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:create cxid:0x45 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12703 T415 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12703 T415 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12703 T415 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22914/ehmu/cb/collection1/
[junit4:junit4]   2> 12704 T415 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12704 T415 oasc.SyncStrategy.syncToMe http://127.0.0.1:22914/ehmu/cb/collection1/ has no replicas
[junit4:junit4]   2> 12704 T415 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22914/ehmu/cb/collection1/
[junit4:junit4]   2> 12705 T415 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12710 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c40008 type:create cxid:0x4e zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13710 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13736 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13736 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13736 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13736 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13740 T415 oasc.ZkController.register We are http://127.0.0.1:22914/ehmu/cb/collection1/ and leader is http://127.0.0.1:22914/ehmu/cb/collection1/
[junit4:junit4]   2> 13740 T415 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22914/ehmu/cb
[junit4:junit4]   2> 13740 T415 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13741 T415 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13741 T415 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13746 T415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13747 T358 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13748 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13749 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13934 T358 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13938 T358 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22922
[junit4:junit4]   2> 13938 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13939 T358 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13939 T358 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800
[junit4:junit4]   2> 13940 T358 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/solr.xml
[junit4:junit4]   2> 13941 T358 oasc.CoreContainer.<init> New CoreContainer 504228487
[junit4:junit4]   2> 13941 T358 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/'
[junit4:junit4]   2> 13942 T358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/'
[junit4:junit4]   2> 13998 T358 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13998 T358 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13999 T358 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13999 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14000 T358 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14000 T358 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14001 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14001 T358 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14002 T358 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14003 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14024 T358 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14044 T358 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22891/solr
[junit4:junit4]   2> 14045 T358 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14045 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@649814a3
[junit4:junit4]   2> 14047 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14047 T426 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14048 T426 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 14048 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22923
[junit4:junit4]   2> 14049 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22923
[junit4:junit4]   2> 14051 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c40009 with negotiated timeout 20000 for client /140.211.11.196:22923
[junit4:junit4]   2> 14051 T426 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c40009, negotiated timeout = 20000
[junit4:junit4]   2> 14052 T427 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@649814a3 name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14052 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14054 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c40009
[junit4:junit4]   2> 14065 T427 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14065 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c40009 closed
[junit4:junit4]   2> 14065 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22923 which had sessionid 0x13c2fcc81c40009
[junit4:junit4]   2> 14066 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14078 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2c27f6aa
[junit4:junit4]   2> 14079 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14080 T428 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14080 T428 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 14081 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22924
[junit4:junit4]   2> 14082 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22924
[junit4:junit4]   2> 14083 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c4000a with negotiated timeout 20000 for client /140.211.11.196:22924
[junit4:junit4]   2> 14083 T428 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c4000a, negotiated timeout = 20000
[junit4:junit4]   2> 14084 T429 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c27f6aa name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14084 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14086 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14088 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14091 T358 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22922_ehmu%2Fcb
[junit4:junit4]   2> 14091 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000a type:delete cxid:0x4 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22922_ehmu%2Fcb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22922_ehmu%2Fcb
[junit4:junit4]   2> 14093 T358 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22922_ehmu%2Fcb
[junit4:junit4]   2> 14101 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14101 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14101 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14102 T380 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14102 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14105 T386 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14106 T399 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14106 T414 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14109 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14118 T430 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/collection1
[junit4:junit4]   2> 14118 T430 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14119 T430 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14120 T430 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14122 T430 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/collection1/'
[junit4:junit4]   2> 14123 T430 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/collection1/lib/README' to classloader
[junit4:junit4]   2> 14124 T430 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14179 T430 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14260 T430 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14361 T430 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14368 T430 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15015 T430 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15027 T430 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15031 T430 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15055 T430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15060 T430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15065 T430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15067 T430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15070 T430 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1358011610800/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/
[junit4:junit4]   2> 15070 T430 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11838ae3
[junit4:junit4]   2> 15071 T430 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 15072 T430 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3 forceNew:false
[junit4:junit4]   2> 15072 T430 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 15073 T430 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index/
[junit4:junit4]   2> 15073 T430 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15075 T430 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index forceNew:false
[junit4:junit4]   2> 15080 T430 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c5ce2a8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15081 T430 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15082 T430 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index
[junit4:junit4]   2> 15082 T430 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15085 T430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15085 T430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15085 T430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15086 T430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15087 T430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15087 T430 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15088 T430 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15088 T430 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15089 T430 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15090 T430 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15091 T430 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15091 T430 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15092 T430 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15092 T430 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15093 T430 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15094 T430 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15095 T430 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15095 T430 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15096 T430 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15097 T430 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15098 T430 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15098 T430 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15099 T430 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15100 T430 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15101 T430 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15101 T430 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15113 T430 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15125 T430 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15128 T430 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 15130 T430 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 15132 T430 oass.SolrIndexSearcher.<init> Opening Searcher@2aa705ba main
[junit4:junit4]   2> 15133 T430 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15134 T430 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15134 T430 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15141 T430 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15202 T431 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2aa705ba main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15211 T430 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15211 T430 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15251 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15253 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22914_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22914/ehmu/cb"}
[junit4:junit4]   2> 15259 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22922_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22922/ehmu/cb"}
[junit4:junit4]   2> 15259 T381 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15259 T381 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15271 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15271 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15271 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15271 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15271 T429 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16214 T430 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16214 T430 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22922/ehmu/cb collection:collection1 shard:shard1
[junit4:junit4]   2> 16220 T430 oasc.ZkController.register We are http://127.0.0.1:22922/ehmu/cb/collection1/ and leader is http://127.0.0.1:22907/ehmu/cb/collection1/
[junit4:junit4]   2> 16220 T430 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22922/ehmu/cb
[junit4:junit4]   2> 16220 T430 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16221 T430 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@e77d77b url=http://127.0.0.1:22922/ehmu/cb/collection1 node=127.0.0.1:22922_ehmu%2Fcb C31_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:22922_ehmu%2Fcb, base_url=http://127.0.0.1:22922/ehmu/cb}
[junit4:junit4]   2> 16229 T432 C31 P22922 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16230 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16230 T430 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16231 T432 C31 P22922 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16231 T432 C31 P22922 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16232 T358 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16233 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16234 T432 C31 P22922 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16234 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16453 T358 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16457 T358 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22926
[junit4:junit4]   2> 16458 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16458 T358 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16459 T358 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294
[junit4:junit4]   2> 16459 T358 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/solr.xml
[junit4:junit4]   2> 16460 T358 oasc.CoreContainer.<init> New CoreContainer 1032277732
[junit4:junit4]   2> 16461 T358 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/'
[junit4:junit4]   2> 16461 T358 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/'
[junit4:junit4]   2> 16527 T358 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 16528 T358 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16529 T358 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16529 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16530 T358 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16530 T358 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16531 T358 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16531 T358 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16532 T358 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16533 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16556 T358 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16576 T358 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:22891/solr
[junit4:junit4]   2> 16577 T358 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16577 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19ed62ce
[junit4:junit4]   2> 16579 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16579 T442 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16580 T442 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 16580 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22927
[junit4:junit4]   2> 16581 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22927
[junit4:junit4]   2> 16583 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c4000b with negotiated timeout 20000 for client /140.211.11.196:22927
[junit4:junit4]   2> 16583 T442 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c4000b, negotiated timeout = 20000
[junit4:junit4]   2> 16584 T443 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ed62ce name:ZooKeeperConnection Watcher:127.0.0.1:22891 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16584 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16586 T363 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c2fcc81c4000b
[junit4:junit4]   2> 16594 T443 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16594 T360 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:22927 which had sessionid 0x13c2fcc81c4000b
[junit4:junit4]   2> 16594 T358 oaz.ZooKeeper.close Session: 0x13c2fcc81c4000b closed
[junit4:junit4]   2> 16595 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 16607 T358 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:22891/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ee4ebc7
[junit4:junit4]   2> 16608 T358 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16608 T444 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:22891. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16609 T444 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:22891, initiating session
[junit4:junit4]   2> 16609 T360 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:22928
[junit4:junit4]   2> 16610 T360 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:22928
[junit4:junit4]   2> 16611 T362 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c2fcc81c4000c with negotiated timeout 20000 for client /140.211.11.196:22928
[junit4:junit4]   2> 16611 T444 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:22891, sessionid = 0x13c2fcc81c4000c, negotiated timeout = 20000
[junit4:junit4]   2> 16612 T445 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ee4ebc7 name:ZooKeeperConnection Watcher:127.0.0.1:22891/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16612 T358 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16614 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16616 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000c type:create cxid:0x2 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16623 T358 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22926_ehmu%2Fcb
[junit4:junit4]   2> 16624 T363 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c2fcc81c4000c type:delete cxid:0x4 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:22926_ehmu%2Fcb Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:22926_ehmu%2Fcb
[junit4:junit4]   2> 16625 T358 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22926_ehmu%2Fcb
[junit4:junit4]   2> 16629 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16629 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16630 T380 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16630 T429 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16629 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16630 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16631 T429 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16656 T386 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16657 T399 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16659 T414 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16661 T358 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16670 T446 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/collection1
[junit4:junit4]   2> 16671 T446 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16672 T446 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16672 T446 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16674 T446 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/collection1/'
[junit4:junit4]   2> 16675 T446 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/collection1/lib/README' to classloader
[junit4:junit4]   2> 16676 T446 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16730 T446 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 16787 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16788 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22922_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22922/ehmu/cb"}
[junit4:junit4]   2> 16805 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16805 T429 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16805 T445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16805 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16805 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16805 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16814 T446 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16915 T446 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16937 T446 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17650 T446 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17663 T446 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17667 T446 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17689 T446 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17695 T446 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17701 T446 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17703 T446 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17705 T446 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1358011613294/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/
[junit4:junit4]   2> 17706 T446 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11838ae3
[junit4:junit4]   2> 17706 T446 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17707 T446 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4 forceNew:false
[junit4:junit4]   2> 17708 T446 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4
[junit4:junit4]   2> 17708 T446 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/index/
[junit4:junit4]   2> 17709 T446 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17710 T446 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/index forceNew:false
[junit4:junit4]   2> 17716 T446 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5825fd47),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17716 T446 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17717 T446 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4/index
[junit4:junit4]   2> 17718 T446 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 17720 T446 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17721 T446 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 17721 T446 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17722 T446 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 17723 T446 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17723 T446 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17724 T446 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17725 T446 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17727 T446 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17728 T446 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 17729 T446 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 17729 T446 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17730 T446 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 17730 T446 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 17731 T446 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 17732 T446 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17733 T446 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17733 T446 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17734 T446 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17735 T446 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17736 T446 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17737 T446 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17737 T446 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17738 T446 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17739 T446 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 17740 T446 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 17754 T446 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17759 T446 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 17760 T446 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 17763 T446 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty4
[junit4:junit4]   2> 17765 T446 oass.SolrIndexSearcher.<init> Opening Searcher@535f9868 main
[junit4:junit4]   2> 17766 T446 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17767 T446 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17767 T446 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 17775 T446 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 17829 T447 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@535f9868 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17837 T446 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17838 T446 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18315 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18317 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22926_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22926/ehmu/cb"}
[junit4:junit4]   2> 18317 T381 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18317 T381 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 18336 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18336 T429 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18336 T445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18336 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18336 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18336 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18841 T446 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18841 T446 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:22926/ehmu/cb collection:collection1 shard:shard2
[junit4:junit4]   2> 18849 T446 oasc.ZkController.register We are http://127.0.0.1:22926/ehmu/cb/collection1/ and leader is http://127.0.0.1:22914/ehmu/cb/collection1/
[junit4:junit4]   2> 18849 T446 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:22926/ehmu/cb
[junit4:junit4]   2> 18849 T446 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18849 T446 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@71ab48e3 url=http://127.0.0.1:22926/ehmu/cb/collection1 node=127.0.0.1:22926_ehmu%2Fcb C32_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:22926_ehmu%2Fcb, base_url=http://127.0.0.1:22926/ehmu/cb}
[junit4:junit4]   2> 18850 T448 C32 P22926 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18851 T448 C32 P22926 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18851 T446 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18851 T448 C32 P22926 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18852 T448 C32 P22926 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18853 T358 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18853 T358 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18853 T448 C32 P22926 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18854 T358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18868 T358 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18870 T358 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18871 T358 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C31_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:22922_ehmu%2Fcb, base_url=http://127.0.0.1:22922/ehmu/cb}
[junit4:junit4]   2> 19290 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:22907/ehmu/cb/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19297 T432 C31 P22922 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 19313 T432 C31 P22922 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:22922/ehmu/cb START replicas=[http://127.0.0.1:22907/ehmu/cb/collection1/] nUpdates=100
[junit4:junit4]   2> 19313 T432 C31 P22922 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19314 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19314 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19314 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19315 T432 C31 P22922 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19315 T432 C31 P22922 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:22907/ehmu/cb/collection1/. core=collection1
[junit4:junit4]   2> 19315 T432 C31 P22922 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@63a0edb8 url=http://127.0.0.1:22907/ehmu/cb/collection1 node=127.0.0.1:22907_ehmu%2Fcb C33_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:22907_ehmu%2Fcb, base_url=http://127.0.0.1:22907/ehmu/cb, leader=true}
[junit4:junit4]   2> 19322 T390 C33 P22907 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19326 T391 C33 P22907 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19327 T391 C33 P22907 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1
[junit4:junit4]   2> 19330 T391 C33 P22907 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@545576ef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19330 T391 C33 P22907 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19333 T391 C33 P22907 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@545576ef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@545576ef),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19333 T391 C33 P22907 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19334 T391 C33 P22907 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1
[junit4:junit4]   2> 19335 T391 C33 P22907 oass.SolrIndexSearcher.<init> Opening Searcher@5bc2a19b realtime
[junit4:junit4]   2> 19335 T391 C33 P22907 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19336 T391 C33 P22907 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 19395 T432 C31 P22922 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19395 T432 C31 P22922 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 19414 T432 C31 P22922 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19416 T392 C33 P22907 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19417 T392 C33 P22907 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 19418 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19418 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19418 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19420 T392 C33 P22907 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1
[junit4:junit4]   2> 19421 T392 C33 P22907 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty1/index
[junit4:junit4]   2> 19421 T392 C33 P22907 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19422 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19423 T432 C31 P22922 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 forceNew:false
[junit4:junit4]   2> 19423 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19424 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eae38) fullCopy=true
[junit4:junit4]   2> 19433 T392 C33 P22907 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=3 
[junit4:junit4]   2> 19452 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index
[junit4:junit4]   2> 19452 T432 C31 P22922 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19453 T432 C31 P22922 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130112122656458
[junit4:junit4]   2> 19455 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19456 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19456 T432 C31 P22922 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458
[junit4:junit4]   2> 19459 T432 C31 P22922 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eae38),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19460 T432 C31 P22922 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19479 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19483 T432 C31 P22922 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19483 T432 C31 P22922 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19483 T432 C31 P22922 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19484 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458
[junit4:junit4]   2> 19485 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19487 T432 C31 P22922 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eae38),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19488 T432 C31 P22922 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19488 T432 C31 P22922 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19488 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19489 T432 C31 P22922 oass.SolrIndexSearcher.<init> Opening Searcher@19a4cbe5 main
[junit4:junit4]   2> 19491 T431 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19a4cbe5 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19491 T431 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index
[junit4:junit4]   2> 19491 T432 C31 P22922 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19493 T432 C31 P22922 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eae38),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458 lockFactory=org.apache.lucene.store.NativeFSLockFactory@254eae38),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19493 T432 C31 P22922 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19494 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3
[junit4:junit4]   2> 19494 T432 C31 P22922 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19495 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index.20130112122656458
[junit4:junit4]   2> 19495 T432 C31 P22922 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1358011597044/jetty3/index
[junit4:junit4]   2> 19495 T432 C31 P22922 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19495 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19496 T432 C31 P22922 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19496 T432 C31 P22922 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19504 T432 C31 P22922 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19845 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19846 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22926_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22926/ehmu/cb"}
[junit4:junit4]   2> 19852 T381 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:22922_ehmu%2Fcb",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:22922/ehmu/cb"}
[junit4:junit4]   2> 19867 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19868 T445 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19868 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19868 T429 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19868 T386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19868 T399 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19879 T358 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20882 T358 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21885 T358 oascc.ZkStateReader.updateC

[...truncated too long message...]

atingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:352)
[junit4:junit4]    > 	... 47 more
[junit4:junit4]   2> 116255 T358 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=Asserting), foo_b=PostingsFormat(name=NestedPulsing), foo_d=PostingsFormat(name=SimpleText), foo_f=PostingsFormat(name=NestedPulsing), n_tl1=PostingsFormat(name=Asserting), n_d1=PostingsFormat(name=MockSep), rnd_b=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=MockSep), n_td1=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=MockSep), id=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=NestedPulsing), range_facet_si=PostingsFormat(name=Asserting), oddField_s=PostingsFormat(name=NestedPulsing), foo_i=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=Asserting), n_tf1=PostingsFormat(name=MockSep), n_dt1=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=MockSep), text=PostingsFormat(name=NestedPulsing), _version_=PostingsFormat(name=MockSep), val_i=PostingsFormat(name=SimpleText), SubjectTerms_mfacet=PostingsFormat(name=MockSep), a_t=PostingsFormat(name=MockSep), n_tdt1=PostingsFormat(name=MockSep), other_tl1=PostingsFormat(name=MockSep), n_l1=PostingsFormat(name=MockSep), a_si=PostingsFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en_NZ, timezone=America/Louisville
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=165267984,total=399507456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [UpdateRequestProcessorFactoryTest, TestSearchPerf, TestNumberUtils, TestFastLRUCache, DistributedTermsComponentTest, TestComponentsName, TestPerFieldSimilarity, SortByFunctionTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, TestElisionMultitermQuery, LoggingHandlerTest, WordBreakSolrSpellCheckerTest, SolrCmdDistributorTest, TestJmxMonitoredMap, QueryElevationComponentTest, CopyFieldTest, BasicDistributedZkTest]
[junit4:junit4] Completed on J0 in 116.55s, 1 test, 1 error <<< FAILURES!

[...truncated 699 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 error, 23 ignored (5 assumptions)

Total time: 37 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 890 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/890/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 should have just been set up to be inconsistent - but it's still consistent

Stack Trace:
java.lang.AssertionError: shard1 should have just been set up to be inconsistent - but it's still consistent
	at __randomizedtesting.SeedInfo.seed([BA0670EBE72560:815C88689CB8455C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9205 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest
[junit4:junit4]   2> 0 T2940 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /v_rez/kp
[junit4:junit4]   2> 4 T2940 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1358045449201
[junit4:junit4]   2> 5 T2940 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T2941 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T2941 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T2941 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T2941 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T2941 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T2941 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T2940 oasc.ZkTestServer.run start zk server on port:26451
[junit4:junit4]   2> 107 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@23cba6ec
[junit4:junit4]   2> 108 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T2946 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T2946 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 110 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:54810
[junit4:junit4]   2> 110 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:54810
[junit4:junit4]   2> 110 T2944 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 112 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80000 with negotiated timeout 10000 for client /140.211.11.196:54810
[junit4:junit4]   2> 112 T2946 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80000, negotiated timeout = 10000
[junit4:junit4]   2> 113 T2947 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23cba6ec name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 113 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 114 T2940 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 116 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80000
[junit4:junit4]   2> 126 T2947 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 126 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:54810 which had sessionid 0x13c31d10bf80000
[junit4:junit4]   2> 126 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80000 closed
[junit4:junit4]   2> 126 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@667e8cce
[junit4:junit4]   2> 127 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 128 T2948 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 128 T2948 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 128 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:23394
[junit4:junit4]   2> 129 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:23394
[junit4:junit4]   2> 130 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80001 with negotiated timeout 10000 for client /140.211.11.196:23394
[junit4:junit4]   2> 130 T2948 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80001, negotiated timeout = 10000
[junit4:junit4]   2> 130 T2949 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@667e8cce name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 131 T2940 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 141 T2940 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 143 T2940 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 145 T2940 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 154 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 155 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 161 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 162 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 265 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 266 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 268 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 269 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 272 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 273 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 280 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 281 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 284 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 285 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 288 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 289 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 291 T2940 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 292 T2940 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 295 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80001
[junit4:junit4]   2> 296 T2949 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 296 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:23394 which had sessionid 0x13c31d10bf80001
[junit4:junit4]   2> 296 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80001 closed
[junit4:junit4]   2> 462 T2940 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 468 T2940 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:44173
[junit4:junit4]   2> 469 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 470 T2940 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 470 T2940 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492
[junit4:junit4]   2> 471 T2940 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/solr.xml
[junit4:junit4]   2> 471 T2940 oasc.CoreContainer.<init> New CoreContainer 1701858012
[junit4:junit4]   2> 472 T2940 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/'
[junit4:junit4]   2> 472 T2940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/'
[junit4:junit4]   2> 529 T2940 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 530 T2940 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 530 T2940 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 531 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 531 T2940 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 532 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 532 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 533 T2940 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 533 T2940 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 534 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 555 T2940 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 575 T2940 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:26451/solr
[junit4:junit4]   2> 576 T2940 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 576 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@70cebd3f
[junit4:junit4]   2> 578 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 578 T2959 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 579 T2959 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 579 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:35246
[junit4:junit4]   2> 579 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:35246
[junit4:junit4]   2> 581 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80002 with negotiated timeout 20000 for client /140.211.11.196:35246
[junit4:junit4]   2> 581 T2959 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80002, negotiated timeout = 20000
[junit4:junit4]   2> 581 T2960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70cebd3f name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 581 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 583 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80002
[junit4:junit4]   2> 584 T2960 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 584 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:35246 which had sessionid 0x13c31d10bf80002
[junit4:junit4]   2> 584 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80002 closed
[junit4:junit4]   2> 584 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 596 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@17f0a891
[junit4:junit4]   2> 597 T2961 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 597 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 598 T2961 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 598 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:63650
[junit4:junit4]   2> 598 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:63650
[junit4:junit4]   2> 599 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80003 with negotiated timeout 20000 for client /140.211.11.196:63650
[junit4:junit4]   2> 599 T2961 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80003, negotiated timeout = 20000
[junit4:junit4]   2> 600 T2962 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17f0a891 name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 600 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 602 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 603 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 613 T2940 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44173_v_rez%2Fkp
[junit4:junit4]   2> 613 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44173_v_rez%2Fkp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44173_v_rez%2Fkp
[junit4:junit4]   2> 614 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44173_v_rez%2Fkp
[junit4:junit4]   2> 618 T2940 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 633 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 634 T2940 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 637 T2940 oasc.Overseer.start Overseer (id=89000866559295491-127.0.0.1:44173_v_rez%2Fkp-n_0000000000) starting
[junit4:junit4]   2> 637 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 643 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 645 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 651 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 653 T2964 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 653 T2940 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 664 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 665 T2963 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 671 T2965 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/collection1
[junit4:junit4]   2> 671 T2965 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 672 T2965 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 672 T2965 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 673 T2965 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/collection1/'
[junit4:junit4]   2> 675 T2965 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 675 T2965 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/collection1/lib/README' to classloader
[junit4:junit4]   2> 730 T2965 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 802 T2965 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 903 T2965 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 910 T2965 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1557 T2965 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1569 T2965 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1573 T2965 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1585 T2965 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1590 T2965 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1595 T2965 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1596 T2965 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1597 T2965 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1358045449492/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/
[junit4:junit4]   2> 1597 T2965 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6065ffeb
[junit4:junit4]   2> 1597 T2965 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1599 T2965 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data forceNew:false
[junit4:junit4]   2> 1600 T2965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data
[junit4:junit4]   2> 1600 T2965 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/index/
[junit4:junit4]   2> 1601 T2965 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1602 T2965 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/index forceNew:false
[junit4:junit4]   2> 1637 T2965 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@450ee2d5; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1637 T2965 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1639 T2965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data/index
[junit4:junit4]   2> 1639 T2965 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1641 T2965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1641 T2965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1642 T2965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1642 T2965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1643 T2965 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1643 T2965 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1643 T2965 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1644 T2965 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1644 T2965 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1645 T2965 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1645 T2965 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1646 T2965 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1646 T2965 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1647 T2965 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1647 T2965 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1647 T2965 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1648 T2965 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1648 T2965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1649 T2965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1649 T2965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1650 T2965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1650 T2965 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1651 T2965 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1651 T2965 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1651 T2965 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1652 T2965 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1665 T2965 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1669 T2965 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1670 T2965 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1673 T2965 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/control/data
[junit4:junit4]   2> 1675 T2965 oass.SolrIndexSearcher.<init> Opening Searcher@18c8fa41 main
[junit4:junit4]   2> 1676 T2965 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1676 T2965 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1676 T2965 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1691 T2965 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1749 T2966 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18c8fa41 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1753 T2965 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1754 T2965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1754 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2169 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2170 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44173_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44173/v_rez/kp"}
[junit4:junit4]   2> 2170 T2963 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2170 T2963 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2171 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2185 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2770 T2965 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2770 T2965 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44173/v_rez/kp collection:control_collection shard:shard1
[junit4:junit4]   2> 2771 T2965 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2793 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2794 T2965 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2795 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2805 T2965 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2805 T2965 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2806 T2965 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44173/v_rez/kp/collection1/
[junit4:junit4]   2> 2806 T2965 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2806 T2965 oasc.SyncStrategy.syncToMe http://127.0.0.1:44173/v_rez/kp/collection1/ has no replicas
[junit4:junit4]   2> 2807 T2965 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44173/v_rez/kp/collection1/
[junit4:junit4]   2> 2807 T2965 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2811 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3697 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3742 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3790 T2965 oasc.ZkController.register We are http://127.0.0.1:44173/v_rez/kp/collection1/ and leader is http://127.0.0.1:44173/v_rez/kp/collection1/
[junit4:junit4]   2> 3790 T2965 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44173/v_rez/kp
[junit4:junit4]   2> 3790 T2965 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3790 T2965 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3790 T2965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3792 T2965 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3793 T2940 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3794 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3794 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3810 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3821 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@309ca39f
[junit4:junit4]   2> 3822 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3822 T2967 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3823 T2967 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 3823 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:20926
[junit4:junit4]   2> 3823 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:20926
[junit4:junit4]   2> 3825 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80004 with negotiated timeout 10000 for client /140.211.11.196:20926
[junit4:junit4]   2> 3825 T2967 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80004, negotiated timeout = 10000
[junit4:junit4]   2> 3825 T2968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@309ca39f name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3825 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3826 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3827 T2940 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3997 T2940 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4000 T2940 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26386
[junit4:junit4]   2> 4001 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4001 T2940 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4002 T2940 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024
[junit4:junit4]   2> 4002 T2940 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/solr.xml
[junit4:junit4]   2> 4003 T2940 oasc.CoreContainer.<init> New CoreContainer 42295660
[junit4:junit4]   2> 4004 T2940 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/'
[junit4:junit4]   2> 4004 T2940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/'
[junit4:junit4]   2> 4064 T2940 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4065 T2940 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4066 T2940 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4066 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4067 T2940 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4067 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4068 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4069 T2940 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4069 T2940 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4070 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4092 T2940 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4113 T2940 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:26451/solr
[junit4:junit4]   2> 4113 T2940 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4114 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6eecdc0b
[junit4:junit4]   2> 4115 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4115 T2978 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4116 T2978 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 4116 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:29096
[junit4:junit4]   2> 4117 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:29096
[junit4:junit4]   2> 4120 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80005 with negotiated timeout 20000 for client /140.211.11.196:29096
[junit4:junit4]   2> 4120 T2978 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80005, negotiated timeout = 20000
[junit4:junit4]   2> 4120 T2979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6eecdc0b name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4120 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4121 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80005
[junit4:junit4]   2> 4155 T2979 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4156 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:29096 which had sessionid 0x13c31d10bf80005
[junit4:junit4]   2> 4155 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80005 closed
[junit4:junit4]   2> 4156 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4168 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c68b316
[junit4:junit4]   2> 4169 T2980 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4169 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4169 T2980 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 4169 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:42325
[junit4:junit4]   2> 4170 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:42325
[junit4:junit4]   2> 4178 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80006 with negotiated timeout 20000 for client /140.211.11.196:42325
[junit4:junit4]   2> 4178 T2980 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80006, negotiated timeout = 20000
[junit4:junit4]   2> 4178 T2981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c68b316 name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4178 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4179 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4196 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4197 T2940 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26386_v_rez%2Fkp
[junit4:junit4]   2> 4198 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:26386_v_rez%2Fkp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:26386_v_rez%2Fkp
[junit4:junit4]   2> 4240 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26386_v_rez%2Fkp
[junit4:junit4]   2> 4242 T2968 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4242 T2962 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4243 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4250 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4257 T2982 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/collection1
[junit4:junit4]   2> 4257 T2982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4258 T2982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4258 T2982 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4259 T2982 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/collection1/'
[junit4:junit4]   2> 4260 T2982 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4260 T2982 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/collection1/lib/README' to classloader
[junit4:junit4]   2> 4299 T2982 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4349 T2982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4449 T2982 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4454 T2982 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5061 T2982 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5072 T2982 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5076 T2982 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5088 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5092 T2982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5097 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5098 T2982 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5099 T2982 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1358045453024/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/
[junit4:junit4]   2> 5099 T2982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6065ffeb
[junit4:junit4]   2> 5100 T2982 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5101 T2982 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1 forceNew:false
[junit4:junit4]   2> 5101 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 5101 T2982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index/
[junit4:junit4]   2> 5102 T2982 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5103 T2982 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index forceNew:false
[junit4:junit4]   2> 5110 T2982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5110 T2982 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5111 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index
[junit4:junit4]   2> 5111 T2982 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5113 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5114 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5114 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5114 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5115 T2982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5115 T2982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5116 T2982 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5116 T2982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5117 T2982 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5117 T2982 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5118 T2982 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5118 T2982 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5119 T2982 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5119 T2982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5119 T2982 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5120 T2982 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5120 T2982 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5121 T2982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5121 T2982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5122 T2982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5122 T2982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5123 T2982 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5123 T2982 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5124 T2982 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5124 T2982 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5125 T2982 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5137 T2982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5141 T2982 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5142 T2982 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5145 T2982 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 5146 T2982 oass.SolrIndexSearcher.<init> Opening Searcher@3aa0d392 main
[junit4:junit4]   2> 5147 T2982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5147 T2982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5148 T2982 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5155 T2982 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5205 T2983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3aa0d392 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5209 T2982 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5210 T2982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5248 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5249 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44173_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44173/v_rez/kp"}
[junit4:junit4]   2> 5252 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26386_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26386/v_rez/kp"}
[junit4:junit4]   2> 5252 T2963 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1
[junit4:junit4]   2> 5252 T2963 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5264 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5264 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5264 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6213 T2982 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6213 T2982 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:26386/v_rez/kp collection:collection1 shard:shard1
[junit4:junit4]   2> 6214 T2982 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6258 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6259 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6260 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6282 T2982 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6283 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6283 T2982 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 6283 T2982 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6283 T2982 oasc.SyncStrategy.syncToMe http://127.0.0.1:26386/v_rez/kp/collection1/ has no replicas
[junit4:junit4]   2> 6284 T2982 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 6284 T2982 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6288 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6775 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6804 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6804 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6804 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6808 T2982 oasc.ZkController.register We are http://127.0.0.1:26386/v_rez/kp/collection1/ and leader is http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 6808 T2982 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:26386/v_rez/kp
[junit4:junit4]   2> 6808 T2982 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6809 T2982 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6809 T2982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6823 T2982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6824 T2940 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 6825 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6826 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7041 T2940 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7045 T2940 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:23484
[junit4:junit4]   2> 7046 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7047 T2940 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7047 T2940 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040
[junit4:junit4]   2> 7048 T2940 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/solr.xml
[junit4:junit4]   2> 7048 T2940 oasc.CoreContainer.<init> New CoreContainer 329921120
[junit4:junit4]   2> 7049 T2940 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/'
[junit4:junit4]   2> 7050 T2940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/'
[junit4:junit4]   2> 7115 T2940 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7116 T2940 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7116 T2940 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7117 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7117 T2940 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7118 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7118 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7119 T2940 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7119 T2940 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7120 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7149 T2940 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7183 T2940 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:26451/solr
[junit4:junit4]   2> 7184 T2940 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7184 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bbe7972
[junit4:junit4]   2> 7186 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7186 T2993 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7187 T2993 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 7187 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:55875
[junit4:junit4]   2> 7187 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:55875
[junit4:junit4]   2> 7189 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80007 with negotiated timeout 20000 for client /140.211.11.196:55875
[junit4:junit4]   2> 7189 T2993 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80007, negotiated timeout = 20000
[junit4:junit4]   2> 7189 T2994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bbe7972 name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7190 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7191 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80007
[junit4:junit4]   2> 7192 T2994 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7192 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:55875 which had sessionid 0x13c31d10bf80007
[junit4:junit4]   2> 7192 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80007 closed
[junit4:junit4]   2> 7192 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7204 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3726f12c
[junit4:junit4]   2> 7205 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7205 T2995 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7206 T2995 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 7206 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30559
[junit4:junit4]   2> 7206 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:30559
[junit4:junit4]   2> 7207 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80008 with negotiated timeout 20000 for client /140.211.11.196:30559
[junit4:junit4]   2> 7208 T2995 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80008, negotiated timeout = 20000
[junit4:junit4]   2> 7208 T2996 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3726f12c name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7208 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7209 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7210 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7218 T2940 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:23484_v_rez%2Fkp
[junit4:junit4]   2> 7219 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf80008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:23484_v_rez%2Fkp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:23484_v_rez%2Fkp
[junit4:junit4]   2> 7220 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:23484_v_rez%2Fkp
[junit4:junit4]   2> 7222 T2968 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7222 T2962 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7223 T2981 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7223 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7223 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7223 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7232 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7240 T2997 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/collection1
[junit4:junit4]   2> 7240 T2997 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7240 T2997 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7241 T2997 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7242 T2997 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/collection1/'
[junit4:junit4]   2> 7243 T2997 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7244 T2997 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/collection1/lib/README' to classloader
[junit4:junit4]   2> 7303 T2997 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7382 T2997 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7483 T2997 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7491 T2997 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8205 T2997 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8218 T2997 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8223 T2997 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8235 T2997 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8240 T2997 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8245 T2997 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8246 T2997 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8247 T2997 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1358045456040/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/
[junit4:junit4]   2> 8247 T2997 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6065ffeb
[junit4:junit4]   2> 8248 T2997 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8249 T2997 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2 forceNew:false
[junit4:junit4]   2> 8249 T2997 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 8250 T2997 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index/
[junit4:junit4]   2> 8251 T2997 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8252 T2997 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index forceNew:false
[junit4:junit4]   2> 8260 T2997 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ae9847a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8261 T2997 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8262 T2997 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index
[junit4:junit4]   2> 8262 T2997 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8264 T2997 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8264 T2997 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8265 T2997 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8265 T2997 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8266 T2997 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8266 T2997 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8266 T2997 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8267 T2997 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8267 T2997 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8268 T2997 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8269 T2997 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8269 T2997 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8269 T2997 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8270 T2997 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8270 T2997 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8271 T2997 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8271 T2997 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8272 T2997 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8272 T2997 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8273 T2997 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8273 T2997 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8274 T2997 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8274 T2997 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8275 T2997 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8275 T2997 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8276 T2997 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8290 T2997 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8296 T2997 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8297 T2997 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8300 T2997 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 8302 T2997 oass.SolrIndexSearcher.<init> Opening Searcher@639a31b1 main
[junit4:junit4]   2> 8303 T2997 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8303 T2997 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8304 T2997 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8312 T2997 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8325 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8326 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:26386_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:26386/v_rez/kp"}
[junit4:junit4]   2> 8339 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8339 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8339 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8339 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8383 T2998 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@639a31b1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8388 T2997 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8388 T2997 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9844 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9845 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:23484_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:23484/v_rez/kp"}
[junit4:junit4]   2> 9845 T2963 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9845 T2963 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9856 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9856 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9856 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9856 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10392 T2997 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10392 T2997 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:23484/v_rez/kp collection:collection1 shard:shard1
[junit4:junit4]   2> 10395 T2997 oasc.ZkController.register We are http://127.0.0.1:23484/v_rez/kp/collection1/ and leader is http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 10395 T2997 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:23484/v_rez/kp
[junit4:junit4]   2> 10396 T2997 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 10396 T2997 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C223 name=collection1 org.apache.solr.core.SolrCore@2a8cbff0 url=http://127.0.0.1:23484/v_rez/kp/collection1 node=127.0.0.1:23484_v_rez%2Fkp C223_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:23484_v_rez%2Fkp, base_url=http://127.0.0.1:23484/v_rez/kp}
[junit4:junit4]   2> 10396 T2999 C223 P23484 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 10397 T2997 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10397 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10397 T2999 C223 P23484 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 10397 T2999 C223 P23484 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10398 T2940 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 10398 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10399 T2999 C223 P23484 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10399 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10597 T2940 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10601 T2940 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28429
[junit4:junit4]   2> 10602 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10602 T2940 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10603 T2940 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618
[junit4:junit4]   2> 10603 T2940 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/solr.xml
[junit4:junit4]   2> 10604 T2940 oasc.CoreContainer.<init> New CoreContainer 623458341
[junit4:junit4]   2> 10605 T2940 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/'
[junit4:junit4]   2> 10605 T2940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/'
[junit4:junit4]   2> 10666 T2940 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10667 T2940 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10667 T2940 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10668 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10668 T2940 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10669 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10670 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10670 T2940 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10671 T2940 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10671 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10693 T2940 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10714 T2940 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:26451/solr
[junit4:junit4]   2> 10715 T2940 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10716 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@33b35b7f
[junit4:junit4]   2> 10717 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10717 T3009 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10718 T3009 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 10718 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:11088
[junit4:junit4]   2> 10719 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:11088
[junit4:junit4]   2> 10720 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf80009 with negotiated timeout 20000 for client /140.211.11.196:11088
[junit4:junit4]   2> 10720 T3009 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf80009, negotiated timeout = 20000
[junit4:junit4]   2> 10721 T3010 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33b35b7f name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10721 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10722 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf80009
[junit4:junit4]   2> 10730 T3010 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10730 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:11088 which had sessionid 0x13c31d10bf80009
[junit4:junit4]   2> 10730 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf80009 closed
[junit4:junit4]   2> 10730 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10742 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@310f7fcd
[junit4:junit4]   2> 10743 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10744 T3011 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10744 T3011 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 10745 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:27926
[junit4:junit4]   2> 10745 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:27926
[junit4:junit4]   2> 10746 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf8000a with negotiated timeout 20000 for client /140.211.11.196:27926
[junit4:junit4]   2> 10746 T3011 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf8000a, negotiated timeout = 20000
[junit4:junit4]   2> 10747 T3012 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@310f7fcd name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10747 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10748 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000a type:create cxid:0x1 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10749 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000a type:create cxid:0x2 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10757 T2940 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28429_v_rez%2Fkp
[junit4:junit4]   2> 10758 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000a type:delete cxid:0x4 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:28429_v_rez%2Fkp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:28429_v_rez%2Fkp
[junit4:junit4]   2> 10759 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28429_v_rez%2Fkp
[junit4:junit4]   2> 10761 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10762 T2962 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10762 T2981 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10762 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10762 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10762 T2968 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10763 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10770 T2996 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10771 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10778 T3013 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/collection1
[junit4:junit4]   2> 10778 T3013 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10779 T3013 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10779 T3013 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10781 T3013 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/collection1/'
[junit4:junit4]   2> 10782 T3013 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10782 T3013 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/collection1/lib/README' to classloader
[junit4:junit4]   2> 10842 T3013 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10920 T3013 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11021 T3013 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11030 T3013 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11360 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11361 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:23484_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:23484/v_rez/kp"}
[junit4:junit4]   2> 11378 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11378 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11378 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11378 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11378 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11707 T3013 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11719 T3013 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11723 T3013 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11735 T3013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11739 T3013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11744 T3013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11745 T3013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11746 T3013 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1358045459618/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/
[junit4:junit4]   2> 11746 T3013 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6065ffeb
[junit4:junit4]   2> 11747 T3013 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11748 T3013 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3 forceNew:false
[junit4:junit4]   2> 11748 T3013 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 11749 T3013 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index/
[junit4:junit4]   2> 11749 T3013 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11750 T3013 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index forceNew:false
[junit4:junit4]   2> 11756 T3013 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@485c28b5; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11756 T3013 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11757 T3013 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index
[junit4:junit4]   2> 11758 T3013 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11760 T3013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11760 T3013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11761 T3013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11761 T3013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11762 T3013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11762 T3013 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11762 T3013 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11763 T3013 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11764 T3013 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11764 T3013 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11765 T3013 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11765 T3013 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11766 T3013 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11766 T3013 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11766 T3013 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11767 T3013 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11767 T3013 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11768 T3013 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11768 T3013 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11769 T3013 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11769 T3013 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11770 T3013 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11770 T3013 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11771 T3013 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11771 T3013 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11772 T3013 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11784 T3013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11788 T3013 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11789 T3013 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11792 T3013 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 11793 T3013 oass.SolrIndexSearcher.<init> Opening Searcher@4ff8cb26 main
[junit4:junit4]   2> 11794 T3013 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11795 T3013 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11795 T3013 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11803 T3013 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11875 T3014 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ff8cb26 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11880 T3013 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11880 T3013 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12883 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12884 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:28429_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28429/v_rez/kp"}
[junit4:junit4]   2> 12884 T2963 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 12885 T2963 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12900 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12900 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12900 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12900 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12900 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2>  C223_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:23484_v_rez%2Fkp, base_url=http://127.0.0.1:23484/v_rez/kp}
[junit4:junit4]   2> 13426 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:26386/v_rez/kp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 13426 T2999 C223 P23484 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:23484/v_rez/kp START replicas=[http://127.0.0.1:26386/v_rez/kp/collection1/] nUpdates=100
[junit4:junit4]   2> 13427 T2999 C223 P23484 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13427 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 13427 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 13427 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 13428 T2999 C223 P23484 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13428 T2999 C223 P23484 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:26386/v_rez/kp/collection1/. core=collection1
[junit4:junit4]   2> 13428 T2999 C223 P23484 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C224 name=collection1 org.apache.solr.core.SolrCore@255f096b url=http://127.0.0.1:26386/v_rez/kp/collection1 node=127.0.0.1:26386_v_rez%2Fkp C224_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:26386_v_rez%2Fkp, base_url=http://127.0.0.1:26386/v_rez/kp, leader=true}
[junit4:junit4]   2> 13439 T2972 C224 P26386 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 13442 T2973 C224 P26386 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 13443 T2973 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 13447 T2973 C224 P26386 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13448 T2973 C224 P26386 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13463 T2973 C224 P26386 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13463 T2973 C224 P26386 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13464 T2973 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 13465 T2973 C224 P26386 oass.SolrIndexSearcher.<init> Opening Searcher@34b9ced1 realtime
[junit4:junit4]   2> 13465 T2973 C224 P26386 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13466 T2973 C224 P26386 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 24
[junit4:junit4]   2> 13467 T2999 C223 P23484 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13467 T2999 C223 P23484 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13470 T2974 C224 P26386 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13470 T2974 C224 P26386 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 13471 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13471 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13471 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13474 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 13475 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index
[junit4:junit4]   2> 13475 T2974 C224 P26386 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 13476 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13477 T2999 C223 P23484 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 forceNew:false
[junit4:junit4]   2> 13478 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13478 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cd82de; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 13481 T2974 C224 P26386 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 13483 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index
[junit4:junit4]   2> 13483 T2999 C223 P23484 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13483 T2999 C223 P23484 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130112205102672
[junit4:junit4]   2> 13485 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13485 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13485 T2999 C223 P23484 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index/ new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672
[junit4:junit4]   2> 13489 T2999 C223 P23484 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cd82de; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13489 T2999 C223 P23484 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13490 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13490 T2999 C223 P23484 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13491 T2999 C223 P23484 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 13491 T2999 C223 P23484 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 13492 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672
[junit4:junit4]   2> 13492 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13495 T2999 C223 P23484 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cd82de; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13496 T2999 C223 P23484 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13496 T2999 C223 P23484 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13497 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13497 T2999 C223 P23484 oass.SolrIndexSearcher.<init> Opening Searcher@3de50235 main
[junit4:junit4]   2> 13499 T2998 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3de50235 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13499 T2998 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index
[junit4:junit4]   2> 13499 T2999 C223 P23484 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 13502 T2999 C223 P23484 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cd82de; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@13cd82de; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 13503 T2999 C223 P23484 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 13504 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2
[junit4:junit4]   2> 13504 T2999 C223 P23484 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13505 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index.20130112205102672
[junit4:junit4]   2> 13505 T2999 C223 P23484 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty2/index
[junit4:junit4]   2> 13505 T2999 C223 P23484 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 13505 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 13505 T2999 C223 P23484 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13506 T2999 C223 P23484 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13513 T2999 C223 P23484 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 13883 T3013 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13883 T3013 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28429/v_rez/kp collection:collection1 shard:shard1
[junit4:junit4]   2> 13886 T3013 oasc.ZkController.register We are http://127.0.0.1:28429/v_rez/kp/collection1/ and leader is http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 13886 T3013 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28429/v_rez/kp
[junit4:junit4]   2> 13886 T3013 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13887 T3013 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C225 name=collection1 org.apache.solr.core.SolrCore@177509d0 url=http://127.0.0.1:28429/v_rez/kp/collection1 node=127.0.0.1:28429_v_rez%2Fkp C225_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:28429_v_rez%2Fkp, base_url=http://127.0.0.1:28429/v_rez/kp}
[junit4:junit4]   2> 13887 T3017 C225 P28429 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13887 T3013 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13888 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13888 T3017 C225 P28429 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13888 T3017 C225 P28429 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13888 T2940 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13889 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13890 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13892 T3017 C225 P28429 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14066 T2940 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14070 T2940 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24061
[junit4:junit4]   2> 14070 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14071 T2940 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14072 T2940 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101
[junit4:junit4]   2> 14072 T2940 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/solr.xml
[junit4:junit4]   2> 14073 T2940 oasc.CoreContainer.<init> New CoreContainer 377473114
[junit4:junit4]   2> 14074 T2940 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/'
[junit4:junit4]   2> 14074 T2940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/'
[junit4:junit4]   2> 14132 T2940 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 14133 T2940 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14133 T2940 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14134 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14134 T2940 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14135 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14135 T2940 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14136 T2940 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14137 T2940 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14137 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14156 T2940 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14176 T2940 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:26451/solr
[junit4:junit4]   2> 14177 T2940 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14177 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@291f7efc
[junit4:junit4]   2> 14179 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14179 T3027 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14180 T3027 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 14180 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49589
[junit4:junit4]   2> 14181 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:49589
[junit4:junit4]   2> 14216 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf8000b with negotiated timeout 20000 for client /140.211.11.196:49589
[junit4:junit4]   2> 14216 T3027 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf8000b, negotiated timeout = 20000
[junit4:junit4]   2> 14217 T3028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@291f7efc name:ZooKeeperConnection Watcher:127.0.0.1:26451 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14217 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14218 T2945 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c31d10bf8000b
[junit4:junit4]   2> 14239 T2942 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:49589 which had sessionid 0x13c31d10bf8000b
[junit4:junit4]   2> 14239 T3028 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14239 T2940 oaz.ZooKeeper.close Session: 0x13c31d10bf8000b closed
[junit4:junit4]   2> 14240 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14250 T2940 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:26451/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@551b97
[junit4:junit4]   2> 14251 T2940 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14251 T3029 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:26451. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14252 T3029 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:26451, initiating session
[junit4:junit4]   2> 14252 T2942 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:36330
[junit4:junit4]   2> 14253 T2942 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:36330
[junit4:junit4]   2> 14254 T2944 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c31d10bf8000c with negotiated timeout 20000 for client /140.211.11.196:36330
[junit4:junit4]   2> 14254 T3029 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:26451, sessionid = 0x13c31d10bf8000c, negotiated timeout = 20000
[junit4:junit4]   2> 14254 T3030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@551b97 name:ZooKeeperConnection Watcher:127.0.0.1:26451/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14255 T2940 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14256 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000c type:create cxid:0x1 zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14280 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000c type:create cxid:0x2 zxid:0x94 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14281 T2940 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24061_v_rez%2Fkp
[junit4:junit4]   2> 14283 T2945 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c31d10bf8000c type:delete cxid:0x4 zxid:0x95 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:24061_v_rez%2Fkp Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:24061_v_rez%2Fkp
[junit4:junit4]   2> 14317 T2940 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24061_v_rez%2Fkp
[junit4:junit4]   2> 14320 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14321 T2962 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14321 T3012 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14321 T2981 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14321 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14321 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14321 T2968 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14321 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14322 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14348 T2996 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14349 T2940 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14357 T3031 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/collection1
[junit4:junit4]   2> 14357 T3031 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14358 T3031 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14358 T3031 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14359 T3031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/collection1/'
[junit4:junit4]   2> 14361 T3031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14361 T3031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/collection1/lib/README' to classloader
[junit4:junit4]   2> 14405 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14406 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:23484_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:23484/v_rez/kp"}
[junit4:junit4]   2> 14410 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:28429_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28429/v_rez/kp"}
[junit4:junit4]   2> 14416 T3031 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14434 T3030 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14434 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14435 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14434 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14434 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14434 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14490 T3031 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14591 T3031 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14598 T3031 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15247 T3031 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15259 T3031 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15263 T3031 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15275 T3031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15281 T3031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15286 T3031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15287 T3031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15288 T3031 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1358045463101/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/
[junit4:junit4]   2> 15289 T3031 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6065ffeb
[junit4:junit4]   2> 15289 T3031 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15290 T3031 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4 forceNew:false
[junit4:junit4]   2> 15291 T3031 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 15291 T3031 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index/
[junit4:junit4]   2> 15292 T3031 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15293 T3031 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index forceNew:false
[junit4:junit4]   2> 15299 T3031 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@17525a4c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15300 T3031 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15301 T3031 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index
[junit4:junit4]   2> 15301 T3031 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15304 T3031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15304 T3031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15304 T3031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15305 T3031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15305 T3031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15306 T3031 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15306 T3031 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15307 T3031 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15307 T3031 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15308 T3031 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15309 T3031 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15309 T3031 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15310 T3031 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15310 T3031 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15310 T3031 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15311 T3031 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15312 T3031 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15312 T3031 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15313 T3031 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15313 T3031 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15314 T3031 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15314 T3031 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15315 T3031 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15316 T3031 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15316 T3031 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15317 T3031 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15331 T3031 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15337 T3031 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15338 T3031 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 15341 T3031 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 15343 T3031 oass.SolrIndexSearcher.<init> Opening Searcher@18d19da main
[junit4:junit4]   2> 15344 T3031 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15344 T3031 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15345 T3031 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15366 T3031 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15455 T3032 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18d19da main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15460 T3031 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15461 T3031 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15941 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15942 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:24061_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24061/v_rez/kp"}
[junit4:junit4]   2> 15942 T2963 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15943 T2963 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15958 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15958 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15958 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15958 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15958 T3030 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15958 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16469 T3031 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16469 T3031 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:24061/v_rez/kp collection:collection1 shard:shard1
[junit4:junit4]   2> 16476 T3031 oasc.ZkController.register We are http://127.0.0.1:24061/v_rez/kp/collection1/ and leader is http://127.0.0.1:26386/v_rez/kp/collection1/
[junit4:junit4]   2> 16476 T3031 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:24061/v_rez/kp
[junit4:junit4]   2> 16476 T3031 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16476 T3031 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C226 name=collection1 org.apache.solr.core.SolrCore@5cc692cc url=http://127.0.0.1:24061/v_rez/kp/collection1 node=127.0.0.1:24061_v_rez%2Fkp C226_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:24061_v_rez%2Fkp, base_url=http://127.0.0.1:24061/v_rez/kp}
[junit4:junit4]   2> 16477 T3033 C226 P24061 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16477 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16477 T3033 C226 P24061 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16478 T3033 C226 P24061 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16478 T3033 C226 P24061 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16478 T2940 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16479 T2940 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16480 T3033 C226 P24061 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16480 T2940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16503 T2940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16505 T2940 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt
[junit4:junit4]   2> 16505 T2940 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15
[junit4:junit4]   2> 16506 T2940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C225_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:28429_v_rez%2Fkp, base_url=http://127.0.0.1:28429/v_rez/kp}
[junit4:junit4]   2> 16908 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:26386/v_rez/kp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16908 T3017 C225 P28429 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:28429/v_rez/kp START replicas=[http://127.0.0.1:26386/v_rez/kp/collection1/] nUpdates=100
[junit4:junit4]   2> 16909 T3017 C225 P28429 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16909 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16909 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16909 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16909 T3017 C225 P28429 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16910 T3017 C225 P28429 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:26386/v_rez/kp/collection1/. core=collection1
[junit4:junit4]   2> 16910 T3017 C225 P28429 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16911 T2972 C224 P26386 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16921 T2977 C224 P26386 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16940 T2977 C224 P26386 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16941 T2977 C224 P26386 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16942 T2977 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 16942 T2977 C224 P26386 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16942 T2977 C224 P26386 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 21
[junit4:junit4]   2> 16944 T3017 C225 P28429 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16944 T3017 C225 P28429 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16946 T2974 C224 P26386 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 16947 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 16947 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16948 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16950 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 16951 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index
[junit4:junit4]   2> 16951 T2974 C224 P26386 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16952 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16953 T3017 C225 P28429 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 forceNew:false
[junit4:junit4]   2> 16954 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16954 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 lockFactory=org.apache.lucene.store.NativeFSLockFactory@721bc78c; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 16958 T2974 C224 P26386 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16959 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index
[junit4:junit4]   2> 16960 T3017 C225 P28429 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16964 T3017 C225 P28429 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130112205106149
[junit4:junit4]   2> 16966 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16966 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16966 T3017 C225 P28429 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index/ new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149
[junit4:junit4]   2> 16970 T3017 C225 P28429 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 lockFactory=org.apache.lucene.store.NativeFSLockFactory@721bc78c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16970 T3017 C225 P28429 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16971 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16971 T3017 C225 P28429 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16972 T3017 C225 P28429 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16972 T3017 C225 P28429 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16973 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149
[junit4:junit4]   2> 16973 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16976 T3017 C225 P28429 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 lockFactory=org.apache.lucene.store.NativeFSLockFactory@721bc78c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16977 T3017 C225 P28429 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16977 T3017 C225 P28429 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16978 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16978 T3017 C225 P28429 oass.SolrIndexSearcher.<init> Opening Searcher@83b4984 main
[junit4:junit4]   2> 16980 T3014 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@83b4984 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 16980 T3014 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index
[junit4:junit4]   2> 16981 T3017 C225 P28429 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16994 T3017 C225 P28429 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 lockFactory=org.apache.lucene.store.NativeFSLockFactory@721bc78c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149 lockFactory=org.apache.lucene.store.NativeFSLockFactory@721bc78c; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 16994 T3017 C225 P28429 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 16995 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3
[junit4:junit4]   2> 16995 T3017 C225 P28429 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16996 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index.20130112205106149
[junit4:junit4]   2> 16996 T3017 C225 P28429 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty3/index
[junit4:junit4]   2> 16996 T3017 C225 P28429 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16996 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16996 T3017 C225 P28429 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16997 T3017 C225 P28429 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16998 T3017 C225 P28429 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17463 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17464 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:24061_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:24061/v_rez/kp"}
[junit4:junit4]   2> 17468 T2963 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:28429_v_rez%2Fkp",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:28429/v_rez/kp"}
[junit4:junit4]   2> 17480 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17480 T2968 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17480 T3030 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17480 T2981 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17480 T3012 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17480 T2996 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17508 T2940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18511 T2940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C226_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:24061_v_rez%2Fkp, base_url=http://127.0.0.1:24061/v_rez/kp}
[junit4:junit4]   2> 19506 T3033 C226 P24061 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:26386/v_rez/kp/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19506 T3033 C226 P24061 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:24061/v_rez/kp START replicas=[http://127.0.0.1:26386/v_rez/kp/collection1/] nUpdates=100
[junit4:junit4]   2> 19507 T3033 C226 P24061 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19507 T3033 C226 P24061 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19507 T3033 C226 P24061 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19507 T3033 C226 P24061 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19508 T3033 C226 P24061 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19508 T3033 C226 P24061 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:26386/v_rez/kp/collection1/. core=collection1
[junit4:junit4]   2> 19508 T3033 C226 P24061 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19509 T2972 C224 P26386 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19521 T2940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19524 T2971 C224 P26386 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19529 T2971 C224 P26386 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@72426023; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 19529 T2971 C224 P26386 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 19530 T2971 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 19531 T2971 C224 P26386 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19531 T2971 C224 P26386 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 7
[junit4:junit4]   2> 19532 T3033 C226 P24061 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19532 T3033 C226 P24061 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19535 T2974 C224 P26386 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19536 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 19536 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19536 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19538 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1
[junit4:junit4]   2> 19539 T2974 C224 P26386 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty1/index
[junit4:junit4]   2> 19539 T2974 C224 P26386 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19540 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19541 T3033 C226 P24061 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index.20130112205108736 forceNew:false
[junit4:junit4]   2> 19541 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 19542 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index.20130112205108736 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f5a2c85; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 19545 T2974 C224 P26386 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=0 
[junit4:junit4]   2> 19546 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index
[junit4:junit4]   2> 19546 T3033 C226 P24061 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19547 T3033 C226 P24061 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130112205108736
[junit4:junit4]   2> 19548 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 19548 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 19548 T3033 C226 P24061 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index/ new=./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index.20130112205108736
[junit4:junit4]   2> 19551 T3033 C226 P24061 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index.20130112205108736 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f5a2c85; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_4,generation=4,filenames=[segments_4]
[junit4:junit4]   2> 19551 T3033 C226 P24061 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4]
[junit4:junit4]   2> 19552 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4
[junit4:junit4]   2> 19552 T3033 C226 P24061 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19552 T3033 C226 P24061 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19552 T3033 C226 P24061 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19553 T3033 C226 P24061 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1358045449200/jetty4/index.20130112205108736
[junit4:junit4

[...truncated too long message...]

    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.assertTrue(Assert.java:43)
[junit4:junit4]    > 	at org.junit.Assert.assertNotNull(Assert.java:526)
[junit4:junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 144327 T2940 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=no_NO_NY, timezone=SystemV/CST6CDT
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=2,free=142561608,total=491782144
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzedSuggestions, XsltUpdateRequestHandlerTest, CollectionsAPIDistributedZkTest, URLClassifyProcessorTest, TestHashPartitioner, TestCollationKeyRangeQueries, LukeRequestHandlerTest, TestOmitPositions, TestWriterPerf, TestUpdate, ShowFileRequestHandlerTest, TestCSVLoader, TestValueSourceCache, TestBinaryField, TestReversedWildcardFilterFactory, TestStressReorder, TestPropInjectDefaults, DebugComponentTest, SpellingQueryConverterTest, QueryParsingTest, PrimUtilsTest, TestStressLucene, StatsComponentTest, ShardRoutingTest, SolrCoreTest, BasicDistributedZk2Test, RecoveryZkTest, ZkSolrClientTest, FieldMutatingUpdateProcessorTest, TestQuerySenderListener, TestTrie, TestMergePolicyConfig, LegacyHTMLStripCharFilterTest, PolyFieldTest, TestSolrJ, HighlighterTest, SolrInfoMBeanTest, DisMaxRequestHandlerTest, DistributedQueryElevationComponentTest, TestSolrCoreProperties, TestCharFilters, ZkNodePropsTest, IndexSchemaRuntimeFieldTest, TestSolrDeletionPolicy2, TestRemoteStreaming, QueryEqualityTest, ConvertedLegacyTest, TestCSVResponseWriter, DocumentBuilderTest, PrimitiveFieldTypeTest, TestDocSet, TestPluginEnable, XmlUpdateRequestHandlerTest, EchoParamsTest, PeerSyncTest, TestPhraseSuggestions, ReturnFieldsTest, ClusterStateTest, IndexSchemaTest, OverseerTest, LeaderElectionIntegrationTest, TestRealTimeGet, TestRandomFaceting, WordBreakSolrSpellCheckerTest, TestRecovery, IndexBasedSpellCheckerTest, TestRangeQuery, DirectUpdateHandlerTest, TestMultiCoreConfBootstrap, SimpleFacetsTest, TestSort, TestGroupingSearch, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, SortByFunctionTest, BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, TestIndexSearcher, TestFunctionQuery, SolrRequestParserTest, CacheHeaderTest, TestWordDelimiterFilterFactory, MoreLikeThisHandlerTest, MBeansHandlerTest, CurrencyFieldTest, TestPseudoReturnFields, DistanceFunctionTest, MinimalSchemaTest, StandardRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TermVectorComponentTest, TestSurroundQueryParser, DocumentAnalysisRequestHandlerTest, TestSolrQueryParser, SolrPluginUtilsTest, FastVectorHighlighterTest, JSONWriterTest, RequiredFieldsTest, SuggesterFSTTest, TestArbitraryIndexDir, TestQueryUtils, SuggesterTSTTest, UpdateParamsTest, SuggesterTest, BadIndexSchemaTest, TestFoldingMultitermQuery, TestSolrDeletionPolicy1, TestPropInject, NoCacheHeaderTest, BadComponentTest, HighlighterConfigTest, SOLR749Test, DefaultValueUpdateProcessorTest, TestXIncludeConfig, TestLFUCache, SolrIndexConfigTest, TestQuerySenderNoQuery, IndexReaderFactoryTest, OutputWriterTest, MultiTermTest, TestBM25SimilarityFactory, TestLMDirichletSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestDFRSimilarityFactory, TestCodecSupport, TestDefaultSimilarityFactory, TimeZoneUtilsTest, TestFastLRUCache, PluginInfoTest, OpenExchangeRatesOrgProviderTest, FileUtilsTest, TestSolrXMLSerializer, TestSuggestSpellingConverter, TestBadConfig, DOMUtilTest, TestLRUCache, RAMDirectoryFactoryTest, TestUtils, AnalysisAfterCoreReloadTest, OverseerCollectionProcessorTest, ShardRoutingCustomTest, SyncSliceTest]
[junit4:junit4] Completed on J1 in 144.35s, 1 test, 1 failure <<< FAILURES!

[...truncated 13 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:344: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 failure, 23 ignored (5 assumptions)

Total time: 35 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure