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/03 12:46:36 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4522/
Java: 32bit/jdk1.8.0-ea-b78 -client -XX:+UseParallelGC

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

Error Message:
Still found shard

Stack Trace:
java.lang.AssertionError: Still found shard
	at __randomizedtesting.SeedInfo.seed([FD9FE8D7B2A4A312:7C7966CFC5FBC32E]: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)


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

Error Message:
Server at http://127.0.0.1:50049/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:50049/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([FD9FE8D7B2A4A312:7C7966CFC5FBC32E]: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:85)
	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 8902 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 1 T60 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 5 T60 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-UnloadDistributedZkTest-1362310240859
[junit4:junit4]   2> 9 T60 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 12 T61 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 516 T61 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 516 T61 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 516 T61 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 517 T61 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 517 T61 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b78/jre
[junit4:junit4]   2> 517 T61 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.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/lucene-codecs-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/highlighter/lucene-highlighter-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/memory/lucene-memory-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/misc/lucene-misc-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/spatial/lucene-spatial-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/suggest/lucene-suggest-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/grouping/lucene-grouping-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queries/lucene-queries-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queryparser/lucene-queryparser-4.2-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/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/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/32bit/jdk1.8.0-ea-b78/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 519 T61 oaz.Environment.logEnv Server environment:java.library.path=/usr/lib/jvm/j2sdk1.6-sun/jre/lib/amd64/server:/usr/lib/jvm/j2sdk1.6-sun/jre/lib/amd64:/usr/lib/jvm/j2sdk1.6-sun/jre/../lib/amd64:/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 519 T61 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 519 T61 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 519 T61 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 519 T61 oaz.Environment.logEnv Server environment:os.arch=i386
[junit4:junit4]   2> 520 T61 oaz.Environment.logEnv Server environment:os.version=3.2.0-38-generic
[junit4:junit4]   2> 520 T61 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 520 T61 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 520 T61 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 537 T61 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 537 T61 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 537 T61 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 546 T61 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 598 T61 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.UnloadDistributedZkTest-1362310240859/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 613 T60 oasc.ZkTestServer.run start zk server on port:51407
[junit4:junit4]   2> 641 T60 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 642 T60 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 642 T60 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 643 T60 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 643 T60 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b78/jre
[junit4:junit4]   2> 643 T60 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.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/codecs/lucene-codecs-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/highlighter/lucene-highlighter-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/memory/lucene-memory-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/misc/lucene-misc-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/spatial/lucene-spatial-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/suggest/lucene-suggest-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/grouping/lucene-grouping-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queries/lucene-queries-4.2-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/queryparser/lucene-queryparser-4.2-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/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/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/32bit/jdk1.8.0-ea-b78/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 645 T60 oaz.Environment.logEnv Client environment:java.library.path=/usr/lib/jvm/j2sdk1.6-sun/jre/lib/amd64/server:/usr/lib/jvm/j2sdk1.6-sun/jre/lib/amd64:/usr/lib/jvm/j2sdk1.6-sun/jre/../lib/amd64:/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 645 T60 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 646 T60 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 646 T60 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 647 T60 oaz.Environment.logEnv Client environment:os.arch=i386
[junit4:junit4]   2> 647 T60 oaz.Environment.logEnv Client environment:os.version=3.2.0-38-generic
[junit4:junit4]   2> 647 T60 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 648 T60 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 648 T60 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 650 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@168a2e1
[junit4:junit4]   2> 689 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 693 T66 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 696 T66 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 1253 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60713
[junit4:junit4]   2> 1262 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60713
[junit4:junit4]   2> 1266 T64 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 1335 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40000 with negotiated timeout 10000 for client /127.0.0.1:60713
[junit4:junit4]   2> 1335 T66 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40000, negotiated timeout = 10000
[junit4:junit4]   2> 1338 T67 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@168a2e1 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1338 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1340 T60 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 1364 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40000
[junit4:junit4]   2> 1366 T67 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1366 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40000 closed
[junit4:junit4]   2> 1367 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60713 which had sessionid 0x13d30049cb40000
[junit4:junit4]   2> 1366 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@14fe9bc
[junit4:junit4]   2> 1368 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1368 T68 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1368 T68 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 1369 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60714
[junit4:junit4]   2> 1369 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60714
[junit4:junit4]   2> 1371 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40001 with negotiated timeout 10000 for client /127.0.0.1:60714
[junit4:junit4]   2> 1371 T68 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40001, negotiated timeout = 10000
[junit4:junit4]   2> 1371 T69 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14fe9bc name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1371 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1372 T60 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 1376 T60 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 1379 T60 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 1382 T60 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 1386 T60 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> 1398 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 1405 T60 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> 1406 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 1410 T60 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> 1411 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 1414 T60 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> 1415 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 1418 T60 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> 1419 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 1422 T60 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> 1423 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 1426 T60 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> 1427 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 1431 T60 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> 1432 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 1435 T60 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> 1436 T60 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 1439 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40001
[junit4:junit4]   2> 1440 T69 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1440 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60714 which had sessionid 0x13d30049cb40001
[junit4:junit4]   2> 1440 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40001 closed
[junit4:junit4]   2> 1663 T60 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1747 T60 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54136
[junit4:junit4]   2> 1760 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1761 T60 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1761 T60 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.UnloadDistributedZkTest-controljetty-1362310242294
[junit4:junit4]   2> 1761 T60 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1362310242294/solr.xml
[junit4:junit4]   2> 1762 T60 oasc.CoreContainer.<init> New CoreContainer 1187469
[junit4:junit4]   2> 1762 T60 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.UnloadDistributedZkTest-controljetty-1362310242294/'
[junit4:junit4]   2> 1762 T60 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.UnloadDistributedZkTest-controljetty-1362310242294/'
[junit4:junit4]   2> 1789 T60 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1790 T60 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1790 T60 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1790 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1791 T60 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1791 T60 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1791 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1792 T60 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1792 T60 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1804 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2560 T60 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2573 T60 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51407/solr
[junit4:junit4]   2> 2581 T60 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2581 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@40420
[junit4:junit4]   2> 2582 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2584 T80 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2584 T80 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 2584 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60715
[junit4:junit4]   2> 2585 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60715
[junit4:junit4]   2> 2586 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40002 with negotiated timeout 20000 for client /127.0.0.1:60715
[junit4:junit4]   2> 2586 T80 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40002, negotiated timeout = 20000
[junit4:junit4]   2> 2586 T81 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40420 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2586 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2590 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40002
[junit4:junit4]   2> 2591 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60715 which had sessionid 0x13d30049cb40002
[junit4:junit4]   2> 2591 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40002 closed
[junit4:junit4]   2> 2591 T81 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2593 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2598 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@54aa5a
[junit4:junit4]   2> 2598 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2599 T82 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2599 T82 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 2599 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60716
[junit4:junit4]   2> 2600 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60716
[junit4:junit4]   2> 2600 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40003 with negotiated timeout 20000 for client /127.0.0.1:60716
[junit4:junit4]   2> 2600 T82 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40003, negotiated timeout = 20000
[junit4:junit4]   2> 2601 T83 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54aa5a name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2601 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2609 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2613 T60 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 2615 T60 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54136_
[junit4:junit4]   2> 2618 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54136_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54136_
[junit4:junit4]   2> 2618 T60 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54136_
[junit4:junit4]   2> 2622 T60 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 2631 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 2632 T60 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 2634 T60 oasc.Overseer.start Overseer (id=89280363984322563-127.0.0.1:54136_-n_0000000000) starting
[junit4:junit4]   2> 2635 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2640 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2641 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2646 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2647 T85 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 2648 T60 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 2650 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2656 T84 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 2667 T60 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 2667 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2680 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2685 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 2687 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@13e8566
[junit4:junit4]   2> 2688 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2688 T86 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2688 T86 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 2688 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60717
[junit4:junit4]   2> 2689 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60717
[junit4:junit4]   2> 2690 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40004 with negotiated timeout 10000 for client /127.0.0.1:60717
[junit4:junit4]   2> 2690 T86 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40004, negotiated timeout = 10000
[junit4:junit4]   2> 2690 T87 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13e8566 name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2690 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2691 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2694 T60 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 2757 T60 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2759 T60 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36640
[junit4:junit4]   2> 2759 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2760 T60 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2760 T60 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.UnloadDistributedZkTest-jetty1-1362310243547
[junit4:junit4]   2> 2760 T60 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1362310243547/solr.xml
[junit4:junit4]   2> 2761 T60 oasc.CoreContainer.<init> New CoreContainer 6887697
[junit4:junit4]   2> 2761 T60 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.UnloadDistributedZkTest-jetty1-1362310243547/'
[junit4:junit4]   2> 2761 T60 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.UnloadDistributedZkTest-jetty1-1362310243547/'
[junit4:junit4]   2> 2778 T60 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2779 T60 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2779 T60 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2779 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2780 T60 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2780 T60 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2780 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2781 T60 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2781 T60 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2781 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2788 T60 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2800 T60 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51407/solr
[junit4:junit4]   2> 2801 T60 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2801 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@17fac19
[junit4:junit4]   2> 2802 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2802 T97 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2803 T97 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 2803 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60718
[junit4:junit4]   2> 2803 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60718
[junit4:junit4]   2> 2804 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40005 with negotiated timeout 20000 for client /127.0.0.1:60718
[junit4:junit4]   2> 2804 T97 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40005, negotiated timeout = 20000
[junit4:junit4]   2> 2804 T98 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17fac19 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2805 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2806 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40005
[junit4:junit4]   2> 2806 T98 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2806 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60718 which had sessionid 0x13d30049cb40005
[junit4:junit4]   2> 2806 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40005 closed
[junit4:junit4]   2> 2807 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2810 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@13b8890
[junit4:junit4]   2> 2811 T99 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2811 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2811 T99 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 2812 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60719
[junit4:junit4]   2> 2812 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60719
[junit4:junit4]   2> 2813 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40006 with negotiated timeout 20000 for client /127.0.0.1:60719
[junit4:junit4]   2> 2813 T99 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40006, negotiated timeout = 20000
[junit4:junit4]   2> 2813 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13b8890 name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2813 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2814 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:create cxid:0x1 zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2815 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:create cxid:0x2 zxid:0x2e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2816 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3819 T60 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36640_
[junit4:junit4]   2> 3819 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:delete cxid:0x9 zxid:0x2f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36640_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36640_
[junit4:junit4]   2> 3820 T60 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36640_
[junit4:junit4]   2> 3824 T83 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3824 T87 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3825 T100 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3833 T60 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3834 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3834 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3898 T60 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3900 T60 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56495
[junit4:junit4]   2> 3901 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3901 T60 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3901 T60 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.UnloadDistributedZkTest-jetty2-1362310244692
[junit4:junit4]   2> 3902 T60 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1362310244692/solr.xml
[junit4:junit4]   2> 3902 T60 oasc.CoreContainer.<init> New CoreContainer 2472397
[junit4:junit4]   2> 3902 T60 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.UnloadDistributedZkTest-jetty2-1362310244692/'
[junit4:junit4]   2> 3903 T60 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.UnloadDistributedZkTest-jetty2-1362310244692/'
[junit4:junit4]   2> 3920 T60 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3920 T60 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3921 T60 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3921 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3921 T60 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3922 T60 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3922 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3922 T60 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3923 T60 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3923 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3930 T60 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3942 T60 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51407/solr
[junit4:junit4]   2> 3942 T60 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3942 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15a85a3
[junit4:junit4]   2> 3943 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3943 T110 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3944 T110 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 3944 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60721
[junit4:junit4]   2> 3945 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60721
[junit4:junit4]   2> 3945 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40007 with negotiated timeout 20000 for client /127.0.0.1:60721
[junit4:junit4]   2> 3945 T110 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40007, negotiated timeout = 20000
[junit4:junit4]   2> 3946 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a85a3 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3946 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3947 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40007
[junit4:junit4]   2> 3948 T111 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3948 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60721 which had sessionid 0x13d30049cb40007
[junit4:junit4]   2> 3948 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40007 closed
[junit4:junit4]   2> 3949 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3953 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c8148e
[junit4:junit4]   2> 3955 T112 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3955 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3955 T112 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 3955 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60722
[junit4:junit4]   2> 3956 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60722
[junit4:junit4]   2> 3956 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40008 with negotiated timeout 20000 for client /127.0.0.1:60722
[junit4:junit4]   2> 3956 T112 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40008, negotiated timeout = 20000
[junit4:junit4]   2> 3957 T113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8148e name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3957 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3958 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40008 type:create cxid:0x1 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3959 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40008 type:create cxid:0x2 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3960 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4963 T60 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56495_
[junit4:junit4]   2> 4964 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40008 type:delete cxid:0x9 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:56495_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:56495_
[junit4:junit4]   2> 4965 T60 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56495_
[junit4:junit4]   2> 4969 T87 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4969 T83 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4969 T100 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4969 T113 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4979 T60 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4980 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4980 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5041 T60 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 5043 T60 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60361
[junit4:junit4]   2> 5044 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 5044 T60 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 5044 T60 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.UnloadDistributedZkTest-jetty3-1362310245838
[junit4:junit4]   2> 5045 T60 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1362310245838/solr.xml
[junit4:junit4]   2> 5045 T60 oasc.CoreContainer.<init> New CoreContainer 11255384
[junit4:junit4]   2> 5045 T60 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.UnloadDistributedZkTest-jetty3-1362310245838/'
[junit4:junit4]   2> 5046 T60 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.UnloadDistributedZkTest-jetty3-1362310245838/'
[junit4:junit4]   2> 5062 T60 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 5063 T60 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5063 T60 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 5063 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5064 T60 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5064 T60 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5064 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5065 T60 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5065 T60 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5065 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 5073 T60 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5085 T60 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51407/solr
[junit4:junit4]   2> 5085 T60 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 5086 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@8bfa84
[junit4:junit4]   2> 5087 T123 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5087 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5088 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60723
[junit4:junit4]   2> 5088 T123 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 5089 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60723
[junit4:junit4]   2> 5090 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb40009 with negotiated timeout 20000 for client /127.0.0.1:60723
[junit4:junit4]   2> 5090 T123 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb40009, negotiated timeout = 20000
[junit4:junit4]   2> 5090 T124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8bfa84 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5091 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5092 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb40009
[junit4:junit4]   2> 5093 T124 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 5093 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60723 which had sessionid 0x13d30049cb40009
[junit4:junit4]   2> 5093 T60 oaz.ZooKeeper.close Session: 0x13d30049cb40009 closed
[junit4:junit4]   2> 5093 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 5096 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@58ff21
[junit4:junit4]   2> 5097 T125 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5097 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5098 T125 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 5098 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60724
[junit4:junit4]   2> 5098 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60724
[junit4:junit4]   2> 5099 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb4000a with negotiated timeout 20000 for client /127.0.0.1:60724
[junit4:junit4]   2> 5099 T125 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb4000a, negotiated timeout = 20000
[junit4:junit4]   2> 5100 T126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58ff21 name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5100 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5101 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000a type:create cxid:0x1 zxid:0x3d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5102 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000a type:create cxid:0x2 zxid:0x3e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5103 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6106 T60 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60361_
[junit4:junit4]   2> 6107 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000a type:delete cxid:0x9 zxid:0x3f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60361_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60361_
[junit4:junit4]   2> 6108 T60 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60361_
[junit4:junit4]   2> 6111 T113 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 6111 T100 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 6111 T87 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 6111 T83 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 6111 T126 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 6118 T60 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 6118 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6118 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6193 T60 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6195 T60 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48853
[junit4:junit4]   2> 6196 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6196 T60 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6196 T60 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.UnloadDistributedZkTest-jetty4-1362310246974
[junit4:junit4]   2> 6197 T60 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1362310246974/solr.xml
[junit4:junit4]   2> 6197 T60 oasc.CoreContainer.<init> New CoreContainer 13308665
[junit4:junit4]   2> 6197 T60 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.UnloadDistributedZkTest-jetty4-1362310246974/'
[junit4:junit4]   2> 6198 T60 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.UnloadDistributedZkTest-jetty4-1362310246974/'
[junit4:junit4]   2> 6216 T60 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 6216 T60 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6217 T60 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6217 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6217 T60 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6218 T60 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6218 T60 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6218 T60 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6219 T60 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6219 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6227 T60 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6239 T60 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51407/solr
[junit4:junit4]   2> 6240 T60 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6240 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10dcd51
[junit4:junit4]   2> 6241 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6241 T136 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6242 T136 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 6242 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60725
[junit4:junit4]   2> 6243 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60725
[junit4:junit4]   2> 6243 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb4000b with negotiated timeout 20000 for client /127.0.0.1:60725
[junit4:junit4]   2> 6243 T136 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb4000b, negotiated timeout = 20000
[junit4:junit4]   2> 6244 T137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10dcd51 name:ZooKeeperConnection Watcher:127.0.0.1:51407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6244 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6245 T65 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d30049cb4000b
[junit4:junit4]   2> 6246 T137 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6246 T62 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:60725 which had sessionid 0x13d30049cb4000b
[junit4:junit4]   2> 6246 T60 oaz.ZooKeeper.close Session: 0x13d30049cb4000b closed
[junit4:junit4]   2> 6246 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 6250 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@592e8
[junit4:junit4]   2> 6251 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6251 T138 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6252 T138 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 6252 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60726
[junit4:junit4]   2> 6252 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60726
[junit4:junit4]   2> 6253 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb4000c with negotiated timeout 20000 for client /127.0.0.1:60726
[junit4:junit4]   2> 6253 T138 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb4000c, negotiated timeout = 20000
[junit4:junit4]   2> 6253 T139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@592e8 name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6254 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6255 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000c type:create cxid:0x1 zxid:0x45 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6255 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000c type:create cxid:0x2 zxid:0x46 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6257 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7259 T60 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48853_
[junit4:junit4]   2> 7260 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb4000c type:delete cxid:0x9 zxid:0x47 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48853_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48853_
[junit4:junit4]   2> 7260 T60 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48853_
[junit4:junit4]   2> 7263 T113 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7263 T139 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7263 T87 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7264 T126 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7264 T100 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7264 T83 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 7269 T60 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7269 T60 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7269 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7273 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7539 T96 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1362310243547/unloadcollection1
[junit4:junit4]   2> 7540 T96 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 7541 T96 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 7542 T96 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 7543 T96 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 7543 T96 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 7547 T96 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 7552 T96 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.UnloadDistributedZkTest-jetty1-1362310243547/unloadcollection1/'
[junit4:junit4]   2> 7598 T96 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7662 T96 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7663 T96 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7671 T96 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8070 T96 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8076 T96 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8079 T96 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8094 T96 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8098 T96 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8102 T96 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8103 T96 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8104 T96 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8104 T96 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8105 T96 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8105 T96 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8106 T96 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1362310243547/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/
[junit4:junit4]   2> 8108 T96 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8ec2a
[junit4:junit4]   2> 8109 T96 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8109 T96 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n forceNew:false
[junit4:junit4]   2> 8110 T96 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 8110 T96 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-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index/
[junit4:junit4]   2> 8110 T96 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8111 T96 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index forceNew:false
[junit4:junit4]   2> 8116 T96 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8117 T96 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8117 T96 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index
[junit4:junit4]   2> 8132 T96 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8133 T96 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8133 T96 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8134 T96 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8134 T96 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8134 T96 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8135 T96 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8135 T96 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8136 T96 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8138 T96 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8141 T96 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 8141 T96 oass.SolrIndexSearcher.<init> Opening Searcher@1be816b main
[junit4:junit4]   2> 8145 T96 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/tlog
[junit4:junit4]   2> 8150 T96 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8150 T96 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8154 T96 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 8154 T140 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@1be816b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8155 T96 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 8156 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:create cxid:0x3e zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 8667 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8668 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36640_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36640"}
[junit4:junit4]   2> 8668 T84 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 8672 T84 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 8673 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40003 type:create cxid:0x41 zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 8682 T126 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> 8682 T139 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> 8682 T100 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> 8682 T113 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> 8682 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> 8682 T87 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> 9158 T96 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 9159 T96 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:36640 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 9164 T96 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 9173 T96 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 9180 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:delete cxid:0x4f zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 9180 T96 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9181 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:create cxid:0x50 zxid:0x59 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9183 T96 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9183 T96 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9184 T96 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36640/unloadcollection1/
[junit4:junit4]   2> 9184 T96 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9185 T96 oasc.SyncStrategy.syncToMe http://127.0.0.1:36640/unloadcollection1/ has no replicas
[junit4:junit4]   2> 9185 T96 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36640/unloadcollection1/
[junit4:junit4]   2> 9186 T96 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 9191 T65 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d30049cb40006 type:create cxid:0x5a zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10188 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10196 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> 10196 T100 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> 10197 T87 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> 10196 T113 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> 10197 T126 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> 10197 T139 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> 10245 T96 oasc.ZkController.register We are http://127.0.0.1:36640/unloadcollection1/ and leader is http://127.0.0.1:36640/unloadcollection1/
[junit4:junit4]   2> 10246 T96 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:36640
[junit4:junit4]   2> 10246 T96 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10246 T96 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 10248 T96 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10249 T96 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1362310243547/solr.xml
[junit4:junit4]   2> 10258 T96 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1362310243547/solr.xml
[junit4:junit4]   2> 10289 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 10291 T60 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51407/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@129729e
[junit4:junit4]   2> 10292 T141 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:51407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10292 T141 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:51407, initiating session
[junit4:junit4]   2> 10292 T62 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:60729
[junit4:junit4]   2> 10293 T62 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:60729
[junit4:junit4]   2> 10294 T64 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d30049cb4000d with negotiated timeout 10000 for client /127.0.0.1:60729
[junit4:junit4]   2> 10294 T141 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:51407, sessionid = 0x13d30049cb4000d, negotiated timeout = 10000
[junit4:junit4]   2> 10294 T60 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10295 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@129729e name:ZooKeeperConnection Watcher:127.0.0.1:51407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10295 T60 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10296 T60 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10298 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10299 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10304 T108 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1362310244692/unloadcollection2
[junit4:junit4]   2> 10304 T108 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 10305 T108 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10305 T108 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 10307 T108 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.UnloadDistributedZkTest-jetty2-1362310244692/unloadcollection2/'
[junit4:junit4]   2> 10352 T108 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10390 T108 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10391 T108 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10396 T108 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10789 T108 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10801 T108 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10804 T108 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10816 T108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10820 T108 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10823 T108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10824 T108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10825 T108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10825 T108 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10826 T108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10826 T108 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10826 T108 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1362310244692/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/
[junit4:junit4]   2> 10827 T108 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8ec2a
[junit4:junit4]   2> 10827 T108 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 10828 T108 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n forceNew:false
[junit4:junit4]   2> 10828 T108 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 10828 T108 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-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index/
[junit4:junit4]   2> 10829 T108 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10829 T108 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index forceNew:false
[junit4:junit4]   2> 10836 T108 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626761tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c04d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10837 T108 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10837 T108 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index
[junit4:junit4]   2> 10839 T108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10839 T108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10840 T108 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10841 T108 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10842 T108 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10842 T108 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10842 T108 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10843 T108 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10843 T108 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10846 T108 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10849 T108 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 10850 T108 oass.SolrIndexSearcher.<init> Opening Searcher@cdf382 main
[junit4:junit4]   2> 10850 T108 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/tlog
[junit4:junit4]   2> 10851 T108 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10851 T108 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10854 T108 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 10854 T143 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@cdf382 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10855 T108 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 10855 T108 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11704 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11704 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36640_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36640"}
[junit4:junit4]   2> 11708 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56495_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56495"}
[junit4:junit4]   2> 11708 T84 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 11708 T84 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11712 T139 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> 11712 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> 11712 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> 11712 T113 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> 11712 T100 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> 11712 T126 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> 11712 T87 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> 11857 T108 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 11857 T108 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:56495 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 11860 T108 oasc.ZkController.register We are http://127.0.0.1:56495/unloadcollection2/ and leader is http://127.0.0.1:36640/unloadcollection1/
[junit4:junit4]   2> 11860 T108 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:56495
[junit4:junit4]   2> 11860 T108 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 11860 T108 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C6 name=unloadcollection2 org.apache.solr.core.SolrCore@2d7d43 url=http://127.0.0.1:56495/unloadcollection2 node=127.0.0.1:56495_ C6_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, node_name=127.0.0.1:56495_, state=down, base_url=http://127.0.0.1:56495}
[junit4:junit4]   2> 11866 T144 C6 P56495 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 11866 T108 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11867 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11867 T144 C6 P56495 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 11867 T144 C6 P56495 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11867 T108 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1362310244692/solr.xml
[junit4:junit4]   2> 11868 T144 C6 P56495 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11876 T108 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1362310244692/solr.xml
[junit4:junit4]   2> 11878 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11879 T60 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 11880 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12882 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13219 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13220 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56495_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56495"}
[junit4:junit4]   2> 13235 T113 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> 13235 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> 13235 T139 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> 13235 T87 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> 13235 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> 13235 T126 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> 13235 T100 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> 13884 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14885 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C6_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, node_name=127.0.0.1:56495_, shard=shard1, state=recovering, base_url=http://127.0.0.1:56495}
[junit4:junit4]   2> 15876 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:36640/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 15879 T144 C6 P56495 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15884 T144 C6 P56495 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:56495 START replicas=[http://127.0.0.1:36640/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 15886 T144 C6 P56495 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15886 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 15886 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 15886 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 15887 T144 C6 P56495 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15887 T144 C6 P56495 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:36640/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 15887 T144 C6 P56495 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15887 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C7 name=unloadcollection1 org.apache.solr.core.SolrCore@103dfde url=http://127.0.0.1:36640/unloadcollection1 node=127.0.0.1:36640_ C7_STATE=coll:unloadcollection core:unloadcollection1 props:{collection=unloadcollection, core=unloadcollection1, node_name=127.0.0.1:36640_, shard=shard1, state=active, base_url=http://127.0.0.1:36640, leader=true}
[junit4:junit4]   2> 15900 T93 C7 P36640 REQ /get {distrib=false&getVersions=100&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15906 T95 C7 P36640 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15907 T95 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 15909 T95 C7 P36640 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15910 T95 C7 P36640 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15915 T95 C7 P36640 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15915 T95 C7 P36640 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15916 T95 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 15916 T95 C7 P36640 oass.SolrIndexSearcher.<init> Opening Searcher@123e9ee realtime
[junit4:junit4]   2> 15916 T95 C7 P36640 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15917 T95 C7 P36640 /update {waitSearcher=true&openSearcher=false&commit_end_point=true&softCommit=false&commit=true&wt=javabin&version=2} {commit=} 0 17
[junit4:junit4]   2> 15935 T144 C6 P56495 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15935 T144 C6 P56495 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15940 T144 C6 P56495 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15952 T94 C7 P36640 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15952 T94 C7 P36640 REQ /replication {wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=10 
[junit4:junit4]   2> 15953 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15953 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15953 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15956 T93 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 15956 T93 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index
[junit4:junit4]   2> 15956 T93 C7 P36640 REQ /replication {wt=javabin&command=filelist&generation=2&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15957 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15958 T144 C6 P56495 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index.20130303123056810 forceNew:false
[junit4:junit4]   2> 15958 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 15959 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f293e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1832db0)) fullCopy=false
[junit4:junit4]   2> 15964 T95 C7 P36640 REQ /replication {checksum=true&wt=filestream&command=filecontent&generation=2&file=segments_2&qt=/replication} status=0 QTime=2 
[junit4:junit4]   2> 15968 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index
[junit4:junit4]   2> 15968 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15969 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 15976 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 15976 T144 C6 P56495 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15976 T144 C6 P56495 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 15976 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 15978 T144 C6 P56495 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626761tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c04d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626761tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@7c04d8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15978 T144 C6 P56495 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15978 T144 C6 P56495 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15979 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n
[junit4:junit4]   2> 15979 T144 C6 P56495 oass.SolrIndexSearcher.<init> Opening Searcher@1afebb2 main
[junit4:junit4]   2> 15980 T143 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@1afebb2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15980 T143 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index
[junit4:junit4]   2> 15980 T144 C6 P56495 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f293e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1832db0))
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index.20130303123056810
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310251155unloadcollection1_2n/index
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 15981 T144 C6 P56495 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15983 T144 C6 P56495 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 16242 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16243 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:56495_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:56495"}
[junit4:junit4]   2> 16246 T87 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> 16246 T139 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> 16246 T100 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> 16246 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> 16247 T126 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> 16247 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> 16246 T113 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> 16889 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16890 T60 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 16890 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16895 T122 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1362310245838/unloadcollection3
[junit4:junit4]   2> 16895 T122 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 16896 T122 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16896 T122 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 16897 T122 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.UnloadDistributedZkTest-jetty3-1362310245838/unloadcollection3/'
[junit4:junit4]   2> 16928 T122 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 16966 T122 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16967 T122 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16974 T122 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17428 T122 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17434 T122 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17437 T122 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17448 T122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17452 T122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17455 T122 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17456 T122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17456 T122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17456 T122 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17457 T122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17458 T122 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17458 T122 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1362310245838/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/
[junit4:junit4]   2> 17458 T122 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e8ec2a
[junit4:junit4]   2> 17459 T122 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17459 T122 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n forceNew:false
[junit4:junit4]   2> 17460 T122 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 17460 T122 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-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index/
[junit4:junit4]   2> 17460 T122 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17461 T122 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index forceNew:false
[junit4:junit4]   2> 17476 T122 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626762tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@af3b98),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17477 T122 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17477 T122 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index
[junit4:junit4]   2> 17479 T122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17480 T122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17481 T122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17481 T122 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17482 T122 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17482 T122 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17483 T122 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17483 T122 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17484 T122 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17486 T122 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17489 T122 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 17490 T122 oass.SolrIndexSearcher.<init> Opening Searcher@7cb153 main
[junit4:junit4]   2> 17490 T122 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/tlog
[junit4:junit4]   2> 17491 T122 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17491 T122 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17495 T122 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 17496 T147 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@7cb153 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17497 T122 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 17497 T122 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17753 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17754 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60361_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60361"}
[junit4:junit4]   2> 17755 T84 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 17755 T84 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 17759 T126 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> 17759 T100 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> 17760 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> 17759 T113 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> 17760 T139 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> 17760 T87 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> 17760 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> 18499 T122 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 18499 T122 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:60361 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 18502 T122 oasc.ZkController.register We are http://127.0.0.1:60361/unloadcollection3/ and leader is http://127.0.0.1:36640/unloadcollection1/
[junit4:junit4]   2> 18503 T122 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:60361
[junit4:junit4]   2> 18503 T122 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 18504 T122 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C8 name=unloadcollection3 org.apache.solr.core.SolrCore@541905 url=http://127.0.0.1:60361/unloadcollection3 node=127.0.0.1:60361_ C8_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, node_name=127.0.0.1:60361_, state=down, base_url=http://127.0.0.1:60361}
[junit4:junit4]   2> 18505 T148 C8 P60361 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 18505 T122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18505 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18506 T148 C8 P60361 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 18506 T122 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1362310245838/solr.xml
[junit4:junit4]   2> 18506 T148 C8 P60361 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18507 T148 C8 P60361 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18519 T122 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1362310245838/solr.xml
[junit4:junit4]   2> 18521 T60 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18522 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19265 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19266 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60361_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60361"}
[junit4:junit4]   2> 19270 T100 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> 19270 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> 19270 T126 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> 19270 T113 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> 19270 T87 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> 19270 T139 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> 19270 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> 19523 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20525 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C8_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, node_name=127.0.0.1:60361_, shard=shard1, state=recovering, base_url=http://127.0.0.1:60361}
[junit4:junit4]   2> 21515 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:36640/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 21516 T148 C8 P60361 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:60361 START replicas=[http://127.0.0.1:36640/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 21516 T148 C8 P60361 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21516 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 21516 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 21516 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 21517 T148 C8 P60361 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21517 T148 C8 P60361 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:36640/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 21517 T148 C8 P60361 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21518 T94 C7 P36640 REQ /get {distrib=false&getVersions=100&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21521 T93 C7 P36640 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21526 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21535 T93 C7 P36640 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626760tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@140a08d),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 21535 T93 C7 P36640 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 21536 T93 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 21536 T93 C7 P36640 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21536 T93 C7 P36640 /update {waitSearcher=true&openSearcher=false&commit_end_point=true&softCommit=false&commit=true&wt=javabin&version=2} {commit=} 0 15
[junit4:junit4]   2> 21537 T148 C8 P60361 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21538 T148 C8 P60361 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21541 T96 C7 P36640 REQ /replication {wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21541 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 21542 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21542 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21544 T94 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n
[junit4:junit4]   2> 21544 T94 C7 P36640 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310248133unloadcollection1_1n/index
[junit4:junit4]   2> 21544 T94 C7 P36640 REQ /replication {wt=javabin&command=filelist&generation=3&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   2> 21545 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 21546 T148 C8 P60361 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index.20130303123102398 forceNew:false
[junit4:junit4]   2> 21546 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 21546 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7decaa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c47fd3)) fullCopy=false
[junit4:junit4]   2> 21549 T93 C7 P36640 REQ /replication {checksum=true&wt=filestream&command=filecontent&generation=3&file=segments_3&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 21550 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index
[junit4:junit4]   2> 21550 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 21551 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 21552 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 21552 T148 C8 P60361 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 21552 T148 C8 P60361 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 21552 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 21554 T148 C8 P60361 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626762tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@af3b98),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/index2675626762tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@af3b98),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 21554 T148 C8 P60361 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 21554 T148 C8 P60361 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 21555 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n
[junit4:junit4]   2> 21555 T148 C8 P60361 oass.SolrIndexSearcher.<init> Opening Searcher@c9d9ee main
[junit4:junit4]   2> 21556 T147 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@c9d9ee main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 21556 T147 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index
[junit4:junit4]   2> 21557 T148 C8 P60361 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7decaa lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c47fd3))
[junit4:junit4]   2> 21557 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index.20130303123102398
[junit4:junit4]   2> 21557 T148 C8 P60361 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1362310240859/1362310257746unloadcollection_3n/index
[junit4:junit4]   2> 21557 T148 C8 P60361 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 21557 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 21558 T148 C8 P60361 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 21558 T148 C8 P60361 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21559 T148 C8 P60361 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 22277 T84 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22278 T84 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60361_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60361"}
[junit4:junit4]   2> 22285 T126 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> 22285 T113 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> 22285 T139 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> 22285 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> 22285 T100 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> 22285 T87 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> 22285 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> 22528 T60 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22529 T60 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 22529 T60 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C8_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, node_name=127.0.0.1:60361_, shard=shard1, state=active, base_url=http://127.0.0.1:60361}
[junit4:junit4]   2> 22594 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[20 (1428485846787424256)]} 0 4
[junit4:junit4]   2>  C6_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, node_name=127.0.0.1:56495_, shard=shard1, state=active, base_url=http://127.0.0.1:56495}
[junit4:junit4]   2> 22599 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[20 (1428485846787424256)]} 0 3
[junit4:junit4]   2> 22600 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[20 (1428485846787424256)]} 0 22
[junit4:junit4]   2> 22601 T120 C8 P60361 /update {wt=javabin&version=2} {add=[20]} 0 46
[junit4:junit4]   2> 22612 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[21 (1428485846816784384)]} 0 2
[junit4:junit4]   2> 22613 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[21 (1428485846816784384)]} 0 3
[junit4:junit4]   2> 22614 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[21 (1428485846816784384)]} 0 8
[junit4:junit4]   2> 22615 T121 C8 P60361 /update {wt=javabin&version=2} {add=[21]} 0 12
[junit4:junit4]   2> 22625 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[22 (1428485846831464448)]} 0 2
[junit4:junit4]   2> 22626 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[22 (1428485846831464448)]} 0 2
[junit4:junit4]   2> 22626 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[22 (1428485846831464448)]} 0 6
[junit4:junit4]   2> 22627 T119 C8 P60361 /update {wt=javabin&version=2} {add=[22]} 0 10
[junit4:junit4]   2> 22637 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[23 (1428485846844047360)]} 0 2
[junit4:junit4]   2> 22637 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[23 (1428485846844047360)]} 0 2
[junit4:junit4]   2> 22638 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[23 (1428485846844047360)]} 0 7
[junit4:junit4]   2> 22638 T122 C8 P60361 /update {wt=javabin&version=2} {add=[23]} 0 9
[junit4:junit4]   2> 22659 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[24 (1428485846855581696)]} 0 2
[junit4:junit4]   2> 22659 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[24 (1428485846855581696)]} 0 2
[junit4:junit4]   2> 22660 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[24 (1428485846855581696)]} 0 17
[junit4:junit4]   2> 22660 T120 C8 P60361 /update {wt=javabin&version=2} {add=[24]} 0 19
[junit4:junit4]   2> 22670 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[25 (1428485846878650368)]} 0 1
[junit4:junit4]   2> 22670 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[25 (1428485846878650368)]} 0 1
[junit4:junit4]   2> 22671 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[25 (1428485846878650368)]} 0 6
[junit4:junit4]   2> 22672 T121 C8 P60361 /update {wt=javabin&version=2} {add=[25]} 0 9
[junit4:junit4]   2> 22682 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[26 (1428485846892281856)]} 0 1
[junit4:junit4]   2> 22682 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[26 (1428485846892281856)]} 0 1
[junit4:junit4]   2> 22683 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[26 (1428485846892281856)]} 0 6
[junit4:junit4]   2> 22684 T119 C8 P60361 /update {wt=javabin&version=2} {add=[26]} 0 9
[junit4:junit4]   2> 22693 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[27 (1428485846903816192)]} 0 1
[junit4:junit4]   2> 22693 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[27 (1428485846903816192)]} 0 1
[junit4:junit4]   2> 22694 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[27 (1428485846903816192)]} 0 5
[junit4:junit4]   2> 22694 T122 C8 P60361 /update {wt=javabin&version=2} {add=[27]} 0 8
[junit4:junit4]   2> 22703 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[28 (1428485846914301952)]} 0 1
[junit4:junit4]   2> 22704 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[28 (1428485846914301952)]} 0 2
[junit4:junit4]   2> 22704 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[28 (1428485846914301952)]} 0 5
[junit4:junit4]   2> 22705 T120 C8 P60361 /update {wt=javabin&version=2} {add=[28]} 0 8
[junit4:junit4]   2> 22714 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[29 (1428485846925836288)]} 0 1
[junit4:junit4]   2> 22714 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[29 (1428485846925836288)]} 0 1
[junit4:junit4]   2> 22715 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[29 (1428485846925836288)]} 0 5
[junit4:junit4]   2> 22716 T121 C8 P60361 /update {wt=javabin&version=2} {add=[29]} 0 8
[junit4:junit4]   2> 22724 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[30 (1428485846936322048)]} 0 1
[junit4:junit4]   2> 22727 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[30 (1428485846936322048)]} 0 2
[junit4:junit4]   2> 22727 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[30 (1428485846936322048)]} 0 7
[junit4:junit4]   2> 22728 T119 C8 P60361 /update {wt=javabin&version=2} {add=[30]} 0 10
[junit4:junit4]   2> 22738 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[31 (1428485846949953536)]} 0 2
[junit4:junit4]   2> 22738 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[31 (1428485846949953536)]} 0 1
[junit4:junit4]   2> 22739 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[31 (1428485846949953536)]} 0 6
[junit4:junit4]   2> 22740 T122 C8 P60361 /update {wt=javabin&version=2} {add=[31]} 0 9
[junit4:junit4]   2> 22749 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[32 (1428485846962536448)]} 0 1
[junit4:junit4]   2> 22749 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[32 (1428485846962536448)]} 0 1
[junit4:junit4]   2> 22750 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[32 (1428485846962536448)]} 0 5
[junit4:junit4]   2> 22751 T120 C8 P60361 /update {wt=javabin&version=2} {add=[32]} 0 9
[junit4:junit4]   2> 22760 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[33 (1428485846974070784)]} 0 2
[junit4:junit4]   2> 22760 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[33 (1428485846974070784)]} 0 2
[junit4:junit4]   2> 22761 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[33 (1428485846974070784)]} 0 6
[junit4:junit4]   2> 22761 T121 C8 P60361 /update {wt=javabin&version=2} {add=[33]} 0 8
[junit4:junit4]   2> 22770 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[34 (1428485846984556544)]} 0 1
[junit4:junit4]   2> 22770 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[34 (1428485846984556544)]} 0 1
[junit4:junit4]   2> 22771 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[34 (1428485846984556544)]} 0 5
[junit4:junit4]   2> 22771 T119 C8 P60361 /update {wt=javabin&version=2} {add=[34]} 0 7
[junit4:junit4]   2> 22780 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[35 (1428485846995042304)]} 0 1
[junit4:junit4]   2> 22780 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[35 (1428485846995042304)]} 0 1
[junit4:junit4]   2> 22781 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[35 (1428485846995042304)]} 0 5
[junit4:junit4]   2> 22781 T122 C8 P60361 /update {wt=javabin&version=2} {add=[35]} 0 7
[junit4:junit4]   2> 22790 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[36 (1428485847005528064)]} 0 1
[junit4:junit4]   2> 22790 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[36 (1428485847005528064)]} 0 1
[junit4:junit4]   2> 22791 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[36 (1428485847005528064)]} 0 5
[junit4:junit4]   2> 22792 T120 C8 P60361 /update {wt=javabin&version=2} {add=[36]} 0 8
[junit4:junit4]   2> 22800 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[37 (1428485847016013824)]} 0 1
[junit4:junit4]   2> 22800 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[37 (1428485847016013824)]} 0 1
[junit4:junit4]   2> 22801 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[37 (1428485847016013824)]} 0 5
[junit4:junit4]   2> 22801 T121 C8 P60361 /update {wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   2> 22810 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[38 (1428485847026499584)]} 0 1
[junit4:junit4]   2> 22810 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[38 (1428485847026499584)]} 0 1
[junit4:junit4]   2> 22811 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[38 (1428485847026499584)]} 0 5
[junit4:junit4]   2> 22812 T119 C8 P60361 /update {wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   2> 22820 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[39 (1428485847036985344)]} 0 1
[junit4:junit4]   2> 22820 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[39 (1428485847036985344)]} 0 1
[junit4:junit4]   2> 22821 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[39 (1428485847036985344)]} 0 5
[junit4:junit4]   2> 22821 T122 C8 P60361 /update {wt=javabin&version=2} {add=[39]} 0 7
[junit4:junit4]   2> 22830 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[40 (1428485847047471104)]} 0 1
[junit4:junit4]   2> 22830 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[40 (1428485847047471104)]} 0 1
[junit4:junit4]   2> 22831 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[40 (1428485847047471104)]} 0 5
[junit4:junit4]   2> 22832 T120 C8 P60361 /update {wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   2> 22841 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[41 (1428485847059005440)]} 0 1
[junit4:junit4]   2> 22841 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[41 (1428485847059005440)]} 0 1
[junit4:junit4]   2> 22842 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[41 (1428485847059005440)]} 0 5
[junit4:junit4]   2> 22843 T121 C8 P60361 /update {wt=javabin&version=2} {add=[41]} 0 9
[junit4:junit4]   2> 22852 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[42 (1428485847070539776)]} 0 1
[junit4:junit4]   2> 22852 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[42 (1428485847070539776)]} 0 1
[junit4:junit4]   2> 22853 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[42 (1428485847070539776)]} 0 6
[junit4:junit4]   2> 22853 T119 C8 P60361 /update {wt=javabin&version=2} {add=[42]} 0 8
[junit4:junit4]   2> 22862 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[43 (1428485847081025536)]} 0 2
[junit4:junit4]   2> 22862 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[43 (1428485847081025536)]} 0 2
[junit4:junit4]   2> 22863 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[43 (1428485847081025536)]} 0 5
[junit4:junit4]   2> 22863 T122 C8 P60361 /update {wt=javabin&version=2} {add=[43]} 0 7
[junit4:junit4]   2> 22872 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[44 (1428485847091511296)]} 0 1
[junit4:junit4]   2> 22872 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[44 (1428485847091511296)]} 0 1
[junit4:junit4]   2> 22873 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[44 (1428485847091511296)]} 0 6
[junit4:junit4]   2> 22873 T120 C8 P60361 /update {wt=javabin&version=2} {add=[44]} 0 8
[junit4:junit4]   2> 22882 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[45 (1428485847101997056)]} 0 1
[junit4:junit4]   2> 22882 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[45 (1428485847101997056)]} 0 1
[junit4:junit4]   2> 22883 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[45 (1428485847101997056)]} 0 6
[junit4:junit4]   2> 22883 T121 C8 P60361 /update {wt=javabin&version=2} {add=[45]} 0 8
[junit4:junit4]   2> 22892 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[46 (1428485847112482816)]} 0 1
[junit4:junit4]   2> 22892 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[46 (1428485847112482816)]} 0 1
[junit4:junit4]   2> 22893 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[46 (1428485847112482816)]} 0 5
[junit4:junit4]   2> 22893 T119 C8 P60361 /update {wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   2> 22901 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[47 (1428485847122968576)]} 0 1
[junit4:junit4]   2> 22901 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[47 (1428485847122968576)]} 0 1
[junit4:junit4]   2> 22902 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[47 (1428485847122968576)]} 0 5
[junit4:junit4]   2> 22903 T122 C8 P60361 /update {wt=javabin&version=2} {add=[47]} 0 8
[junit4:junit4]   2> 22911 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[48 (1428485847132405760)]} 0 1
[junit4:junit4]   2> 22911 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[48 (1428485847132405760)]} 0 1
[junit4:junit4]   2> 22912 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[48 (1428485847132405760)]} 0 5
[junit4:junit4]   2> 22912 T120 C8 P60361 /update {wt=javabin&version=2} {add=[48]} 0 7
[junit4:junit4]   2> 22921 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[49 (1428485847142891520)]} 0 1
[junit4:junit4]   2> 22921 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[49 (1428485847142891520)]} 0 1
[junit4:junit4]   2> 22922 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[49 (1428485847142891520)]} 0 5
[junit4:junit4]   2> 22922 T121 C8 P60361 /update {wt=javabin&version=2} {add=[49]} 0 7
[junit4:junit4]   2> 22931 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[50 (1428485847153377280)]} 0 1
[junit4:junit4]   2> 22931 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[50 (1428485847153377280)]} 0 1
[junit4:junit4]   2> 22932 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[50 (1428485847153377280)]} 0 5
[junit4:junit4]   2> 22932 T119 C8 P60361 /update {wt=javabin&version=2} {add=[50]} 0 7
[junit4:junit4]   2> 22941 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[51 (1428485847163863040)]} 0 1
[junit4:junit4]   2> 22941 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[51 (1428485847163863040)]} 0 1
[junit4:junit4]   2> 22942 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[51 (1428485847163863040)]} 0 5
[junit4:junit4]   2> 22942 T121 C8 P60361 /update {wt=javabin&version=2} {add=[51]} 0 7
[junit4:junit4]   2> 22951 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[52 (1428485847174348800)]} 0 2
[junit4:junit4]   2> 22951 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[52 (1428485847174348800)]} 0 2
[junit4:junit4]   2> 22952 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[52 (1428485847174348800)]} 0 6
[junit4:junit4]   2> 22952 T119 C8 P60361 /update {wt=javabin&version=2} {add=[52]} 0 8
[junit4:junit4]   2> 22961 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[53 (1428485847184834560)]} 0 1
[junit4:junit4]   2> 22961 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[53 (1428485847184834560)]} 0 1
[junit4:junit4]   2> 22962 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[53 (1428485847184834560)]} 0 5
[junit4:junit4]   2> 22963 T121 C8 P60361 /update {wt=javabin&version=2} {add=[53]} 0 8
[junit4:junit4]   2> 22971 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[54 (1428485847195320320)]} 0 1
[junit4:junit4]   2> 22971 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[54 (1428485847195320320)]} 0 1
[junit4:junit4]   2> 22972 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[54 (1428485847195320320)]} 0 5
[junit4:junit4]   2> 22972 T122 C8 P60361 /update {wt=javabin&version=2} {add=[54]} 0 7
[junit4:junit4]   2> 22980 T107 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[55 (1428485847205806080)]} 0 1
[junit4:junit4]   2> 22980 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[55 (1428485847205806080)]} 0 1
[junit4:junit4]   2> 22981 T95 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[55 (1428485847205806080)]} 0 4
[junit4:junit4]   2> 22982 T120 C8 P60361 /update {wt=javabin&version=2} {add=[55]} 0 6
[junit4:junit4]   2> 22990 T108 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[56 (1428485847215243264)]} 0 1
[junit4:junit4]   2> 22991 T122 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[56 (1428485847215243264)]} 0 2
[junit4:junit4]   2> 22992 T96 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[56 (1428485847215243264)]} 0 6
[junit4:junit4]   2> 22993 T119 C8 P60361 /update {wt=javabin&version=2} {add=[56]} 0 9
[junit4:junit4]   2> 23001 T109 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[57 (1428485847226777600)]} 0 1
[junit4:junit4]   2> 23001 T120 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[57 (1428485847226777600)]} 0 1
[junit4:junit4]   2> 23002 T94 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[57 (1428485847226777600)]} 0 5
[junit4:junit4]   2> 23002 T121 C8 P60361 /update {wt=javabin&version=2} {add=[57]} 0 7
[junit4:junit4]   2> 23010 T119 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[58 (1428485847237263360)]} 0 1
[junit4:junit4]   2> 23010 T106 C6 P56495 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[58 (1428485847237263360)]} 0 1
[junit4:junit4]   2> 23011 T93 C7 P36640 /update {distrib.from=http://127.0.0.1:60361/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[58 (1428485847237263360)]} 0 5
[junit4:junit4]   2> 23012 T122 C8 P60361 /update {wt=javabin&version=2} {add=[58]} 0 7
[junit4:junit4]   2> 23020 T121 C8 P60361 /update {distrib.from=http://127.0.0.1:36640/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[59 (1428485847247749120)]} 0 1
[junit4:junit4]   2> 23020 T107 C6 P5

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

icDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
[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> 32087 T3195 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32091 T3194 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 32871 T3198 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 33284 T3282 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33284 T3282 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> 33285 T3282 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33285 T3282 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=be, timezone=Europe/Chisinau
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=158573432,total=265486336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, TestTrie, DocumentBuilderTest, RequestHandlersTest, SolrCoreTest, TestQueryUtils, TestQuerySenderNoQuery, LukeRequestHandlerTest, StandardRequestHandlerTest, RegexBoostProcessorTest, UnloadDistributedZkTest, TestDistributedSearch, TestSuggestSpellingConverter, ChaosMonkeySafeLeaderTest, TestHashPartitioner, OpenExchangeRatesOrgProviderTest, TermVectorComponentDistributedTest, ShardRoutingCustomTest, BadIndexSchemaTest, HighlighterTest, FullSolrCloudDistribCmdsTest, SignatureUpdateProcessorFactoryTest, TestSolrDeletionPolicy1, LeaderElectionTest, TestSweetSpotSimilarityFactory, TestRTGBase, HardAutoCommitTest, TestSolrIndexConfig, TestSolr4Spatial, TestDistributedGrouping, NotRequiredUniqueKeyTest, TestIBSimilarityFactory, IndexSchemaRuntimeFieldTest, MultiTermTest, EchoParamsTest, TestSort, StatsComponentTest, JsonLoaderTest, DirectSolrSpellCheckerTest, TestFastLRUCache, SolrIndexSplitterTest, TestReversedWildcardFilterFactory, PolyFieldTest, QueryEqualityTest, SuggesterTSTTest, FieldMutatingUpdateProcessorTest, TestRemoteStreaming, CSVRequestHandlerTest, BasicZkTest, URLClassifyProcessorTest, TestAnalyzedSuggestions, ScriptEngineTest, DirectUpdateHandlerTest, TestLRUCache, BasicFunctionalityTest, TermVectorComponentTest, ShardRoutingTest, UniqFieldsUpdateProcessorFactoryTest, TermsComponentTest, TestFastOutputStream, ResourceLoaderTest, SystemInfoHandlerTest, TestReplicationHandler, OverseerTest, TestRealTimeGet, ZkSolrClientTest, TestRecovery, SimpleFacetsTest, TestFiltering, SortByFunctionTest, TestJmxIntegration, TestIndexSearcher, SolrRequestParserTest, TestCSVLoader, TestCSVResponseWriter, MoreLikeThisHandlerTest, DistributedQueryElevationComponentTest, SolrInfoMBeanTest, TestQueryTypes, XmlUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, JSONWriterTest, CopyFieldTest, LoggingHandlerTest, TestSearchPerf, TestLuceneMatchVersion, UpdateRequestProcessorFactoryTest, TestWriterPerf, AlternateDirectoryTest, TestUpdate, HighlighterConfigTest, SOLR749Test, TestMergePolicyConfig, TestLFUCache, NumericFieldsTest, OutputWriterTest, TestBM25SimilarityFactory, TestPhraseSuggestions, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, PrimUtilsTest, TestSystemIdResolver, TestBadConfig, CircularListTest, PathHierarchyTokenizerFactoryTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.37s, 1 test, 1 error <<< FAILURES!

[...truncated 86 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:1207: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:870: There were test failures: 260 suites, 1094 tests, 1 error, 1 failure, 9 ignored (3 assumptions)

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