You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/03/19 09:30:22 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b79) - Build # 4731 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4731/
Java: 64bit/jdk1.8.0-ea-b79 -XX:+UseG1GC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:45180/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:45180/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([8AD7A750A21198AD:B312948D54EF891]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	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.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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:487)
	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)


REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([8AD7A750A21198AD:B312948D54EF891]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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:487)
	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 9080 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T56 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /tm/gq
[junit4:junit4]   2> 7 T56 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652
[junit4:junit4]   2> 10 T56 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 13 T57 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 33 T57 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 33 T57 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 34 T57 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 34 T57 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 34 T57 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/64bit/jdk1.8.0-ea-b79/jre
[junit4:junit4]   2> 34 T57 oaz.Environment.logEnv Server environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/common/lucene-analyzers-common-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/lucene-codecs-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/highlighter/lucene-highlighter-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/memory/lucene-memory-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/misc/lucene-misc-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/spatial/lucene-spatial-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/suggest/lucene-suggest-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/grouping/lucene-grouping-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queries/lucene-queries-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queryparser/lucene-queryparser-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/64bit/jdk1.8.0-ea-b79/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 35 T57 oaz.Environment.logEnv Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[junit4:junit4]   2> 36 T57 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 36 T57 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 36 T57 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 36 T57 oaz.Environment.logEnv Server environment:os.arch=amd64
[junit4:junit4]   2> 37 T57 oaz.Environment.logEnv Server environment:os.version=3.2.0-38-generic
[junit4:junit4]   2> 37 T57 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 37 T57 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 37 T57 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 49 T57 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 50 T57 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 50 T57 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 52 T57 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 75 T57 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1363680729652/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 113 T56 oasc.ZkTestServer.run start zk server on port:50375
[junit4:junit4]   2> 137 T56 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 137 T56 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 137 T56 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 138 T56 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 138 T56 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/64bit/jdk1.8.0-ea-b79/jre
[junit4:junit4]   2> 139 T56 oaz.Environment.logEnv Client environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/common/lucene-analyzers-common-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/lucene-codecs-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/highlighter/lucene-highlighter-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/memory/lucene-memory-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/misc/lucene-misc-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/spatial/lucene-spatial-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/suggest/lucene-suggest-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/grouping/lucene-grouping-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queries/lucene-queries-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queryparser/lucene-queryparser-4.3-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.8.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/java/64bit/jdk1.8.0-ea-b79/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 140 T56 oaz.Environment.logEnv Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[junit4:junit4]   2> 140 T56 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 141 T56 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 141 T56 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 142 T56 oaz.Environment.logEnv Client environment:os.arch=amd64
[junit4:junit4]   2> 142 T56 oaz.Environment.logEnv Client environment:os.version=3.2.0-38-generic
[junit4:junit4]   2> 143 T56 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 143 T56 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 143 T56 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 145 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@280f5332
[junit4:junit4]   2> 165 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 171 T62 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 172 T62 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 172 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58304
[junit4:junit4]   2> 182 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58304
[junit4:junit4]   2> 187 T60 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 383 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800000 with negotiated timeout 10000 for client /127.0.0.1:58304
[junit4:junit4]   2> 383 T62 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800000, negotiated timeout = 10000
[junit4:junit4]   2> 386 T63 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@280f5332 name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 386 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 388 T56 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 413 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800000
[junit4:junit4]   2> 414 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800000 closed
[junit4:junit4]   2> 414 T63 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 415 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2cb65260
[junit4:junit4]   2> 417 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58304 which had sessionid 0x13d81b49a800000
[junit4:junit4]   2> 418 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 418 T64 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 419 T64 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 419 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58305
[junit4:junit4]   2> 420 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58305
[junit4:junit4]   2> 421 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800001 with negotiated timeout 10000 for client /127.0.0.1:58305
[junit4:junit4]   2> 421 T64 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800001, negotiated timeout = 10000
[junit4:junit4]   2> 422 T65 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cb65260 name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 422 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 425 T56 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 436 T56 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 441 T56 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 446 T56 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 451 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 460 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 468 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 471 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 477 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 478 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 483 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 484 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 489 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 489 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 494 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 495 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 500 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 501 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 569 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 570 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 576 T56 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 577 T56 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 583 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800001
[junit4:junit4]   2> 584 T58 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d81b49a800001, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 584 T65 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 584 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800001 closed
[junit4:junit4]   2> 586 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58305 which had sessionid 0x13d81b49a800001
[junit4:junit4]   2> 697 T56 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 702 T56 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41892
[junit4:junit4]   2> 703 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 704 T56 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 705 T56 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363680730230
[junit4:junit4]   2> 705 T56 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363680730230/solr.xml
[junit4:junit4]   2> 706 T56 oasc.CoreContainer.<init> New CoreContainer 1355350298
[junit4:junit4]   2> 707 T56 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363680730230/'
[junit4:junit4]   2> 708 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363680730230/'
[junit4:junit4]   2> 742 T56 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 743 T56 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 746 T56 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 746 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 747 T56 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 747 T56 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 748 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 749 T56 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 749 T56 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 750 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 908 T56 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 929 T56 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50375/solr
[junit4:junit4]   2> 942 T56 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 943 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6463a36
[junit4:junit4]   2> 945 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 945 T75 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 946 T75 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 946 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58306
[junit4:junit4]   2> 947 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58306
[junit4:junit4]   2> 948 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800002 with negotiated timeout 20000 for client /127.0.0.1:58306
[junit4:junit4]   2> 949 T75 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800002, negotiated timeout = 20000
[junit4:junit4]   2> 949 T76 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6463a36 name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 950 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 952 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800002
[junit4:junit4]   2> 953 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58306 which had sessionid 0x13d81b49a800002
[junit4:junit4]   2> 953 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800002 closed
[junit4:junit4]   2> 956 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 966 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@355121ab
[junit4:junit4]   2> 967 T76 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 977 T77 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 977 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 978 T77 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 978 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58307
[junit4:junit4]   2> 979 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58307
[junit4:junit4]   2> 980 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800003 with negotiated timeout 20000 for client /127.0.0.1:58307
[junit4:junit4]   2> 981 T77 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800003, negotiated timeout = 20000
[junit4:junit4]   2> 981 T78 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@355121ab name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 982 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 989 T56 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 997 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1000 T56 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1010 T56 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1013 T56 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41892_tm%2Fgq
[junit4:junit4]   2> 1017 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41892_tm%2Fgq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41892_tm%2Fgq
[junit4:junit4]   2> 1018 T56 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41892_tm%2Fgq
[junit4:junit4]   2> 1025 T56 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1084 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1086 T56 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1095 T56 oasc.Overseer.start Overseer (id=89370180303454211-127.0.0.1:41892_tm%2Fgq-n_0000000000) starting
[junit4:junit4]   2> 1096 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1106 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1108 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1110 T56 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1120 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1123 T80 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1123 T56 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1130 T56 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1135 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1149 T79 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1152 T56 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1153 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1175 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1186 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1189 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@772f9e8b
[junit4:junit4]   2> 1191 T82 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1192 T82 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 1193 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1193 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58308
[junit4:junit4]   2> 1194 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58308
[junit4:junit4]   2> 1195 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800004 with negotiated timeout 10000 for client /127.0.0.1:58308
[junit4:junit4]   2> 1195 T82 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800004, negotiated timeout = 10000
[junit4:junit4]   2> 1196 T83 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@772f9e8b name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1196 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1199 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1205 T56 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1292 T56 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1294 T56 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46905
[junit4:junit4]   2> 1295 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1296 T56 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1296 T56 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850
[junit4:junit4]   2> 1297 T56 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/solr.xml
[junit4:junit4]   2> 1297 T56 oasc.CoreContainer.<init> New CoreContainer 586793424
[junit4:junit4]   2> 1298 T56 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/'
[junit4:junit4]   2> 1298 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/'
[junit4:junit4]   2> 1318 T56 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1319 T56 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1319 T56 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1320 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1320 T56 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1321 T56 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1321 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1321 T56 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1322 T56 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1322 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1330 T56 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1342 T56 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50375/solr
[junit4:junit4]   2> 1343 T56 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1344 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c90fb8a
[junit4:junit4]   2> 1344 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1345 T93 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1346 T93 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 1346 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58309
[junit4:junit4]   2> 1347 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58309
[junit4:junit4]   2> 1348 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800005 with negotiated timeout 20000 for client /127.0.0.1:58309
[junit4:junit4]   2> 1348 T93 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800005, negotiated timeout = 20000
[junit4:junit4]   2> 1349 T94 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c90fb8a name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1349 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1351 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800005
[junit4:junit4]   2> 1352 T94 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1352 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800005 closed
[junit4:junit4]   2> 1352 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58309 which had sessionid 0x13d81b49a800005
[junit4:junit4]   2> 1352 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1356 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@41411b8f
[junit4:junit4]   2> 1358 T95 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1358 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1359 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58310
[junit4:junit4]   2> 1359 T95 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 1360 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58310
[junit4:junit4]   2> 1361 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800006 with negotiated timeout 20000 for client /127.0.0.1:58310
[junit4:junit4]   2> 1361 T95 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800006, negotiated timeout = 20000
[junit4:junit4]   2> 1362 T96 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41411b8f name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1362 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1363 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1365 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1368 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2372 T56 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46905_tm%2Fgq
[junit4:junit4]   2> 2373 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:46905_tm%2Fgq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:46905_tm%2Fgq
[junit4:junit4]   2> 2375 T56 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46905_tm%2Fgq
[junit4:junit4]   2> 2382 T83 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2384 T96 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2385 T78 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2395 T56 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2396 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2397 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2497 T56 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2500 T56 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36704
[junit4:junit4]   2> 2501 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2501 T56 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2502 T56 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046
[junit4:junit4]   2> 2502 T56 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/solr.xml
[junit4:junit4]   2> 2502 T56 oasc.CoreContainer.<init> New CoreContainer 1954555788
[junit4:junit4]   2> 2503 T56 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/'
[junit4:junit4]   2> 2503 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/'
[junit4:junit4]   2> 2534 T56 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2534 T56 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2535 T56 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2535 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2536 T56 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2536 T56 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2536 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2537 T56 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2537 T56 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2538 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2545 T56 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2565 T56 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50375/solr
[junit4:junit4]   2> 2566 T56 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2566 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b8c0cf0
[junit4:junit4]   2> 2568 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2568 T107 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2569 T107 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 2569 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58311
[junit4:junit4]   2> 2570 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58311
[junit4:junit4]   2> 2571 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800007 with negotiated timeout 20000 for client /127.0.0.1:58311
[junit4:junit4]   2> 2573 T107 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800007, negotiated timeout = 20000
[junit4:junit4]   2> 2573 T108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b8c0cf0 name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2574 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2576 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800007
[junit4:junit4]   2> 2577 T108 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2577 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800007 closed
[junit4:junit4]   2> 2577 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58311 which had sessionid 0x13d81b49a800007
[junit4:junit4]   2> 2578 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2584 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@762fefe2
[junit4:junit4]   2> 2585 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2585 T109 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2586 T109 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 2587 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58312
[junit4:junit4]   2> 2588 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58312
[junit4:junit4]   2> 2589 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800008 with negotiated timeout 20000 for client /127.0.0.1:58312
[junit4:junit4]   2> 2589 T109 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800008, negotiated timeout = 20000
[junit4:junit4]   2> 2590 T110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@762fefe2 name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2591 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2593 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2595 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2599 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3604 T56 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36704_tm%2Fgq
[junit4:junit4]   2> 3605 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36704_tm%2Fgq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36704_tm%2Fgq
[junit4:junit4]   2> 3607 T56 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36704_tm%2Fgq
[junit4:junit4]   2> 3611 T96 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 3611 T83 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 3612 T78 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 3611 T110 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 3618 T56 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3619 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3619 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3689 T56 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3692 T56 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52091
[junit4:junit4]   2> 3693 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3693 T56 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3693 T56 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267
[junit4:junit4]   2> 3694 T56 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/solr.xml
[junit4:junit4]   2> 3694 T56 oasc.CoreContainer.<init> New CoreContainer 1984718332
[junit4:junit4]   2> 3695 T56 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/'
[junit4:junit4]   2> 3695 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/'
[junit4:junit4]   2> 3716 T56 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3717 T56 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3717 T56 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3718 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3718 T56 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3718 T56 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3719 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3719 T56 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3720 T56 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3720 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3729 T56 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3741 T56 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50375/solr
[junit4:junit4]   2> 3742 T56 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3742 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@63173579
[junit4:junit4]   2> 3743 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3743 T121 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3744 T121 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 3744 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58313
[junit4:junit4]   2> 3745 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58313
[junit4:junit4]   2> 3746 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a800009 with negotiated timeout 20000 for client /127.0.0.1:58313
[junit4:junit4]   2> 3746 T121 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a800009, negotiated timeout = 20000
[junit4:junit4]   2> 3747 T122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63173579 name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3747 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3749 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a800009
[junit4:junit4]   2> 3750 T122 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3750 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58313 which had sessionid 0x13d81b49a800009
[junit4:junit4]   2> 3750 T56 oaz.ZooKeeper.close Session: 0x13d81b49a800009 closed
[junit4:junit4]   2> 3751 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3754 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6f1502f4
[junit4:junit4]   2> 3755 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3756 T123 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3756 T123 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 3757 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58314
[junit4:junit4]   2> 3757 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58314
[junit4:junit4]   2> 3758 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a80000a with negotiated timeout 20000 for client /127.0.0.1:58314
[junit4:junit4]   2> 3759 T123 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a80000a, negotiated timeout = 20000
[junit4:junit4]   2> 3759 T124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f1502f4 name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3759 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3761 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3762 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3766 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4770 T56 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52091_tm%2Fgq
[junit4:junit4]   2> 4771 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52091_tm%2Fgq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52091_tm%2Fgq
[junit4:junit4]   2> 4772 T56 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52091_tm%2Fgq
[junit4:junit4]   2> 4777 T96 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4777 T83 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4777 T110 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4777 T78 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4778 T124 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4785 T56 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4785 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4786 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4857 T56 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4859 T56 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49057
[junit4:junit4]   2> 4860 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4861 T56 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4861 T56 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363680734436
[junit4:junit4]   2> 4861 T56 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363680734436/solr.xml
[junit4:junit4]   2> 4862 T56 oasc.CoreContainer.<init> New CoreContainer 1999572600
[junit4:junit4]   2> 4862 T56 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363680734436/'
[junit4:junit4]   2> 4863 T56 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363680734436/'
[junit4:junit4]   2> 4883 T56 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4884 T56 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4884 T56 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4884 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4885 T56 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4885 T56 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4886 T56 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4886 T56 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4886 T56 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4887 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4895 T56 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4907 T56 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50375/solr
[junit4:junit4]   2> 4907 T56 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4908 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b724439
[junit4:junit4]   2> 4909 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4909 T135 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4910 T135 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 4910 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58316
[junit4:junit4]   2> 4911 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58316
[junit4:junit4]   2> 4912 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a80000b with negotiated timeout 20000 for client /127.0.0.1:58316
[junit4:junit4]   2> 4912 T135 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a80000b, negotiated timeout = 20000
[junit4:junit4]   2> 4912 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b724439 name:ZooKeeperConnection Watcher:127.0.0.1:50375 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4912 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4914 T61 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d81b49a80000b
[junit4:junit4]   2> 4915 T136 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4915 T56 oaz.ZooKeeper.close Session: 0x13d81b49a80000b closed
[junit4:junit4]   2> 4915 T58 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:58316 which had sessionid 0x13d81b49a80000b
[junit4:junit4]   2> 4915 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4920 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2e9febfc
[junit4:junit4]   2> 4921 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4921 T137 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4922 T137 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 4922 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58317
[junit4:junit4]   2> 4923 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58317
[junit4:junit4]   2> 4924 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a80000c with negotiated timeout 20000 for client /127.0.0.1:58317
[junit4:junit4]   2> 4924 T137 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a80000c, negotiated timeout = 20000
[junit4:junit4]   2> 4924 T138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e9febfc name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4924 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4926 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4927 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4930 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5937 T56 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49057_tm%2Fgq
[junit4:junit4]   2> 5938 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a80000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49057_tm%2Fgq Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49057_tm%2Fgq
[junit4:junit4]   2> 5940 T56 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49057_tm%2Fgq
[junit4:junit4]   2> 5945 T124 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5946 T78 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5946 T83 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5946 T110 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5946 T96 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5947 T138 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5955 T56 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5956 T56 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5957 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5963 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6253 T90 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/unloadcollection1
[junit4:junit4]   2> 6256 T90 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 6259 T90 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 6261 T90 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 6264 T90 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 6266 T90 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 6285 T90 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 6288 T90 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/unloadcollection1/'
[junit4:junit4]   2> 6347 T90 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 6408 T90 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6409 T90 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6430 T90 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 6894 T90 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 6907 T90 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 6910 T90 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 6938 T90 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6944 T90 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 6949 T90 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6953 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6956 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6957 T90 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 6965 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 6965 T90 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 6966 T90 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6967 T90 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n/
[junit4:junit4]   2> 6970 T90 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@21b1854a
[junit4:junit4]   2> 6971 T90 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 6972 T90 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n forceNew: false
[junit4:junit4]   2> 6973 T90 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n/index/
[junit4:junit4]   2> 6974 T90 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 6980 T90 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n/index forceNew: false
[junit4:junit4]   2> 6982 T90 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 6982 T90 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 6999 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7000 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7000 T90 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7001 T90 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7002 T90 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7002 T90 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7003 T90 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7003 T90 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7004 T90 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7007 T90 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7010 T90 oass.SolrIndexSearcher.<init> Opening Searcher@4ce8afc4 main
[junit4:junit4]   2> 7012 T90 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n/tlog
[junit4:junit4]   2> 7018 T90 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7018 T90 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7023 T140 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@4ce8afc4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7028 T90 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 7208 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7210 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46905_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46905/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 7210 T79 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 7221 T79 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7284 T110 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> 7284 T83 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> 7284 T124 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> 7284 T96 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> 7284 T78 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> 7284 T138 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> 8031 T90 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 8032 T90 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:46905/tm/gq collection:unloadcollection shard:shard1
[junit4:junit4]   2> 8038 T90 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 8045 T90 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 8056 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:delete cxid:0x51 zxid:0x57 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 8057 T90 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8058 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:create cxid:0x52 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8061 T90 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8062 T90 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8062 T90 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:46905/tm/gq/unloadcollection1/
[junit4:junit4]   2> 8063 T90 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8063 T90 oasc.SyncStrategy.syncToMe http://127.0.0.1:46905/tm/gq/unloadcollection1/ has no replicas
[junit4:junit4]   2> 8063 T90 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:46905/tm/gq/unloadcollection1/
[junit4:junit4]   2> 8064 T90 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 8075 T61 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d81b49a800006 type:create cxid:0x5d zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8794 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8807 T78 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> 8807 T124 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> 8808 T110 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> 8808 T138 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> 8808 T83 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> 8807 T96 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> 8830 T90 oasc.ZkController.register We are http://127.0.0.1:46905/tm/gq/unloadcollection1/ and leader is http://127.0.0.1:46905/tm/gq/unloadcollection1/
[junit4:junit4]   2> 8833 T90 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:46905/tm/gq
[junit4:junit4]   2> 8833 T90 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8834 T90 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 8837 T90 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8839 T90 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/solr.xml
[junit4:junit4]   2> 8850 T90 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363680730850/solr.xml
[junit4:junit4]   2> 8854 T90 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&name=unloadcollection1&action=CREATE&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680735618unloadcollection1_1n&wt=javabin&numShards=1} status=0 QTime=2605 
[junit4:junit4]   2> 8879 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8880 T56 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50375/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@151ad8c
[junit4:junit4]   2> 8881 T56 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8882 T141 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:50375. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8882 T141 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:50375, initiating session
[junit4:junit4]   2> 8883 T58 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:58319
[junit4:junit4]   2> 8883 T58 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:58319
[junit4:junit4]   2> 8885 T60 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d81b49a80000d with negotiated timeout 10000 for client /127.0.0.1:58319
[junit4:junit4]   2> 8885 T141 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:50375, sessionid = 0x13d81b49a80000d, negotiated timeout = 10000
[junit4:junit4]   2> 8885 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@151ad8c name:ZooKeeperConnection Watcher:127.0.0.1:50375/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8885 T56 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8888 T56 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8892 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8894 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8903 T105 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/unloadcollection2
[junit4:junit4]   2> 8903 T105 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 8904 T105 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8905 T105 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 8907 T105 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/unloadcollection2/'
[junit4:junit4]   2> 8945 T105 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9000 T105 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9003 T105 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9023 T105 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9432 T105 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9442 T105 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9445 T105 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9475 T105 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9479 T105 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9485 T105 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9487 T105 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9488 T105 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9488 T105 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9490 T105 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9491 T105 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9491 T105 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9491 T105 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/
[junit4:junit4]   2> 9492 T105 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@21b1854a
[junit4:junit4]   2> 9493 T105 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9493 T105 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n forceNew: false
[junit4:junit4]   2> 9494 T105 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/index/
[junit4:junit4]   2> 9494 T105 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9495 T105 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/index forceNew: false
[junit4:junit4]   2> 9497 T105 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17a7da5f lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bab3e8d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9499 T105 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9501 T105 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9502 T105 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9503 T105 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9504 T105 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9505 T105 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9505 T105 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9506 T105 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9506 T105 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9507 T105 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9509 T105 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9513 T105 oass.SolrIndexSearcher.<init> Opening Searcher@6ec24020 main
[junit4:junit4]   2> 9513 T105 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/tlog
[junit4:junit4]   2> 9514 T105 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9514 T105 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9519 T143 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@6ec24020 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9522 T105 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 9523 T105 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10320 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10321 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:46905_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:46905_tm%2Fgq_unloadcollection1",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:46905/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 10327 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36704_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36704/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 10327 T79 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10327 T79 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10333 T142 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> 10333 T96 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> 10333 T78 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> 10334 T83 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> 10333 T110 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> 10333 T138 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> 10333 T124 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> 10525 T105 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 10526 T105 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:36704/tm/gq collection:unloadcollection shard:shard1
[junit4:junit4]   2> 10531 T105 oasc.ZkController.register We are http://127.0.0.1:36704/tm/gq/unloadcollection2/ and leader is http://127.0.0.1:46905/tm/gq/unloadcollection1/
[junit4:junit4]   2> 10531 T105 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:36704/tm/gq
[junit4:junit4]   2> 10532 T105 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 10532 T105 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=unloadcollection2 org.apache.solr.core.SolrCore@67335fe6 url=http://127.0.0.1:36704/tm/gq/unloadcollection2 node=127.0.0.1:36704_tm%2Fgq C5_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:36704_tm%2Fgq, state=down, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:36704/tm/gq}
[junit4:junit4]   2> 10536 T144 C5 P36704 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 10536 T105 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10537 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10538 T144 C5 P36704 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 10538 T144 C5 P36704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10539 T105 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/solr.xml
[junit4:junit4]   2> 10545 T144 C5 P36704 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10545 T105 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363680732046/solr.xml
[junit4:junit4]   2> 10546 T105 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&name=unloadcollection2&action=CREATE&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n&wt=javabin} status=0 QTime=1643 
[junit4:junit4]   2> 10548 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10550 T56 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 10551 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11553 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11846 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11848 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36704_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36704_tm%2Fgq_unloadcollection2",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36704/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 11874 T110 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> 11874 T124 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> 11874 T83 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> 11874 T138 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> 11874 T96 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> 11874 T142 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> 11874 T78 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> 12555 T90 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&checkLive=true&coreNodeName=127.0.0.1:36704_tm%252Fgq_unloadcollection2&action=PREPRECOVERY&state=recovering&core=unloadcollection1&wt=javabin&onlyIfLeader=true&nodeName=127.0.0.1:36704_tm%252Fgq} status=0 QTime=2001 
[junit4:junit4]   2> 12557 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13560 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C5_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:36704_tm%2Fgq, shard=shard1, state=recovering, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:36704/tm/gq}
[junit4:junit4]   2> 14557 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:46905/tm/gq/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 14561 T144 C5 P36704 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 14562 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14567 T144 C5 P36704 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:36704/tm/gq START replicas=[http://127.0.0.1:46905/tm/gq/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 14569 T144 C5 P36704 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14570 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 14570 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 14571 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 14571 T144 C5 P36704 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14571 T144 C5 P36704 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:46905/tm/gq/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 14572 T144 C5 P36704 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C6 name=unloadcollection1 org.apache.solr.core.SolrCore@59a65736 url=http://127.0.0.1:46905/tm/gq/unloadcollection1 node=127.0.0.1:46905_tm%2Fgq C6_STATE=coll:unloadcollection core:unloadcollection1 props:{node_name=127.0.0.1:46905_tm%2Fgq, shard=shard1, state=active, collection=unloadcollection, core=unloadcollection1, base_url=http://127.0.0.1:46905/tm/gq, leader=true}
[junit4:junit4]   2> 14589 T90 C6 P46905 REQ /get {version=2&getVersions=100&qt=/get&distrib=false&wt=javabin} status=0 QTime=1 
[junit4:junit4]   2> 14593 T91 C6 P46905 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14596 T91 C6 P46905 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14597 T91 C6 P46905 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14598 T91 C6 P46905 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14598 T91 C6 P46905 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14599 T91 C6 P46905 oass.SolrIndexSearcher.<init> Opening Searcher@16fdfa9e realtime
[junit4:junit4]   2> 14600 T91 C6 P46905 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14600 T91 C6 P46905 /update {version=2&waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&softCommit=false&openSearcher=false} {commit=} 0 13
[junit4:junit4]   2> 14618 T144 C5 P36704 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14619 T144 C5 P36704 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 14625 T144 C5 P36704 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14644 T92 C6 P46905 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14644 T92 C6 P46905 REQ /replication {version=2&qt=/replication&command=indexversion&wt=javabin} status=0 QTime=17 
[junit4:junit4]   2> 14646 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14646 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14646 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14650 T90 C6 P46905 REQ /replication {version=2&qt=/replication&generation=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 14651 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 14652 T144 C5 P36704 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680738543unloadcollection1_2n/index.20130319011224296 forceNew: false
[junit4:junit4]   2> 14653 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4f1b55b4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5bd61564) fullCopy=false
[junit4:junit4]   2> 14660 T91 C6 P46905 REQ /replication {checksum=true&qt=/replication&generation=2&file=segments_2&command=filecontent&wt=filestream} status=0 QTime=2 
[junit4:junit4]   2> 14668 T144 C5 P36704 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14671 T144 C5 P36704 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14671 T144 C5 P36704 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 14673 T144 C5 P36704 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17a7da5f lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bab3e8d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@17a7da5f lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bab3e8d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14674 T144 C5 P36704 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14675 T144 C5 P36704 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14675 T144 C5 P36704 oass.SolrIndexSearcher.<init> Opening Searcher@24c6165 main
[junit4:junit4]   2> 14677 T143 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@24c6165 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 14678 T144 C5 P36704 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 14678 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 14678 T144 C5 P36704 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 14679 T144 C5 P36704 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14681 T144 C5 P36704 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 14887 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14888 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36704_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:36704_tm%2Fgq_unloadcollection2",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36704/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 14894 T83 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> 14895 T78 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> 14895 T96 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> 14895 T124 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> 14895 T138 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> 14895 T110 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> 14895 T142 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> 15565 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15567 T56 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 15568 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15582 T120 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/unloadcollection3
[junit4:junit4]   2> 15582 T120 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 15584 T120 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15584 T120 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 15586 T120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/unloadcollection3/'
[junit4:junit4]   2> 15628 T120 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 15673 T120 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15675 T120 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15687 T120 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16110 T120 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16121 T120 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16124 T120 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16154 T120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16159 T120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16163 T120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16166 T120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16166 T120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16166 T120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16168 T120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16169 T120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16169 T120 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16169 T120 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/
[junit4:junit4]   2> 16170 T120 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@21b1854a
[junit4:junit4]   2> 16170 T120 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16172 T120 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n forceNew: false
[junit4:junit4]   2> 16173 T120 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/index/
[junit4:junit4]   2> 16173 T120 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16174 T120 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/index forceNew: false
[junit4:junit4]   2> 16177 T120 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b58ec3c lockFactory=org.apache.lucene.store.NativeFSLockFactory@34f1b2af),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16178 T120 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16181 T120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16182 T120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16183 T120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16184 T120 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16185 T120 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16186 T120 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16186 T120 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16187 T120 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16188 T120 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16192 T120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16197 T120 oass.SolrIndexSearcher.<init> Opening Searcher@2587362 main
[junit4:junit4]   2> 16197 T120 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/tlog
[junit4:junit4]   2> 16198 T120 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16199 T120 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16205 T147 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@2587362 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16208 T120 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 16209 T120 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16404 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16406 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52091_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52091/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 16407 T79 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 16407 T79 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 16417 T138 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> 16417 T83 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> 16417 T78 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> 16418 T124 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> 16418 T110 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> 16418 T142 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> 16418 T96 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> 17211 T120 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 17212 T120 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:52091/tm/gq collection:unloadcollection shard:shard1
[junit4:junit4]   2> 17217 T120 oasc.ZkController.register We are http://127.0.0.1:52091/tm/gq/unloadcollection3/ and leader is http://127.0.0.1:46905/tm/gq/unloadcollection1/
[junit4:junit4]   2> 17217 T120 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:52091/tm/gq
[junit4:junit4]   2> 17217 T120 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 17218 T120 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C7 name=unloadcollection3 org.apache.solr.core.SolrCore@7fdef583 url=http://127.0.0.1:52091/tm/gq/unloadcollection3 node=127.0.0.1:52091_tm%2Fgq C7_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:52091_tm%2Fgq, state=down, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:52091/tm/gq}
[junit4:junit4]   2> 17218 T148 C7 P52091 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 17219 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17219 T120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17220 T148 C7 P52091 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 17220 T148 C7 P52091 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17221 T120 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/solr.xml
[junit4:junit4]   2> 17222 T148 C7 P52091 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17231 T120 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363680733267/solr.xml
[junit4:junit4]   2> 17234 T120 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&name=unloadcollection3&action=CREATE&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n&wt=javabin} status=0 QTime=1653 
[junit4:junit4]   2> 17235 T56 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 17237 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17926 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17928 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52091_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52091_tm%2Fgq_unloadcollection3",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52091/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 17934 T83 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> 17934 T142 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> 17934 T124 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> 17934 T78 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> 17934 T110 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> 17934 T96 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> 17934 T138 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> 18235 T92 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {version=2&checkLive=true&coreNodeName=127.0.0.1:52091_tm%252Fgq_unloadcollection3&action=PREPRECOVERY&state=recovering&core=unloadcollection1&wt=javabin&onlyIfLeader=true&nodeName=127.0.0.1:52091_tm%252Fgq} status=0 QTime=1003 
[junit4:junit4]   2> 18239 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19241 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C7_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:52091_tm%2Fgq, shard=shard1, state=recovering, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:52091/tm/gq}
[junit4:junit4]   2> 20236 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:46905/tm/gq/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 20236 T148 C7 P52091 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:52091/tm/gq START replicas=[http://127.0.0.1:46905/tm/gq/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 20237 T148 C7 P52091 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20237 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 20237 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 20238 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 20238 T148 C7 P52091 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20238 T148 C7 P52091 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:46905/tm/gq/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 20239 T148 C7 P52091 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20241 T89 C6 P46905 REQ /get {version=2&getVersions=100&qt=/get&distrib=false&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 20244 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20246 T90 C6 P46905 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 20247 T90 C6 P46905 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@423e7ece lockFactory=org.apache.lucene.store.NativeFSLockFactory@707d49da),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20247 T90 C6 P46905 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20248 T90 C6 P46905 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20248 T90 C6 P46905 /update {version=2&waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&softCommit=false&openSearcher=false} {commit=} 0 2
[junit4:junit4]   2> 20249 T148 C7 P52091 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20250 T148 C7 P52091 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20253 T92 C6 P46905 REQ /replication {version=2&qt=/replication&command=indexversion&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 20254 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 20255 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20255 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20258 T89 C6 P46905 REQ /replication {version=2&qt=/replication&generation=3&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   2> 20259 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20260 T148 C7 P52091 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363680729652/1363680745217unloadcollection_3n/index.20130319011229903 forceNew: false
[junit4:junit4]   2> 20260 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1fcd8b4a lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c99f30c) fullCopy=false
[junit4:junit4]   2> 20263 T90 C6 P46905 REQ /replication {checksum=true&qt=/replication&generation=3&file=segments_3&command=filecontent&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 20265 T148 C7 P52091 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20266 T148 C7 P52091 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20267 T148 C7 P52091 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 20268 T148 C7 P52091 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b58ec3c lockFactory=org.apache.lucene.store.NativeFSLockFactory@34f1b2af),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b58ec3c lockFactory=org.apache.lucene.store.NativeFSLockFactory@34f1b2af),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20269 T148 C7 P52091 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20269 T148 C7 P52091 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20269 T148 C7 P52091 oass.SolrIndexSearcher.<init> Opening Searcher@16816c08 main
[junit4:junit4]   2> 20270 T147 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@16816c08 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 20271 T148 C7 P52091 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 20271 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 20271 T148 C7 P52091 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 20272 T148 C7 P52091 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20273 T148 C7 P52091 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 20944 T79 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20945 T79 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52091_tm%2Fgq",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52091_tm%2Fgq_unloadcollection3",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52091/tm/gq",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20959 T124 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> 20959 T96 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> 20959 T110 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> 20959 T142 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> 20960 T78 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> 20960 T138 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> 20960 T83 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> 21247 T56 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21248 T56 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 21249 T56 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C7_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:52091_tm%2Fgq, shard=shard1, state=active, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:52091/tm/gq}
[junit4:junit4]   2> 21334 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[20 (1429922907097661440)]} 0 4
[junit4:junit4]   2>  C5_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:36704_tm%2Fgq, shard=shard1, state=active, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:36704/tm/gq}
[junit4:junit4]   2> 21340 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[20 (1429922907097661440)]} 0 4
[junit4:junit4]   2> 21342 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[20 (1429922907097661440)]} 0 46
[junit4:junit4]   2> 21343 T119 C7 P52091 /update {version=2&wt=javabin} {add=[20]} 0 72
[junit4:junit4]   2> 21359 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[21 (1429922907154284544)]} 0 3
[junit4:junit4]   2> 21359 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[21 (1429922907154284544)]} 0 3
[junit4:junit4]   2> 21360 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[21 (1429922907154284544)]} 0 11
[junit4:junit4]   2> 21361 T120 C7 P52091 /update {version=2&wt=javabin} {add=[21]} 0 15
[junit4:junit4]   2> 21377 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[22 (1429922907173158912)]} 0 3
[junit4:junit4]   2> 21378 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[22 (1429922907173158912)]} 0 4
[junit4:junit4]   2> 21379 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[22 (1429922907173158912)]} 0 12
[junit4:junit4]   2> 21380 T119 C7 P52091 /update {version=2&wt=javabin} {add=[22]} 0 16
[junit4:junit4]   2> 21394 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[23 (1429922907193081856)]} 0 2
[junit4:junit4]   2> 21395 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[23 (1429922907193081856)]} 0 3
[junit4:junit4]   2> 21396 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[23 (1429922907193081856)]} 0 10
[junit4:junit4]   2> 21397 T117 C7 P52091 /update {version=2&wt=javabin} {add=[23]} 0 14
[junit4:junit4]   2> 21411 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[24 (1429922907210907648)]} 0 2
[junit4:junit4]   2> 21412 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[24 (1429922907210907648)]} 0 3
[junit4:junit4]   2> 21413 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[24 (1429922907210907648)]} 0 10
[junit4:junit4]   2> 21414 T118 C7 P52091 /update {version=2&wt=javabin} {add=[24]} 0 14
[junit4:junit4]   2> 21429 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[25 (1429922907228733440)]} 0 2
[junit4:junit4]   2> 21432 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[25 (1429922907228733440)]} 0 5
[junit4:junit4]   2> 21433 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[25 (1429922907228733440)]} 0 12
[junit4:junit4]   2> 21434 T120 C7 P52091 /update {version=2&wt=javabin} {add=[25]} 0 17
[junit4:junit4]   2> 21450 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[26 (1429922907250753536)]} 0 3
[junit4:junit4]   2> 21450 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[26 (1429922907250753536)]} 0 3
[junit4:junit4]   2> 21452 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[26 (1429922907250753536)]} 0 11
[junit4:junit4]   2> 21453 T119 C7 P52091 /update {version=2&wt=javabin} {add=[26]} 0 15
[junit4:junit4]   2> 21469 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[27 (1429922907270676480)]} 0 3
[junit4:junit4]   2> 21469 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[27 (1429922907270676480)]} 0 3
[junit4:junit4]   2> 21471 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[27 (1429922907270676480)]} 0 11
[junit4:junit4]   2> 21472 T117 C7 P52091 /update {version=2&wt=javabin} {add=[27]} 0 15
[junit4:junit4]   2> 21489 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[28 (1429922907290599424)]} 0 3
[junit4:junit4]   2> 21489 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[28 (1429922907290599424)]} 0 3
[junit4:junit4]   2> 21491 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[28 (1429922907290599424)]} 0 11
[junit4:junit4]   2> 21492 T118 C7 P52091 /update {version=2&wt=javabin} {add=[28]} 0 16
[junit4:junit4]   2> 21508 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[29 (1429922907311570944)]} 0 2
[junit4:junit4]   2> 21510 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[29 (1429922907311570944)]} 0 2
[junit4:junit4]   2> 21512 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[29 (1429922907311570944)]} 0 12
[junit4:junit4]   2> 21513 T120 C7 P52091 /update {version=2&wt=javabin} {add=[29]} 0 17
[junit4:junit4]   2> 21527 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[30 (1429922907332542464)]} 0 3
[junit4:junit4]   2> 21529 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[30 (1429922907332542464)]} 0 5
[junit4:junit4]   2> 21531 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[30 (1429922907332542464)]} 0 12
[junit4:junit4]   2> 21532 T119 C7 P52091 /update {version=2&wt=javabin} {add=[30]} 0 16
[junit4:junit4]   2> 21548 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[31 (1429922907353513984)]} 0 3
[junit4:junit4]   2> 21550 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[31 (1429922907353513984)]} 0 2
[junit4:junit4]   2> 21551 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[31 (1429922907353513984)]} 0 12
[junit4:junit4]   2> 21552 T117 C7 P52091 /update {version=2&wt=javabin} {add=[31]} 0 16
[junit4:junit4]   2> 21566 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[32 (1429922907373436928)]} 0 2
[junit4:junit4]   2> 21567 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[32 (1429922907373436928)]} 0 3
[junit4:junit4]   2> 21568 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[32 (1429922907373436928)]} 0 9
[junit4:junit4]   2> 21569 T118 C7 P52091 /update {version=2&wt=javabin} {add=[32]} 0 13
[junit4:junit4]   2> 21583 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[33 (1429922907391262720)]} 0 3
[junit4:junit4]   2> 21583 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[33 (1429922907391262720)]} 0 3
[junit4:junit4]   2> 21584 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[33 (1429922907391262720)]} 0 9
[junit4:junit4]   2> 21585 T120 C7 P52091 /update {version=2&wt=javabin} {add=[33]} 0 13
[junit4:junit4]   2> 21599 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[34 (1429922907408039936)]} 0 3
[junit4:junit4]   2> 21599 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[34 (1429922907408039936)]} 0 3
[junit4:junit4]   2> 21600 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[34 (1429922907408039936)]} 0 9
[junit4:junit4]   2> 21601 T119 C7 P52091 /update {version=2&wt=javabin} {add=[34]} 0 13
[junit4:junit4]   2> 21617 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[35 (1429922907425865728)]} 0 3
[junit4:junit4]   2> 21617 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[35 (1429922907425865728)]} 0 3
[junit4:junit4]   2> 21618 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[35 (1429922907425865728)]} 0 10
[junit4:junit4]   2> 21620 T117 C7 P52091 /update {version=2&wt=javabin} {add=[35]} 0 15
[junit4:junit4]   2> 21637 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[36 (1429922907447885824)]} 0 2
[junit4:junit4]   2> 21637 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[36 (1429922907447885824)]} 0 2
[junit4:junit4]   2> 21639 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[36 (1429922907447885824)]} 0 10
[junit4:junit4]   2> 21640 T118 C7 P52091 /update {version=2&wt=javabin} {add=[36]} 0 16
[junit4:junit4]   2> 21654 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[37 (1429922907465711616)]} 0 2
[junit4:junit4]   2> 21655 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[37 (1429922907465711616)]} 0 3
[junit4:junit4]   2> 21656 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[37 (1429922907465711616)]} 0 9
[junit4:junit4]   2> 21657 T120 C7 P52091 /update {version=2&wt=javabin} {add=[37]} 0 14
[junit4:junit4]   2> 21672 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[38 (1429922907483537408)]} 0 3
[junit4:junit4]   2> 21677 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[38 (1429922907483537408)]} 0 2
[junit4:junit4]   2> 21679 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[38 (1429922907483537408)]} 0 16
[junit4:junit4]   2> 21680 T118 C7 P52091 /update {version=2&wt=javabin} {add=[38]} 0 20
[junit4:junit4]   2> 21696 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[39 (1429922907508703232)]} 0 2
[junit4:junit4]   2> 21701 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[39 (1429922907508703232)]} 0 3
[junit4:junit4]   2> 21702 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[39 (1429922907508703232)]} 0 14
[junit4:junit4]   2> 21704 T119 C7 P52091 /update {version=2&wt=javabin} {add=[39]} 0 20
[junit4:junit4]   2> 21721 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[40 (1429922907534917632)]} 0 3
[junit4:junit4]   2> 21721 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[40 (1429922907534917632)]} 0 3
[junit4:junit4]   2> 21723 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[40 (1429922907534917632)]} 0 11
[junit4:junit4]   2> 21724 T117 C7 P52091 /update {version=2&wt=javabin} {add=[40]} 0 16
[junit4:junit4]   2> 21741 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[41 (1429922907554840576)]} 0 3
[junit4:junit4]   2> 21741 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[41 (1429922907554840576)]} 0 3
[junit4:junit4]   2> 21742 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[41 (1429922907554840576)]} 0 10
[junit4:junit4]   2> 21744 T120 C7 P52091 /update {version=2&wt=javabin} {add=[41]} 0 16
[junit4:junit4]   2> 21760 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[42 (1429922907575812096)]} 0 2
[junit4:junit4]   2> 21771 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[42 (1429922907575812096)]} 0 3
[junit4:junit4]   2> 21773 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[42 (1429922907575812096)]} 0 22
[junit4:junit4]   2> 21774 T117 C7 P52091 /update {version=2&wt=javabin} {add=[42]} 0 26
[junit4:junit4]   2> 21789 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[43 (1429922907606220800)]} 0 3
[junit4:junit4]   2> 21789 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[43 (1429922907606220800)]} 0 3
[junit4:junit4]   2> 21791 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[43 (1429922907606220800)]} 0 10
[junit4:junit4]   2> 21792 T118 C7 P52091 /update {version=2&wt=javabin} {add=[43]} 0 15
[junit4:junit4]   2> 21806 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[44 (1429922907625095168)]} 0 2
[junit4:junit4]   2> 21807 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[44 (1429922907625095168)]} 0 3
[junit4:junit4]   2> 21808 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[44 (1429922907625095168)]} 0 9
[junit4:junit4]   2> 21809 T119 C7 P52091 /update {version=2&wt=javabin} {add=[44]} 0 13
[junit4:junit4]   2> 21822 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[45 (1429922907641872384)]} 0 2
[junit4:junit4]   2> 21822 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[45 (1429922907641872384)]} 0 2
[junit4:junit4]   2> 21824 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[45 (1429922907641872384)]} 0 9
[junit4:junit4]   2> 21824 T120 C7 P52091 /update {version=2&wt=javabin} {add=[45]} 0 12
[junit4:junit4]   2> 21839 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[46 (1429922907659698176)]} 0 3
[junit4:junit4]   2> 21842 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[46 (1429922907659698176)]} 0 6
[junit4:junit4]   2> 21844 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[46 (1429922907659698176)]} 0 13
[junit4:junit4]   2> 21845 T117 C7 P52091 /update {version=2&wt=javabin} {add=[46]} 0 17
[junit4:junit4]   2> 21860 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[47 (1429922907680669696)]} 0 2
[junit4:junit4]   2> 21861 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[47 (1429922907680669696)]} 0 2
[junit4:junit4]   2> 21862 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[47 (1429922907680669696)]} 0 10
[junit4:junit4]   2> 21863 T118 C7 P52091 /update {version=2&wt=javabin} {add=[47]} 0 15
[junit4:junit4]   2> 21876 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[48 (1429922907699544064)]} 0 2
[junit4:junit4]   2> 21876 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[48 (1429922907699544064)]} 0 2
[junit4:junit4]   2> 21877 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[48 (1429922907699544064)]} 0 8
[junit4:junit4]   2> 21878 T119 C7 P52091 /update {version=2&wt=javabin} {add=[48]} 0 12
[junit4:junit4]   2> 21891 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[49 (1429922907715272704)]} 0 2
[junit4:junit4]   2> 21891 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[49 (1429922907715272704)]} 0 2
[junit4:junit4]   2> 21892 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[49 (1429922907715272704)]} 0 8
[junit4:junit4]   2> 21893 T120 C7 P52091 /update {version=2&wt=javabin} {add=[49]} 0 12
[junit4:junit4]   2> 21908 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[50 (1429922907731001344)]} 0 3
[junit4:junit4]   2> 21908 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[50 (1429922907731001344)]} 0 3
[junit4:junit4]   2> 21910 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[50 (1429922907731001344)]} 0 11
[junit4:junit4]   2> 21911 T117 C7 P52091 /update {version=2&wt=javabin} {add=[50]} 0 15
[junit4:junit4]   2> 21928 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[51 (1429922907751972864)]} 0 3
[junit4:junit4]   2> 21928 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[51 (1429922907751972864)]} 0 3
[junit4:junit4]   2> 21930 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[51 (1429922907751972864)]} 0 10
[junit4:junit4]   2> 21931 T118 C7 P52091 /update {version=2&wt=javabin} {add=[51]} 0 16
[junit4:junit4]   2> 21946 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[52 (1429922907771895808)]} 0 2
[junit4:junit4]   2> 21946 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[52 (1429922907771895808)]} 0 2
[junit4:junit4]   2> 21948 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[52 (1429922907771895808)]} 0 10
[junit4:junit4]   2> 21949 T119 C7 P52091 /update {version=2&wt=javabin} {add=[52]} 0 14
[junit4:junit4]   2> 21963 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[53 (1429922907789721600)]} 0 2
[junit4:junit4]   2> 21963 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[53 (1429922907789721600)]} 0 2
[junit4:junit4]   2> 21965 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[53 (1429922907789721600)]} 0 10
[junit4:junit4]   2> 21966 T120 C7 P52091 /update {version=2&wt=javabin} {add=[53]} 0 14
[junit4:junit4]   2> 21980 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[54 (1429922907807547392)]} 0 2
[junit4:junit4]   2> 21982 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[54 (1429922907807547392)]} 0 3
[junit4:junit4]   2> 21982 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[54 (1429922907807547392)]} 0 10
[junit4:junit4]   2> 21984 T117 C7 P52091 /update {version=2&wt=javabin} {add=[54]} 0 15
[junit4:junit4]   2> 21999 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[55 (1429922907827470336)]} 0 2
[junit4:junit4]   2> 22002 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[55 (1429922907827470336)]} 0 3
[junit4:junit4]   2> 22003 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[55 (1429922907827470336)]} 0 12
[junit4:junit4]   2> 22004 T118 C7 P52091 /update {version=2&wt=javabin} {add=[55]} 0 16
[junit4:junit4]   2> 22021 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[56 (1429922907848441856)]} 0 3
[junit4:junit4]   2> 22024 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[56 (1429922907848441856)]} 0 2
[junit4:junit4]   2> 22026 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[56 (1429922907848441856)]} 0 14
[junit4:junit4]   2> 22027 T119 C7 P52091 /update {version=2&wt=javabin} {add=[56]} 0 19
[junit4:junit4]   2> 22043 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[57 (1429922907872559104)]} 0 3
[junit4:junit4]   2> 22048 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[57 (1429922907872559104)]} 0 2
[junit4:junit4]   2> 22051 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[57 (1429922907872559104)]} 0 17
[junit4:junit4]   2> 22054 T120 C7 P52091 /update {version=2&wt=javabin} {add=[57]} 0 23
[junit4:junit4]   2> 22069 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[58 (1429922907899822080)]} 0 3
[junit4:junit4]   2> 22071 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[58 (1429922907899822080)]} 0 5
[junit4:junit4]   2> 22072 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[58 (1429922907899822080)]} 0 11
[junit4:junit4]   2> 22074 T117 C7 P52091 /update {version=2&wt=javabin} {add=[58]} 0 17
[junit4:junit4]   2> 22089 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[59 (1429922907920793600)]} 0 3
[junit4:junit4]   2> 22089 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[59 (1429922907920793600)]} 0 3
[junit4:junit4]   2> 22091 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[59 (1429922907920793600)]} 0 10
[junit4:junit4]   2> 22092 T120 C7 P52091 /update {version=2&wt=javabin} {add=[59]} 0 15
[junit4:junit4]   2> 22108 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[60 (1429922907940716544)]} 0 3
[junit4:junit4]   2> 22108 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[60 (1429922907940716544)]} 0 3
[junit4:junit4]   2> 22110 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[60 (1429922907940716544)]} 0 11
[junit4:junit4]   2> 22111 T119 C7 P52091 /update {version=2&wt=javabin} {add=[60]} 0 15
[junit4:junit4]   2> 22126 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[61 (1429922907960639488)]} 0 2
[junit4:junit4]   2> 22126 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[61 (1429922907960639488)]} 0 2
[junit4:junit4]   2> 22128 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[61 (1429922907960639488)]} 0 10
[junit4:junit4]   2> 22130 T118 C7 P52091 /update {version=2&wt=javabin} {add=[61]} 0 15
[junit4:junit4]   2> 22145 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[62 (1429922907980562432)]} 0 2
[junit4:junit4]   2> 22149 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[62 (1429922907980562432)]} 0 6
[junit4:junit4]   2> 22150 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[62 (1429922907980562432)]} 0 13
[junit4:junit4]   2> 22151 T117 C7 P52091 /update {version=2&wt=javabin} {add=[62]} 0 18
[junit4:junit4]   2> 22167 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[63 (1429922908002582528)]} 0 3
[junit4:junit4]   2> 22171 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[63 (1429922908002582528)]} 0 3
[junit4:junit4]   2> 22173 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[63 (1429922908002582528)]} 0 15
[junit4:junit4]   2> 22174 T118 C7 P52091 /update {version=2&wt=javabin} {add=[63]} 0 19
[junit4:junit4]   2> 22189 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[64 (1429922908025651200)]} 0 2
[junit4:junit4]   2> 22190 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[64 (1429922908025651200)]} 0 4
[junit4:junit4]   2> 22192 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[64 (1429922908025651200)]} 0 11
[junit4:junit4]   2> 22193 T117 C7 P52091 /update {version=2&wt=javabin} {add=[64]} 0 16
[junit4:junit4]   2> 22209 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[65 (1429922908046622720)]} 0 3
[junit4:junit4]   2> 22209 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[65 (1429922908046622720)]} 0 3
[junit4:junit4]   2> 22210 T91 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[65 (1429922908046622720)]} 0 10
[junit4:junit4]   2> 22212 T119 C7 P52091 /update {version=2&wt=javabin} {add=[65]} 0 15
[junit4:junit4]   2> 22227 T117 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[66 (1429922908065497088)]} 0 2
[junit4:junit4]   2> 22227 T104 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[66 (1429922908065497088)]} 0 2
[junit4:junit4]   2> 22229 T89 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[66 (1429922908065497088)]} 0 10
[junit4:junit4]   2> 22230 T120 C7 P52091 /update {version=2&wt=javabin} {add=[66]} 0 15
[junit4:junit4]   2> 22244 T106 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[67 (1429922908085420032)]} 0 2
[junit4:junit4]   2> 22245 T119 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[67 (1429922908085420032)]} 0 3
[junit4:junit4]   2> 22246 T90 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[67 (1429922908085420032)]} 0 8
[junit4:junit4]   2> 22247 T118 C7 P52091 /update {version=2&wt=javabin} {add=[67]} 0 13
[junit4:junit4]   2> 22261 T105 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[68 (1429922908102197248)]} 0 2
[junit4:junit4]   2> 22261 T120 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[68 (1429922908102197248)]} 0 2
[junit4:junit4]   2> 22262 T92 C6 P46905 /update {version=2&update.distrib=TOLEADER&distrib.from=http://127.0.0.1:52091/tm/gq/unloadcollection3/&wt=javabin} {add=[68 (1429922908102197248)]} 0 9
[junit4:junit4]   2> 22263 T117 C7 P52091 /update {version=2&wt=javabin} {add=[68]} 0 13
[junit4:junit4]   2> 22278 T118 C7 P52091 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[69 (1429922908118974464)]} 0 2
[junit4:junit4]   2> 22278 T103 C5 P36704 /update {version=2&update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46905/tm/gq/unloadcollection1/&wt=javabin} {add=[69 (1429922908118974464)]} 0 2
[junit4:junit4]   2> 22280 T89 C6 P46905 /update {version=2&update.distrib=

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

)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "node_name":"127.0.0.1:41869_",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:41869",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=8AD7A750A21198AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_FR -Dtests.timezone=Asia/Choibalsan -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   32.4s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:45180/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8AD7A750A21198AD:B312948D54EF891]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[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:487)
[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> 32400 T1366 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32405 T1365 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 32491 T1440 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32492 T1440 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> 32492 T1440 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32492 T1440 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 33073 T1369 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=fr_FR, timezone=Asia/Choibalsan
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=49049696,total=89128960
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, TestCSVResponseWriter, IndexSchemaRuntimeFieldTest, HighlighterTest, OutputWriterTest, TestDefaultSimilarityFactory, EchoParamsTest, ClusterStateTest, SolrPluginUtilsTest, TestAtomicUpdateErrorCases, TestCollationField, SuggesterWFSTTest, TestElisionMultitermQuery, NoCacheHeaderTest, DefaultValueUpdateProcessorTest, TestHashPartitioner, NumericFieldsTest, RequestHandlersTest, DirectUpdateHandlerTest, HardAutoCommitTest, TestDistributedGrouping, CopyFieldTest, SimplePostToolTest, CachingDirectoryFactoryTest, DisMaxRequestHandlerTest, CoreContainerCoreInitFailuresTest, OpenCloseCoreStressTest, TestRecovery, TestRTGBase, TestJmxIntegration, DOMUtilTest, SuggesterTSTTest, DateMathParserTest, RequiredFieldsTest, SignatureUpdateProcessorFactoryTest, TestLazyCores, URLClassifyProcessorTest, TestUtils, TestPropInject, TestPartialUpdateDeduplication, ZkSolrClientTest, TestBinaryResponseWriter, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.19s, 1 test, 1 error <<< FAILURES!

[...truncated 666 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 40 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.8.0-ea-b79 -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4732 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4732/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2480, name=coreLoadExecutor-1337-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2480, name=coreLoadExecutor-1337-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1216147 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f8e84a)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2482, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2482, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
	at java.lang.Thread.getStackTrace(Thread.java:1569)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@fddf26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c7d158)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:41628/xu_/eu/onenodecollectioncore returned non ok status:404, message:Can not find: /xu_/eu/onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:41628/xu_/eu/onenodecollectioncore returned non ok status:404, message:Can not find: /xu_/eu/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([AD0952A5B3F5E31C:2CEFDCBDC4AA8320]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	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.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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:487)
	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 9188 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1251 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xu_/eu
[junit4:junit4]   2> 3 T1251 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002
[junit4:junit4]   2> 4 T1251 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1252 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1252 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 5 T1252 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 6 T1252 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1251 oasc.ZkTestServer.run start zk server on port:55532
[junit4:junit4]   2> 105 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@efd51f
[junit4:junit4]   2> 105 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1257 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 106 T1257 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 106 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35535
[junit4:junit4]   2> 106 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35535
[junit4:junit4]   2> 106 T1255 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 279 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940000 with negotiated timeout 10000 for client /127.0.0.1:35535
[junit4:junit4]   2> 279 T1257 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940000, negotiated timeout = 10000
[junit4:junit4]   2> 279 T1258 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@efd51f name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 280 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 280 T1251 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 284 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940000
[junit4:junit4]   2> 284 T1258 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 284 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940000 closed
[junit4:junit4]   2> 285 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35535 which had sessionid 0x13d8213d2940000
[junit4:junit4]   2> 285 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@283332
[junit4:junit4]   2> 285 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 286 T1259 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 286 T1259 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 286 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35536
[junit4:junit4]   2> 286 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35536
[junit4:junit4]   2> 287 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940001 with negotiated timeout 10000 for client /127.0.0.1:35536
[junit4:junit4]   2> 287 T1259 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940001, negotiated timeout = 10000
[junit4:junit4]   2> 288 T1260 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@283332 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 288 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 288 T1251 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 290 T1251 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 292 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 293 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 295 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 295 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 298 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 298 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 301 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 301 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 303 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 303 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 304 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 305 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 307 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 307 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 308 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 309 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 311 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 311 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 312 T1251 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 313 T1251 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 314 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940001
[junit4:junit4]   2> 315 T1260 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 315 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940001 closed
[junit4:junit4]   2> 315 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35536 which had sessionid 0x13d8213d2940001
[junit4:junit4]   2> 371 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 373 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47739
[junit4:junit4]   2> 373 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 374 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 374 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313
[junit4:junit4]   2> 374 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/solr.xml
[junit4:junit4]   2> 375 T1251 oasc.CoreContainer.<init> New CoreContainer 21193494
[junit4:junit4]   2> 375 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/'
[junit4:junit4]   2> 375 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/'
[junit4:junit4]   2> 391 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 392 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 393 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 394 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 394 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 394 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 399 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 408 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 409 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 409 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1379290
[junit4:junit4]   2> 410 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 410 T1270 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 411 T1270 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 411 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35537
[junit4:junit4]   2> 412 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35537
[junit4:junit4]   2> 412 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940002 with negotiated timeout 20000 for client /127.0.0.1:35537
[junit4:junit4]   2> 412 T1270 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940002, negotiated timeout = 20000
[junit4:junit4]   2> 412 T1271 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1379290 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 413 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 414 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940002
[junit4:junit4]   2> 414 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35537 which had sessionid 0x13d8213d2940002
[junit4:junit4]   2> 414 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940002 closed
[junit4:junit4]   2> 415 T1271 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 415 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 417 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@10cfdb6
[junit4:junit4]   2> 426 T1272 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 418 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 427 T1272 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 427 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35538
[junit4:junit4]   2> 427 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35538
[junit4:junit4]   2> 428 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940003 with negotiated timeout 20000 for client /127.0.0.1:35538
[junit4:junit4]   2> 428 T1272 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940003, negotiated timeout = 20000
[junit4:junit4]   2> 428 T1273 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10cfdb6 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 428 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 430 T1251 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 432 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 433 T1251 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 435 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 436 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 437 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47739_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 437 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47739_xu_%2Feu
[junit4:junit4]   2> 439 T1251 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 442 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 443 T1251 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 444 T1251 oasc.Overseer.start Overseer (id=89370589266182147-127.0.0.1:47739_xu_%2Feu-n_0000000000) starting
[junit4:junit4]   2> 445 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 445 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 446 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 446 T1251 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 448 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 448 T1275 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 449 T1251 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 450 T1251 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 451 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 453 T1274 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 455 T1276 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1
[junit4:junit4]   2> 455 T1276 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 455 T1276 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 455 T1276 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 456 T1276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/'
[junit4:junit4]   2> 456 T1276 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/lib/README' to classloader
[junit4:junit4]   2> 457 T1276 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 477 T1276 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 503 T1276 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 503 T1276 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 506 T1276 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 785 T1276 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 790 T1276 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 792 T1276 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 802 T1276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 804 T1276 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 807 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 808 T1276 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1363686970313/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/
[junit4:junit4]   2> 809 T1276 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 809 T1276 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 810 T1276 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data forceNew: false
[junit4:junit4]   2> 810 T1276 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index/
[junit4:junit4]   2> 810 T1276 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 810 T1276 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index forceNew: false
[junit4:junit4]   2> 811 T1276 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3f952e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1095e9c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 812 T1276 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 813 T1276 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 814 T1276 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 815 T1276 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 817 T1276 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 819 T1276 oass.SolrIndexSearcher.<init> Opening Searcher@54734a main
[junit4:junit4]   2> 819 T1276 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/tlog
[junit4:junit4]   2> 819 T1276 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 819 T1276 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 823 T1277 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@54734a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 823 T1276 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 824 T1276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1955 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 1956 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 1960 T1273 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> 2825 T1276 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2825 T1276 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:47739/xu_/eu collection:control_collection shard:shard1
[junit4:junit4]   2> 2826 T1276 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2832 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:delete cxid:0x82 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2832 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2832 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x83 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2834 T1276 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2834 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2834 T1276 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 2834 T1276 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2835 T1276 oasc.SyncStrategy.syncToMe http://127.0.0.1:47739/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 2835 T1276 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 2835 T1276 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2838 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940003 type:create cxid:0x8e zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3465 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3471 T1273 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> 3491 T1276 oasc.ZkController.register We are http://127.0.0.1:47739/xu_/eu/collection1/ and leader is http://127.0.0.1:47739/xu_/eu/collection1/
[junit4:junit4]   2> 3491 T1276 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47739/xu_/eu
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3492 T1276 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3493 T1276 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3494 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3495 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3495 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3498 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3498 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f9b88f
[junit4:junit4]   2> 3499 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3499 T1279 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3500 T1279 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3500 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940004 with negotiated timeout 10000 for client /127.0.0.1:35539
[junit4:junit4]   2> 3500 T1279 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940004, negotiated timeout = 10000
[junit4:junit4]   2> 3501 T1280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f9b88f name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3501 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3503 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3504 T1251 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3560 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3562 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59513
[junit4:junit4]   2> 3563 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3563 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3563 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/solr.xml
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer.<init> New CoreContainer 15777056
[junit4:junit4]   2> 3564 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/'
[junit4:junit4]   2> 3565 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/'
[junit4:junit4]   2> 3581 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3581 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3582 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3583 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3584 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3589 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3598 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 3598 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3598 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@9ad39e
[junit4:junit4]   2> 3599 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3599 T1290 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3600 T1290 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3600 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35540
[junit4:junit4]   2> 3600 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35540
[junit4:junit4]   2> 3601 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940005 with negotiated timeout 20000 for client /127.0.0.1:35540
[junit4:junit4]   2> 3601 T1290 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940005, negotiated timeout = 20000
[junit4:junit4]   2> 3601 T1291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ad39e name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3602 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3603 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940005
[junit4:junit4]   2> 3603 T1291 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3603 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35540 which had sessionid 0x13d8213d2940005
[junit4:junit4]   2> 3603 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940005 closed
[junit4:junit4]   2> 3604 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3606 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ce1bde
[junit4:junit4]   2> 3607 T1292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3607 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3607 T1292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 3607 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940006 with negotiated timeout 20000 for client /127.0.0.1:35541
[junit4:junit4]   2> 3608 T1292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940006, negotiated timeout = 20000
[junit4:junit4]   2> 3609 T1293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ce1bde name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3609 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3610 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3611 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3613 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4615 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4616 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59513_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4617 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59513_xu_%2Feu
[junit4:junit4]   2> 4619 T1273 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4620 T1280 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4620 T1293 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4621 T1273 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4624 T1294 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1
[junit4:junit4]   2> 4624 T1294 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4624 T1294 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4625 T1294 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4625 T1294 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/'
[junit4:junit4]   2> 4626 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/lib/README' to classloader
[junit4:junit4]   2> 4626 T1294 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4647 T1294 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 4672 T1294 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4673 T1294 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4676 T1294 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4952 T1294 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4956 T1294 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4959 T1294 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4974 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4974 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4975 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 4977 T1294 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4977 T1280 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> 4977 T1273 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> 4978 T1293 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> 4980 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4981 T1294 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4982 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 4982 T1294 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 4982 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4983 T1294 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/
[junit4:junit4]   2> 4983 T1294 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 4983 T1294 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 4983 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1 forceNew: false
[junit4:junit4]   2> 4984 T1294 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index/
[junit4:junit4]   2> 4984 T1294 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4984 T1294 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/index forceNew: false
[junit4:junit4]   2> 4985 T1294 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4985 T1294 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4986 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4987 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4987 T1294 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4987 T1294 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4988 T1294 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4989 T1294 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4991 T1294 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4993 T1294 oass.SolrIndexSearcher.<init> Opening Searcher@1066165 main
[junit4:junit4]   2> 4993 T1294 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1/tlog
[junit4:junit4]   2> 4993 T1294 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4993 T1294 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4996 T1295 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1066165 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4997 T1294 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4997 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6481 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6481 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 6482 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6482 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6486 T1280 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> 6486 T1273 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> 6486 T1293 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> 6999 T1294 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6999 T1294 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59513/xu_/eu collection:collection1 shard:shard2
[junit4:junit4]   2> 7000 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7005 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0x4a zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7005 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7006 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x4b zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7007 T1294 oasc.SyncStrategy.syncToMe http://127.0.0.1:59513/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 7007 T1294 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 7008 T1294 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7012 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0x56 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7989 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7995 T1293 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> 7995 T1280 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> 7995 T1273 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> 8017 T1294 oasc.ZkController.register We are http://127.0.0.1:59513/xu_/eu/collection1/ and leader is http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 8017 T1294 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59513/xu_/eu
[junit4:junit4]   2> 8017 T1294 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8018 T1294 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8018 T1294 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8019 T1294 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8020 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8021 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8021 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8087 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8090 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41628
[junit4:junit4]   2> 8090 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8090 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8091 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022
[junit4:junit4]   2> 8091 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/solr.xml
[junit4:junit4]   2> 8091 T1251 oasc.CoreContainer.<init> New CoreContainer 10173215
[junit4:junit4]   2> 8092 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/'
[junit4:junit4]   2> 8092 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/'
[junit4:junit4]   2> 8108 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8109 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8110 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8111 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8111 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8116 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8125 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 8125 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8126 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19555f
[junit4:junit4]   2> 8126 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8126 T1306 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8127 T1306 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 8127 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35542
[junit4:junit4]   2> 8127 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35542
[junit4:junit4]   2> 8128 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940007 with negotiated timeout 20000 for client /127.0.0.1:35542
[junit4:junit4]   2> 8128 T1306 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940007, negotiated timeout = 20000
[junit4:junit4]   2> 8129 T1307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19555f name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8129 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8130 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940007
[junit4:junit4]   2> 8131 T1307 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8131 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35542 which had sessionid 0x13d8213d2940007
[junit4:junit4]   2> 8131 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940007 closed
[junit4:junit4]   2> 8131 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8134 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a336fa
[junit4:junit4]   2> 8135 T1308 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8134 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8135 T1308 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 8135 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35543
[junit4:junit4]   2> 8135 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35543
[junit4:junit4]   2> 8136 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940008 with negotiated timeout 20000 for client /127.0.0.1:35543
[junit4:junit4]   2> 8136 T1308 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940008, negotiated timeout = 20000
[junit4:junit4]   2> 8136 T1309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a336fa name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8136 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8137 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8138 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8140 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9142 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9143 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41628_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9144 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41628_xu_%2Feu
[junit4:junit4]   2> 9146 T1293 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> 9146 T1273 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> 9146 T1280 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9147 T1309 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9147 T1280 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> 9148 T1273 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9148 T1293 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9151 T1310 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1
[junit4:junit4]   2> 9151 T1310 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9151 T1310 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9152 T1310 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9152 T1310 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/'
[junit4:junit4]   2> 9153 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/lib/README' to classloader
[junit4:junit4]   2> 9153 T1310 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9174 T1310 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 9199 T1310 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9200 T1310 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9203 T1310 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9478 T1310 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9482 T1310 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9485 T1310 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9493 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9495 T1310 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9497 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9498 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9499 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9499 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9499 T1310 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9499 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 9500 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9500 T1310 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9500 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9501 T1310 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1363686978022/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/
[junit4:junit4]   2> 9501 T1310 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 9501 T1310 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9502 T1310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2 forceNew: false
[junit4:junit4]   2> 9502 T1310 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index/
[junit4:junit4]   2> 9502 T1280 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> 9502 T1310 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9502 T1273 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> 9502 T1310 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/index forceNew: false
[junit4:junit4]   2> 9502 T1293 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> 9502 T1309 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> 9504 T1310 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9504 T1310 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9505 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9506 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9506 T1310 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9506 T1310 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9507 T1310 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9508 T1310 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9510 T1310 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9512 T1310 oass.SolrIndexSearcher.<init> Opening Searcher@1e5d8e3 main
[junit4:junit4]   2> 9512 T1310 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty2/tlog
[junit4:junit4]   2> 9513 T1310 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9513 T1310 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9516 T1311 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e5d8e3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9517 T1310 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9517 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11005 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41628/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41628_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11006 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11009 T1273 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> 11009 T1280 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> 11009 T1309 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> 11009 T1293 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> 11525 T1310 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11525 T1310 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41628/xu_/eu collection:collection1 shard:shard1
[junit4:junit4]   2> 11526 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11531 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:delete cxid:0x49 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11531 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11531 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x4a zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11533 T1310 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11533 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11533 T1310 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 11534 T1310 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11534 T1310 oasc.SyncStrategy.syncToMe http://127.0.0.1:41628/xu_/eu/collection1/ has no replicas
[junit4:junit4]   2> 11534 T1310 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 11534 T1310 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11537 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940008 type:create cxid:0x54 zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12513 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12519 T1309 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> 12519 T1293 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> 12519 T1273 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> 12520 T1280 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> 12541 T1310 oasc.ZkController.register We are http://127.0.0.1:41628/xu_/eu/collection1/ and leader is http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 12541 T1310 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41628/xu_/eu
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12542 T1310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12543 T1310 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12544 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12545 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12545 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12604 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12606 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54102
[junit4:junit4]   2> 12607 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12607 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12607 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/solr.xml
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer.<init> New CoreContainer 28066675
[junit4:junit4]   2> 12608 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/'
[junit4:junit4]   2> 12609 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/'
[junit4:junit4]   2> 12624 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12625 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12626 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12627 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12627 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12632 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12641 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 12641 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12642 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ec4352
[junit4:junit4]   2> 12642 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12643 T1322 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12643 T1322 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 12643 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d2940009 with negotiated timeout 20000 for client /127.0.0.1:35545
[junit4:junit4]   2> 12644 T1322 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d2940009, negotiated timeout = 20000
[junit4:junit4]   2> 12644 T1323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec4352 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12645 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12646 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940009
[junit4:junit4]   2> 12646 T1323 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12646 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35545 which had sessionid 0x13d8213d2940009
[junit4:junit4]   2> 12646 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940009 closed
[junit4:junit4]   2> 12647 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12649 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e9a77e
[junit4:junit4]   2> 12650 T1324 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12650 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12651 T1324 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 12651 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35546
[junit4:junit4]   2> 12651 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35546
[junit4:junit4]   2> 12652 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000a with negotiated timeout 20000 for client /127.0.0.1:35546
[junit4:junit4]   2> 12652 T1324 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000a, negotiated timeout = 20000
[junit4:junit4]   2> 12652 T1325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e9a77e name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12652 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12654 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12655 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:create cxid:0x3 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12656 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13659 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13660 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000a type:delete cxid:0xd zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54102_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13660 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54102_xu_%2Feu
[junit4:junit4]   2> 13662 T1309 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> 13663 T1280 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1325 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1273 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13663 T1280 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> 13663 T1293 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> 13663 T1273 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> 13664 T1309 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13667 T1326 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1
[junit4:junit4]   2> 13667 T1326 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13668 T1326 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13668 T1326 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/'
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/lib/README' to classloader
[junit4:junit4]   2> 13669 T1326 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13696 T1326 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 13727 T1326 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13728 T1326 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13731 T1326 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14024 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14025 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41628/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41628_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 14031 T1309 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> 14031 T1273 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> 14031 T1280 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> 14031 T1325 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> 14031 T1293 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> 14038 T1326 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14043 T1326 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14045 T1326 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14056 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14058 T1326 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14060 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14061 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14062 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14062 T1326 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14063 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14063 T1326 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14063 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14063 T1326 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1363686982546/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/
[junit4:junit4]   2> 14063 T1326 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14064 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3 forceNew: false
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index/
[junit4:junit4]   2> 14064 T1326 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14065 T1326 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index forceNew: false
[junit4:junit4]   2> 14066 T1326 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14066 T1326 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14067 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14067 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14068 T1326 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14068 T1326 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14069 T1326 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14071 T1326 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14073 T1326 oass.SolrIndexSearcher.<init> Opening Searcher@169a646 main
[junit4:junit4]   2> 14073 T1326 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/tlog
[junit4:junit4]   2> 14074 T1326 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14074 T1326 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14077 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@169a646 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14078 T1326 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14078 T1326 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15535 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15536 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15539 T1280 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> 15539 T1325 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> 15539 T1273 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> 15539 T1309 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> 15539 T1293 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> 16079 T1326 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16080 T1326 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54102/xu_/eu collection:collection1 shard:shard2
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.register We are http://127.0.0.1:54102/xu_/eu/collection1/ and leader is http://127.0.0.1:59513/xu_/eu/collection1/
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54102/xu_/eu
[junit4:junit4]   2> 16083 T1326 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16083 T1326 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C137 name=collection1 org.apache.solr.core.SolrCore@1495a0f url=http://127.0.0.1:54102/xu_/eu/collection1 node=127.0.0.1:54102_xu_%2Feu C137_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, base_url=http://127.0.0.1:54102/xu_/eu, state=down, node_name=127.0.0.1:54102_xu_%2Feu}
[junit4:junit4]   2> 16083 T1328 C137 P54102 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16084 T1326 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16084 T1328 C137 P54102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16084 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 16085 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16085 T1328 C137 P54102 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16085 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16144 T1251 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16147 T1251 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40408
[junit4:junit4]   2> 16147 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16147 T1251 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16148 T1251 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086
[junit4:junit4]   2> 16148 T1251 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/solr.xml
[junit4:junit4]   2> 16148 T1251 oasc.CoreContainer.<init> New CoreContainer 20301038
[junit4:junit4]   2> 16149 T1251 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/'
[junit4:junit4]   2> 16149 T1251 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/'
[junit4:junit4]   2> 16165 T1251 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16166 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16167 T1251 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16168 T1251 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16168 T1251 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16168 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16173 T1251 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16182 T1251 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:55532/solr
[junit4:junit4]   2> 16183 T1251 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16183 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12a6a7
[junit4:junit4]   2> 16184 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16184 T1339 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16185 T1339 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 16185 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35549
[junit4:junit4]   2> 16185 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35549
[junit4:junit4]   2> 16186 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000b with negotiated timeout 20000 for client /127.0.0.1:35549
[junit4:junit4]   2> 16186 T1339 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000b, negotiated timeout = 20000
[junit4:junit4]   2> 16186 T1340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12a6a7 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16186 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16187 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d294000b
[junit4:junit4]   2> 16187 T1340 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16187 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35549 which had sessionid 0x13d8213d294000b
[junit4:junit4]   2> 16187 T1251 oaz.ZooKeeper.close Session: 0x13d8213d294000b closed
[junit4:junit4]   2> 16188 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16190 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@72a928
[junit4:junit4]   2> 16191 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16191 T1341 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16192 T1341 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 16192 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35550
[junit4:junit4]   2> 16192 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35550
[junit4:junit4]   2> 16193 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000c with negotiated timeout 20000 for client /127.0.0.1:35550
[junit4:junit4]   2> 16193 T1341 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000c, negotiated timeout = 20000
[junit4:junit4]   2> 16193 T1342 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72a928 name:ZooKeeperConnection Watcher:127.0.0.1:55532/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16193 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16194 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16195 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:create cxid:0x3 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16196 T1251 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17042 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17043 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 17058 T1293 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> 17058 T1273 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> 17058 T1280 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> 17058 T1309 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> 17058 T1325 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> 17058 T1342 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> 17089 T1289 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=collection1&wt=javabin&state=recovering&nodeName=127.0.0.1:54102_xu_%252Feu&action=PREPRECOVERY&coreNodeName=4&version=2&onlyIfLeader=true&checkLive=true} status=0 QTime=1000 
[junit4:junit4]   2> 17198 T1251 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17199 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d294000c type:delete cxid:0xf zxid:0xa7 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40408_xu_%2Feu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17200 T1251 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40408_xu_%2Feu
[junit4:junit4]   2> 17202 T1280 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1273 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1342 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1280 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> 17202 T1273 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> 17202 T1325 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17202 T1342 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> 17202 T1293 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17203 T1293 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> 17203 T1325 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> 17205 T1309 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17205 T1309 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> 17207 T1343 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1
[junit4:junit4]   2> 17207 T1343 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17208 T1343 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17208 T1343 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/'
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/lib/README' to classloader
[junit4:junit4]   2> 17209 T1343 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17229 T1343 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 17255 T1343 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17256 T1343 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17259 T1343 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17534 T1343 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17539 T1343 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17541 T1343 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17548 T1343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17551 T1343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17553 T1343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17554 T1343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17555 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17555 T1343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17555 T1343 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17555 T1343 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1363686986086/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/
[junit4:junit4]   2> 17555 T1343 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17556 T1343 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4 forceNew: false
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index/
[junit4:junit4]   2> 17556 T1343 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17557 T1343 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index forceNew: false
[junit4:junit4]   2> 17558 T1343 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17558 T1343 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17559 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17559 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17560 T1343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17560 T1343 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17561 T1343 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17563 T1343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17565 T1343 oass.SolrIndexSearcher.<init> Opening Searcher@a1b0f0 main
[junit4:junit4]   2> 17565 T1343 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/tlog
[junit4:junit4]   2> 17566 T1343 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17566 T1343 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17569 T1344 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a1b0f0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17571 T1343 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17571 T1343 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18564 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18564 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 18565 T1274 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18565 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18567 T1273 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> 18567 T1309 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> 18567 T1293 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> 18568 T1325 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> 18567 T1342 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> 18567 T1280 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> 18572 T1343 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18573 T1343 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40408/xu_/eu collection:collection1 shard:shard1
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.register We are http://127.0.0.1:40408/xu_/eu/collection1/ and leader is http://127.0.0.1:41628/xu_/eu/collection1/
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40408/xu_/eu
[junit4:junit4]   2> 18580 T1343 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18580 T1343 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C138 name=collection1 org.apache.solr.core.SolrCore@185792a url=http://127.0.0.1:40408/xu_/eu/collection1 node=127.0.0.1:40408_xu_%2Feu C138_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, base_url=http://127.0.0.1:40408/xu_/eu, state=down, node_name=127.0.0.1:40408_xu_%2Feu}
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18581 T1343 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18581 T1345 C138 P40408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18582 T1251 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 18582 T1251 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18583 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18583 T1345 C138 P40408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18586 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18587 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18590 T1287 oasc.CoreContainer.create Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore
[junit4:junit4]   2> 18590 T1287 oasc.ZkController.createCollectionZkNode Check for collection zkNode:onenodecollection
[junit4:junit4]   2> 18591 T1287 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   2> 18591 T1287 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18592 T1287 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18592 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection
[junit4:junit4]   2> 18594 T1287 oasc.ZkController.readConfigName Load collection config from:/collections/onenodecollection
[junit4:junit4]   2> 18594 T1287 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore/'
[junit4:junit4]   2> 18620 T1287 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 18655 T1287 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18656 T1287 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18660 T1287 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 18951 T1287 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 18956 T1287 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 18958 T1287 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 18968 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18971 T1287 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 18973 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18974 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18975 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18975 T1287 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 18976 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 18976 T1287 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 18976 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18977 T1287 oasc.SolrCore.<init> [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363686973502/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/
[junit4:junit4]   2> 18977 T1287 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a64cc
[junit4:junit4]   2> 18977 T1287 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 18978 T1287 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection forceNew: false
[junit4:junit4]   2> 18978 T1287 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index/
[junit4:junit4]   2> 18978 T1287 oasc.SolrCore.initIndex WARNING [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 18979 T1287 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/index forceNew: false
[junit4:junit4]   2> 18980 T1287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c604f lockFactory=org.apache.lucene.store.NativeFSLockFactory@134fc0d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18980 T1287 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18981 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 18982 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 18982 T1287 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 18983 T1287 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 18984 T1287 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 18984 T1287 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 18986 T1287 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 18988 T1287 oass.SolrIndexSearcher.<init> Opening Searcher@37535e main
[junit4:junit4]   2> 18989 T1287 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection/tlog
[junit4:junit4]   2> 18989 T1287 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 18989 T1287 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 18992 T1347 oasc.SolrCore.registerSearcher [onenodecollectioncore] Registered new searcher Searcher@37535e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 18992 T1287 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2>  C137_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, base_url=http://127.0.0.1:54102/xu_/eu, state=recovering, node_name=127.0.0.1:54102_xu_%2Feu}
[junit4:junit4]   2> 19090 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:59513/xu_/eu/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19090 T1328 C137 P54102 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:54102/xu_/eu START replicas=[http://127.0.0.1:59513/xu_/eu/collection1/] nUpdates=100
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19091 T1328 C137 P54102 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:59513/xu_/eu/collection1/. core=collection1
[junit4:junit4]   2> 19091 T1328 C137 P54102 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C139 name=collection1 org.apache.solr.core.SolrCore@d19908 url=http://127.0.0.1:59513/xu_/eu/collection1 node=127.0.0.1:59513_xu_%2Feu C139_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard2, base_url=http://127.0.0.1:59513/xu_/eu, state=active, node_name=127.0.0.1:59513_xu_%2Feu, leader=true}
[junit4:junit4]   2> 19094 T1288 C139 P59513 REQ /get {wt=javabin&distrib=false&qt=/get&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 19095 T1289 C139 P59513 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19096 T1289 C139 P59513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1056f84 lockFactory=org.apache.lucene.store.NativeFSLockFactory@14ebe53),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19097 T1289 C139 P59513 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19097 T1289 C139 P59513 oass.SolrIndexSearcher.<init> Opening Searcher@41fdc2 realtime
[junit4:junit4]   2> 19097 T1289 C139 P59513 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19098 T1289 C139 P59513 /update {wt=javabin&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&version=2} {commit=} 0 3
[junit4:junit4]   2> 19098 T1328 C137 P54102 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19099 T1328 C137 P54102 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19100 T1288 C139 P59513 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19101 T1288 C139 P59513 REQ /replication {wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=1 
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19101 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19103 T1289 C139 P59513 REQ /replication {wt=javabin&generation=2&qt=/replication&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 19104 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19104 T1328 C137 P54102 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty3/index.20130319105629102 forceNew: false
[junit4:junit4]   2> 19104 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@14b3c20 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2783df) fullCopy=false
[junit4:junit4]   2> 19106 T1286 C139 P59513 REQ /replication {wt=filestream&generation=2&checksum=true&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 19107 T1328 C137 P54102 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19108 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19108 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@638cdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@13c268d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19109 T1328 C137 P54102 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19109 T1328 C137 P54102 oass.SolrIndexSearcher.<init> Opening Searcher@77020c main
[junit4:junit4]   2> 19110 T1327 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77020c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19110 T1328 C137 P54102 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19110 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19111 T1328 C137 P54102 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20071 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20072 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.createCollection Create collection onenodecollection with numShards 1
[junit4:junit4]   2> 20074 T1274 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20077 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:54102/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:54102_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 20079 T1280 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> 20079 T1342 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> 20079 T1293 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> 20080 T1273 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> 20079 T1325 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> 20079 T1309 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> 20587 T1303 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {core=collection1&wt=javabin&state=recovering&nodeName=127.0.0.1:40408_xu_%252Feu&action=PREPRECOVERY&coreNodeName=5&version=2&onlyIfLeader=true&checkLive=true} status=0 QTime=2000 
[junit4:junit4]   2> 20994 T1287 oasc.CoreContainer.registerCore registering core: onenodecollectioncore
[junit4:junit4]   2> 20994 T1287 oasc.ZkController.register Register replica - core:onenodecollectioncore address:http://127.0.0.1:59513/xu_/eu collection:onenodecollection shard:shard1
[junit4:junit4]   2> 20995 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   2> 21000 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xac zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/collections/onenodecollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/onenodecollection/leaders
[junit4:junit4]   2> 21000 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21001 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xad zxid:0xc3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21002 T1287 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 21003 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 21003 T1287 oasc.SyncStrategy.syncToMe http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/ has no replicas
[junit4:junit4]   2> 21004 T1287 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21004 T1287 oascc.SolrZkClient.makePath makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   2> 21006 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xb8 zxid:0xc7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21586 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21590 T1280 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> 21590 T1273 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> 21590 T1342 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> 21590 T1309 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> 21591 T1293 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> 21590 T1325 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> 21609 T1287 oasc.ZkController.register We are http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/ and leader is http://127.0.0.1:59513/xu_/eu/onenodecollectioncore/
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.register No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:59513/xu_/eu
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 21610 T1287 oasc.ZkController.publish publishing core=onenodecollectioncore state=active
[junit4:junit4]   2> 21612 T1287 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21612 T1287 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&collection=onenodecollection&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1363686970002/onenodecollection&name=onenodecollectioncore&roles=none&version=2&numShards=1} status=0 QTime=3022 
[junit4:junit4]   2> 21613 T1251 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 21614 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C138_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, base_url=http://127.0.0.1:40408/xu_/eu, state=recovering, node_name=127.0.0.1:40408_xu_%2Feu}
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41628/xu_/eu/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40408/xu_/eu START replicas=[http://127.0.0.1:41628/xu_/eu/collection1/] nUpdates=100
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22588 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22589 T1345 C138 P40408 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41628/xu_/eu/collection1/. core=collection1
[junit4:junit4]   2> 22589 T1345 C138 P40408 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C140 name=collection1 org.apache.solr.core.SolrCore@94a92c url=http://127.0.0.1:41628/xu_/eu/collection1 node=127.0.0.1:41628_xu_%2Feu C140_STATE=coll:collection1 core:collection1 props:{core=collection1, collection=collection1, shard=shard1, base_url=http://127.0.0.1:41628/xu_/eu, state=active, node_name=127.0.0.1:41628_xu_%2Feu, leader=true}
[junit4:junit4]   2> 22592 T1303 C140 P41628 REQ /get {wt=javabin&distrib=false&qt=/get&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 22594 T1304 C140 P41628 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 22595 T1304 C140 P41628 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22595 T1304 C140 P41628 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@480c25 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1659142),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22596 T1304 C140 P41628 oass.SolrIndexSearcher.<init> Opening Searcher@1f33086 realtime
[junit4:junit4]   2> 22597 T1304 C140 P41628 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22597 T1304 C140 P41628 /update {wt=javabin&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&version=2} {commit=} 0 3
[junit4:junit4]   2> 22598 T1345 C138 P40408 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22598 T1345 C138 P40408 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22599 T1302 C140 P41628 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22600 T1302 C140 P41628 REQ /replication {wt=javabin&qt=/replication&version=2&command=indexversion} status=0 QTime=1 
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22600 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22602 T1303 C140 P41628 REQ /replication {wt=javabin&generation=2&qt=/replication&version=2&command=filelist} status=0 QTime=0 
[junit4:junit4]   2> 22603 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22603 T1345 C138 P40408 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty4/index.20130319105632601 forceNew: false
[junit4:junit4]   2> 22603 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c36281 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dfe372) fullCopy=false
[junit4:junit4]   2> 22605 T1304 C140 P41628 REQ /replication {wt=filestream&generation=2&checksum=true&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=0 
[junit4:junit4]   2> 22606 T1345 C138 P40408 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22607 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22607 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1121ae8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5ea1e0),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22608 T1345 C138 P40408 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22608 T1345 C138 P40408 oass.SolrIndexSearcher.<init> Opening Searcher@1f72455 main
[junit4:junit4]   2> 22609 T1344 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f72455 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22610 T1345 C138 P40408 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22611 T1345 C138 P40408 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 22615 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23095 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23096 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59513_xu_%2Feu_onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"1"}
[junit4:junit4]   2> 23098 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40408/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40408_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 23101 T1273 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> 23101 T1309 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> 23101 T1325 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> 23101 T1280 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> 23101 T1293 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> 23101 T1342 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> 23616 T1251 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23617 T1251 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: onenodecollection
[junit4:junit4]   2> 23618 T1251 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23629 T1251 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:55532 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@58373
[junit4:junit4]   2> 23629 T1251 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 23630 T1352 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:55532. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 23630 T1352 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:55532, initiating session
[junit4:junit4]   2> 23630 T1253 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:35562
[junit4:junit4]   2> 23630 T1253 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:35562
[junit4:junit4]   2> 23632 T1255 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8213d294000d with negotiated timeout 10000 for client /127.0.0.1:35562
[junit4:junit4]   2> 23632 T1352 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:55532, sessionid = 0x13d8213d294000d, negotiated timeout = 10000
[junit4:junit4]   2> 23632 T1353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58373 name:ZooKeeperConnection Watcher:127.0.0.1:55532 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 23632 T1251 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 23660 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d294000d
[junit4:junit4]   2> 23661 T1353 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23661 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35562 which had sessionid 0x13d8213d294000d
[junit4:junit4]   2> 23661 T1251 oaz.ZooKeeper.close Session: 0x13d8213d294000d closed
[junit4:junit4]   2> 23662 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940004
[junit4:junit4]   2> 23662 T1280 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 23662 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940004 closed
[junit4:junit4]   2> 23662 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35539 which had sessionid 0x13d8213d2940004
[junit4:junit4]   2> 23664 T1251 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 47739
[junit4:junit4]   2> 23664 T1251 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=21193494
[junit4:junit4]   2> 24605 T1274 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24606 T1274 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu"}
[junit4:junit4]   2> 24609 T1273 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> 24609 T1309 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> 24609 T1325 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> 24609 T1342 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> 24609 T1293 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> 25666 T1251 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 25666 T1251 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 25668 T1251 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a1fab4
[junit4:junit4]   2> 25670 T1251 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 25670 T1251 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 25671 T1251 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 25671 T1251 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 25671 T1251 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index
[junit4:junit4]   2> 25672 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/control/data/index
[junit4:junit4]   2> 25674 T1274 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=89370589266182147-127.0.0.1:47739_xu_%2Feu-n_0000000000) am no longer a leader.
[junit4:junit4]   2> 25674 T1256 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8213d2940003
[junit4:junit4]   2> 25676 T1253 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:35538 which had sessionid 0x13d8213d2940003
[junit4:junit4]   2> 25676 T1325 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1342 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1293 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1251 oaz.ZooKeeper.close Session: 0x13d8213d2940003 closed
[junit4:junit4]   2> 25676 T1309 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 25676 T1293 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> 25676 T1325 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> 25677 T1309 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> 25677 T1342 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> 25679 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:delete cxid:0xc9 zxid:0xe3 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 25679 T1293 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 25680 T1293 oasc.Overseer.start Overseer (id=89370589266182150-127.0.0.1:59513_xu_%2Feu-n_0000000001) starting
[junit4:junit4]   2> 25681 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xce zxid:0xe5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25681 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xcf zxid:0xe6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25682 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xd1 zxid:0xe7 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25683 T1256 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8213d2940006 type:create cxid:0xd3 zxid:0xe8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 25683 T1355 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 25684 T1354 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 25685 T1354 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25685 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:47739/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:47739_xu_%2Feu",
[junit4:junit4]   2> 	  "numShards":"2"}
[junit4:junit4]   2> 25688 T1325 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> 25689 T1293 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> 25689 T1309 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> 25689 T1342 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> 25698 T1251 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/xu_/eu,null}
[junit4:junit4]   2> 25750 T1251 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 59513
[junit4:junit4]   2> 25751 T1251 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=15777056
[junit4:junit4]   2> 26975 T1273 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26976 T1273 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> 26976 T1273 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 26976 T1273 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 27192 T1354 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27193 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"onenodecollectioncore",
[junit4:junit4]   2> 	  "collection":"onenodecollection",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59513_xu_%2Feu_onenodecollectioncore",
[junit4:junit4]   2> 	  "roles":"none",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu"}
[junit4:junit4]   2> 27195 T1354 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59513/xu_/eu",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59513_xu_%2Feu"}
[junit4:junit4]   2> 27198 T1342 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> 27198 T1293 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> 27198 T1309 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> 27198 T1325 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> 28753 T1251 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 28754 T1251 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28755 T1251 oasc.ZkController.publish publishing core=onenodecollectioncore state=down
[junit4:junit4]   2> 28757 T1251 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d19908
[junit4:junit4]   2> 28759 T1251 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 28759 T1251 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 28760 T1251 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 28760 T1251 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 28762 T1251 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
[junit4:junit4]   2> 28762 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1
[junit4:junit4]   2> 28763 T1251 oasc.CachingDirectoryFactory.closeDirectory Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1363686970001/jetty1
[junit4:junit4]   2> 28763 T1251 oasc.CachingDirectoryFactory.close Closing directory when closing factory: ./org.apache.solr.cloud.BasicDistributed

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

luster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 35556 T2503 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 35556 T2503 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=de_AT, timezone=Etc/GMT+6
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=31845328,total=274530304
[junit4:junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, AnalysisAfterCoreReloadTest, SimpleFacetsTest, TestValueSourceCache, TestFieldResource, PrimitiveFieldTypeTest, TestCoreContainer, TestSolrCoreProperties, TestPerFieldSimilarity, SchemaVersionSpecificBehaviorTest, TestSearchPerf, BasicDistributedZkTest, QueryEqualityTest, SpellingQueryConverterTest, FileBasedSpellCheckerTest, MBeansHandlerTest, FieldMutatingUpdateProcessorTest, TestSort, UpdateRequestProcessorFactoryTest, TestSolrIndexConfig, TestDynamicFieldCollectionResource, TestSolrDeletionPolicy2, MinimalSchemaTest, TestRealTimeGet, TestDynamicFieldResource, UnloadDistributedZkTest, DistributedQueryElevationComponentTest, OverseerTest, PeerSyncTest, ShowFileRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestPseudoReturnFields, TestFastWriter, TestPluginEnable, MoreLikeThisHandlerTest, SliceStateUpdateTest, TestSweetSpotSimilarityFactory, OverseerCollectionProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestFuzzyAnalyzedSuggestions, ClusterStateUpdateTest, TestFastLRUCache, TermVectorComponentTest, TestReplicationHandler, DateFieldTest, UUIDFieldTest, SolrTestCaseJ4Test, TestSolrQueryParser, SyncSliceTest, PluginInfoTest, DirectUpdateHandlerOptimizeTest, SynonymTokenizerTest, SoftAutoCommitTest, SolrCoreTest, ExternalFileFieldSortTest, RecoveryZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.seed=AD0952A5B3F5E31C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=Etc/GMT+6 -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.00s J0 | RecoveryZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2480, name=coreLoadExecutor-1337-thread-1, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:244)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:458)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:744)
[junit4:junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:619)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.createFromZk(CoreContainer.java:872)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:955)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:579)
[junit4:junit4]    > 	at org.apache.solr.core.CoreContainer$2.call(CoreContainer.java:574)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4:junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[junit4:junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@1216147 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f8e84a)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	... 1 more
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=2482, name=RecoveryThread, state=RUNNABLE, group=TGRP-RecoveryZkTest], registration stack trace below.
[junit4:junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1569)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:520)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:986)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:878)
[junit4:junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:870)
[junit4:junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:362)
[junit4:junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:322)
[junit4:junit4]    > 	at org.apache.solr.handler.SnapPuller.fetchLatestIndex(SnapPuller.java:383)
[junit4:junit4]    > 	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:281)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:153)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:409)
[junit4:junit4]    > 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirWrapper(org.apache.lucene.store.RAMDirectory@fddf26 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c7d158)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4] Completed on J0 in 35.66s, 1 test, 2 errors <<< FAILURES!

[...truncated 447 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 2 suite-level errors, 1 error, 13 ignored (7 assumptions)

Total time: 45 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure