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/23 21:28:18 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b82) - Build # 4840 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4840/
Java: 32bit/jdk1.8.0-ea-b82 -client -XX:+UseSerialGC

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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([3ECE52C0914C0011:BF28DCD8E613602D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	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:32835/ch/cb/onenodecollectioncore returned non ok status:404, message:Can not find: /ch/cb/onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:32835/ch/cb/onenodecollectioncore returned non ok status:404, message:Can not find: /ch/cb/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([3ECE52C0914C0011:BF28DCD8E613602D]: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:197)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8975 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T52 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 3 T52 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852
[junit4:junit4]   2> 6 T52 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T53 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 37 T53 oaz.Environment.logEnv Server environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 38 T53 oaz.Environment.logEnv Server environment:host.name=serv1
[junit4:junit4]   2> 38 T53 oaz.Environment.logEnv Server environment:java.version=1.8.0-ea
[junit4:junit4]   2> 38 T53 oaz.Environment.logEnv Server environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 38 T53 oaz.Environment.logEnv Server environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 39 T53 oaz.Environment.logEnv Server environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-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-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 40 T53 oaz.Environment.logEnv Server environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 40 T53 oaz.Environment.logEnv Server environment:java.io.tmpdir=.
[junit4:junit4]   2> 41 T53 oaz.Environment.logEnv Server environment:java.compiler=<NA>
[junit4:junit4]   2> 41 T53 oaz.Environment.logEnv Server environment:os.name=Linux
[junit4:junit4]   2> 41 T53 oaz.Environment.logEnv Server environment:os.arch=i386
[junit4:junit4]   2> 41 T53 oaz.Environment.logEnv Server environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 41 T53 oaz.Environment.logEnv Server environment:user.name=jenkins
[junit4:junit4]   2> 42 T53 oaz.Environment.logEnv Server environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 42 T53 oaz.Environment.logEnv Server environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 58 T53 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 58 T53 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 58 T53 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 66 T53 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 97 T53 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1364069090852/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T52 oasc.ZkTestServer.run start zk server on port:60772
[junit4:junit4]   2> 129 T52 oaz.Environment.logEnv Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
[junit4:junit4]   2> 134 T52 oaz.Environment.logEnv Client environment:host.name=serv1
[junit4:junit4]   2> 134 T52 oaz.Environment.logEnv Client environment:java.version=1.8.0-ea
[junit4:junit4]   2> 134 T52 oaz.Environment.logEnv Client environment:java.vendor=Oracle Corporation
[junit4:junit4]   2> 135 T52 oaz.Environment.logEnv Client environment:java.home=/var/lib/jenkins/tools/java/32bit/jdk1.8.0-ea-b82/jre
[junit4:junit4]   2> 135 T52 oaz.Environment.logEnv Client environment:java.class.path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/test:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-solrj/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/cglib-nodep-2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-cli-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-codec-1.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-fileupload-1.2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/commons-lang-2.6.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/easymock-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/guava-13.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/javax.servlet-api-3.0.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/objenesis-1.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/lib/spatial4j-0.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/commons-io-2.1.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpclient-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpcore-4.2.2.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/httpmime-4.2.3.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/jcl-over-slf4j-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/noggit-0.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-api-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/slf4j-jdk14-1.6.4.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/wstx-asl-3.2.7.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/solrj/lib/zookeeper-3.4.5.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-continuation-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-deploy-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-http-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-io-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-jmx-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-security-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-server-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-servlet-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-util-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-webapp-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/jetty-xml-8.1.8.v20121106.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/lib/servlet-api-3.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-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-b82/lib/tools.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.8.jar
[junit4:junit4]   2> 136 T52 oaz.Environment.logEnv Client environment:java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib
[junit4:junit4]   2> 136 T52 oaz.Environment.logEnv Client environment:java.io.tmpdir=.
[junit4:junit4]   2> 137 T52 oaz.Environment.logEnv Client environment:java.compiler=<NA>
[junit4:junit4]   2> 137 T52 oaz.Environment.logEnv Client environment:os.name=Linux
[junit4:junit4]   2> 137 T52 oaz.Environment.logEnv Client environment:os.arch=i386
[junit4:junit4]   2> 137 T52 oaz.Environment.logEnv Client environment:os.version=3.2.0-39-generic
[junit4:junit4]   2> 137 T52 oaz.Environment.logEnv Client environment:user.name=jenkins
[junit4:junit4]   2> 138 T52 oaz.Environment.logEnv Client environment:user.home=/var/lib/jenkins
[junit4:junit4]   2> 138 T52 oaz.Environment.logEnv Client environment:user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 140 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@f3c55f
[junit4:junit4]   2> 161 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 164 T58 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 166 T58 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 765 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39406
[junit4:junit4]   2> 777 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39406
[junit4:junit4]   2> 782 T56 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 872 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0000 with negotiated timeout 10000 for client /127.0.0.1:39406
[junit4:junit4]   2> 872 T58 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0000, negotiated timeout = 10000
[junit4:junit4]   2> 874 T59 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f3c55f name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 875 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 877 T52 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 903 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0000
[junit4:junit4]   2> 904 T59 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 904 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0000 closed
[junit4:junit4]   2> 905 T54 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d98da868f0000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 905 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@b7523f
[junit4:junit4]   2> 906 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39406 which had sessionid 0x13d98da868f0000
[junit4:junit4]   2> 907 T60 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 907 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 907 T60 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 907 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39408
[junit4:junit4]   2> 908 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39408
[junit4:junit4]   2> 909 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0001 with negotiated timeout 10000 for client /127.0.0.1:39408
[junit4:junit4]   2> 909 T60 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0001, negotiated timeout = 10000
[junit4:junit4]   2> 909 T61 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b7523f name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 909 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 912 T52 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 916 T52 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 919 T52 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 922 T52 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 925 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 936 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 942 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 947 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 951 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 952 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 956 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 956 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 959 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 960 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 963 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 964 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 967 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 967 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 971 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 971 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 974 T52 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 975 T52 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 978 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0001
[junit4:junit4]   2> 980 T61 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 980 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0001 closed
[junit4:junit4]   2> 982 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39408 which had sessionid 0x13d98da868f0001
[junit4:junit4]   2> 1219 T52 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1315 T52 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57831
[junit4:junit4]   2> 1329 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1329 T52 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1329 T52 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364069091831
[junit4:junit4]   2> 1330 T52 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364069091831/solr.xml
[junit4:junit4]   2> 1330 T52 oasc.CoreContainer.<init> New CoreContainer 6206127
[junit4:junit4]   2> 1331 T52 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364069091831/'
[junit4:junit4]   2> 1331 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364069091831/'
[junit4:junit4]   2> 1376 T52 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1377 T52 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1377 T52 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1377 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1378 T52 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1378 T52 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1379 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1379 T52 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1379 T52 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1391 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1571 T52 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1590 T52 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60772/solr
[junit4:junit4]   2> 1598 T52 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1599 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@19b99ae
[junit4:junit4]   2> 1600 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1601 T72 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1601 T72 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 1601 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39409
[junit4:junit4]   2> 1602 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39409
[junit4:junit4]   2> 1603 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0002 with negotiated timeout 20000 for client /127.0.0.1:39409
[junit4:junit4]   2> 1603 T72 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0002, negotiated timeout = 20000
[junit4:junit4]   2> 1603 T73 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19b99ae name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1603 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1604 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0002
[junit4:junit4]   2> 1605 T73 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1605 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39409 which had sessionid 0x13d98da868f0002
[junit4:junit4]   2> 1605 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0002 closed
[junit4:junit4]   2> 1607 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1611 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@372dd0
[junit4:junit4]   2> 1612 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1612 T74 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1612 T74 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 1613 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39410
[junit4:junit4]   2> 1613 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39410
[junit4:junit4]   2> 1614 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0003 with negotiated timeout 20000 for client /127.0.0.1:39410
[junit4:junit4]   2> 1614 T74 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0003, negotiated timeout = 20000
[junit4:junit4]   2> 1614 T75 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@372dd0 name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1614 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1619 T52 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 1625 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1626 T52 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 1633 T52 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1636 T52 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57831_
[junit4:junit4]   2> 1644 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:57831_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:57831_
[junit4:junit4]   2> 1645 T52 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57831_
[junit4:junit4]   2> 1649 T52 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1660 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 1660 T52 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1663 T52 oasc.Overseer.start Overseer (id=89395631945089027-127.0.0.1:57831_-n_0000000000) starting
[junit4:junit4]   2> 1664 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1670 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1672 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1673 T52 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 1679 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1681 T77 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1681 T52 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1684 T52 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1687 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1694 T76 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1704 T52 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1705 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1718 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1725 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 1726 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@15e8d60
[junit4:junit4]   2> 1727 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1727 T79 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1728 T79 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 1728 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39411
[junit4:junit4]   2> 1728 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39411
[junit4:junit4]   2> 1729 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0004 with negotiated timeout 10000 for client /127.0.0.1:39411
[junit4:junit4]   2> 1729 T79 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0004, negotiated timeout = 10000
[junit4:junit4]   2> 1729 T80 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15e8d60 name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1729 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1731 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1734 T52 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 1806 T52 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1808 T52 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60054
[junit4:junit4]   2> 1808 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1809 T52 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1809 T52 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584
[junit4:junit4]   2> 1809 T52 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/solr.xml
[junit4:junit4]   2> 1810 T52 oasc.CoreContainer.<init> New CoreContainer 16599787
[junit4:junit4]   2> 1810 T52 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/'
[junit4:junit4]   2> 1810 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/'
[junit4:junit4]   2> 1832 T52 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1832 T52 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1833 T52 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1833 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1833 T52 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1834 T52 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1834 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1834 T52 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1834 T52 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1835 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1849 T52 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1862 T52 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60772/solr
[junit4:junit4]   2> 1863 T52 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1863 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6939af
[junit4:junit4]   2> 1864 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1864 T90 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1865 T90 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 1865 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39412
[junit4:junit4]   2> 1866 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39412
[junit4:junit4]   2> 1866 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0005 with negotiated timeout 20000 for client /127.0.0.1:39412
[junit4:junit4]   2> 1867 T90 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0005, negotiated timeout = 20000
[junit4:junit4]   2> 1867 T91 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6939af name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1867 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1868 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0005
[junit4:junit4]   2> 1869 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39412 which had sessionid 0x13d98da868f0005
[junit4:junit4]   2> 1869 T91 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1869 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0005 closed
[junit4:junit4]   2> 1870 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1879 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1304a0c
[junit4:junit4]   2> 1880 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1880 T92 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1880 T92 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 1880 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39413
[junit4:junit4]   2> 1881 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39413
[junit4:junit4]   2> 1882 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0006 with negotiated timeout 20000 for client /127.0.0.1:39413
[junit4:junit4]   2> 1882 T92 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0006, negotiated timeout = 20000
[junit4:junit4]   2> 1883 T93 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1304a0c name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1883 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1884 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1885 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1887 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2890 T52 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60054_
[junit4:junit4]   2> 2891 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:60054_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:60054_
[junit4:junit4]   2> 2891 T52 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60054_
[junit4:junit4]   2> 2896 T75 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2897 T93 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2897 T80 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 2903 T52 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2903 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2904 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2977 T52 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2979 T52 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58420
[junit4:junit4]   2> 2980 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2981 T52 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2981 T52 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756
[junit4:junit4]   2> 2981 T52 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/solr.xml
[junit4:junit4]   2> 2982 T52 oasc.CoreContainer.<init> New CoreContainer 14077671
[junit4:junit4]   2> 2982 T52 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/'
[junit4:junit4]   2> 2982 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/'
[junit4:junit4]   2> 3012 T52 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3012 T52 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3012 T52 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3013 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3013 T52 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3013 T52 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3014 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3014 T52 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3014 T52 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3015 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3023 T52 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3040 T52 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60772/solr
[junit4:junit4]   2> 3041 T52 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3041 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@738c90
[junit4:junit4]   2> 3042 T104 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3042 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3043 T104 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 3043 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39414
[junit4:junit4]   2> 3043 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39414
[junit4:junit4]   2> 3044 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0007 with negotiated timeout 20000 for client /127.0.0.1:39414
[junit4:junit4]   2> 3044 T104 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0007, negotiated timeout = 20000
[junit4:junit4]   2> 3045 T105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@738c90 name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3045 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3046 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0007
[junit4:junit4]   2> 3047 T105 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3047 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39414 which had sessionid 0x13d98da868f0007
[junit4:junit4]   2> 3047 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0007 closed
[junit4:junit4]   2> 3048 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3053 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14a19f2
[junit4:junit4]   2> 3054 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3054 T106 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3055 T106 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 3055 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39415
[junit4:junit4]   2> 3055 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39415
[junit4:junit4]   2> 3056 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0008 with negotiated timeout 20000 for client /127.0.0.1:39415
[junit4:junit4]   2> 3056 T106 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0008, negotiated timeout = 20000
[junit4:junit4]   2> 3056 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a19f2 name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3057 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3058 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3059 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3061 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4064 T52 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58420_
[junit4:junit4]   2> 4065 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:58420_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:58420_
[junit4:junit4]   2> 4065 T52 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58420_
[junit4:junit4]   2> 4070 T75 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4070 T107 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4070 T80 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4070 T93 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 4075 T52 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4076 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4076 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4208 T52 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4210 T52 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51391
[junit4:junit4]   2> 4211 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4211 T52 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4212 T52 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989
[junit4:junit4]   2> 4212 T52 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/solr.xml
[junit4:junit4]   2> 4213 T52 oasc.CoreContainer.<init> New CoreContainer 17349501
[junit4:junit4]   2> 4213 T52 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/'
[junit4:junit4]   2> 4214 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/'
[junit4:junit4]   2> 4233 T52 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4234 T52 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4234 T52 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4234 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4235 T52 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4235 T52 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4235 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4236 T52 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4236 T52 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4236 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4251 T52 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4263 T52 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60772/solr
[junit4:junit4]   2> 4263 T52 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4264 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@12722dd
[junit4:junit4]   2> 4264 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4265 T118 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4265 T118 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 4265 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39416
[junit4:junit4]   2> 4266 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39416
[junit4:junit4]   2> 4267 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f0009 with negotiated timeout 20000 for client /127.0.0.1:39416
[junit4:junit4]   2> 4267 T118 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f0009, negotiated timeout = 20000
[junit4:junit4]   2> 4267 T119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12722dd name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4268 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4269 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f0009
[junit4:junit4]   2> 4270 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39416 which had sessionid 0x13d98da868f0009
[junit4:junit4]   2> 4270 T119 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4270 T52 oaz.ZooKeeper.close Session: 0x13d98da868f0009 closed
[junit4:junit4]   2> 4271 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4274 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@bb8b82
[junit4:junit4]   2> 4275 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4275 T120 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4275 T120 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 4276 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39417
[junit4:junit4]   2> 4276 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39417
[junit4:junit4]   2> 4277 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f000a with negotiated timeout 20000 for client /127.0.0.1:39417
[junit4:junit4]   2> 4277 T120 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f000a, negotiated timeout = 20000
[junit4:junit4]   2> 4277 T121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb8b82 name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4277 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4278 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4279 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4282 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5285 T52 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51391_
[junit4:junit4]   2> 5286 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51391_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51391_
[junit4:junit4]   2> 5287 T52 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51391_
[junit4:junit4]   2> 5290 T107 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 5290 T93 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 5291 T75 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 5290 T80 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 5295 T121 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 5306 T52 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5306 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5307 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5387 T52 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 5389 T52 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54808
[junit4:junit4]   2> 5390 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 5390 T52 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 5390 T52 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364069096160
[junit4:junit4]   2> 5391 T52 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364069096160/solr.xml
[junit4:junit4]   2> 5391 T52 oasc.CoreContainer.<init> New CoreContainer 26081802
[junit4:junit4]   2> 5391 T52 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364069096160/'
[junit4:junit4]   2> 5392 T52 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364069096160/'
[junit4:junit4]   2> 5415 T52 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 5416 T52 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 5416 T52 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 5416 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 5417 T52 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 5417 T52 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 5417 T52 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 5418 T52 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 5418 T52 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 5418 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 5430 T52 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 5442 T52 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:60772/solr
[junit4:junit4]   2> 5442 T52 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 5443 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@cf08b9
[junit4:junit4]   2> 5444 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5444 T132 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5444 T132 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 5445 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39418
[junit4:junit4]   2> 5445 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39418
[junit4:junit4]   2> 5446 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f000b with negotiated timeout 20000 for client /127.0.0.1:39418
[junit4:junit4]   2> 5446 T132 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f000b, negotiated timeout = 20000
[junit4:junit4]   2> 5446 T133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cf08b9 name:ZooKeeperConnection Watcher:127.0.0.1:60772 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5446 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5448 T57 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d98da868f000b
[junit4:junit4]   2> 5449 T133 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 5449 T54 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:39418 which had sessionid 0x13d98da868f000b
[junit4:junit4]   2> 5449 T52 oaz.ZooKeeper.close Session: 0x13d98da868f000b closed
[junit4:junit4]   2> 5449 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 5454 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c35f0b
[junit4:junit4]   2> 5455 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 5455 T134 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 5456 T134 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 5456 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39419
[junit4:junit4]   2> 5456 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39419
[junit4:junit4]   2> 5457 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f000c with negotiated timeout 20000 for client /127.0.0.1:39419
[junit4:junit4]   2> 5457 T134 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f000c, negotiated timeout = 20000
[junit4:junit4]   2> 5457 T135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c35f0b name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 5458 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 5459 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5460 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5463 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6466 T52 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54808_
[junit4:junit4]   2> 6467 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:54808_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:54808_
[junit4:junit4]   2> 6468 T52 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54808_
[junit4:junit4]   2> 6471 T75 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6471 T121 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6471 T80 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6471 T107 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6471 T135 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6472 T93 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 6481 T52 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6482 T52 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6482 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6485 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6736 T88 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/unloadcollection1
[junit4:junit4]   2> 6736 T88 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 6737 T88 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 6738 T88 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 6740 T88 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 6740 T88 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 6743 T88 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 6750 T88 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/unloadcollection1/'
[junit4:junit4]   2> 6805 T88 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6852 T88 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6853 T88 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6863 T88 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7353 T88 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7360 T88 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7363 T88 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7380 T88 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7384 T88 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7387 T88 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7389 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7389 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7389 T88 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7390 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7390 T88 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7391 T88 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7391 T88 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n/
[junit4:junit4]   2> 7393 T88 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14bcf84
[junit4:junit4]   2> 7393 T88 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 7394 T88 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n
[junit4:junit4]   2> 7394 T88 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n/index/
[junit4:junit4]   2> 7394 T88 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7397 T88 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n/index
[junit4:junit4]   2> 7401 T88 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7401 T88 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7415 T88 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7415 T88 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7416 T88 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7417 T88 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7417 T88 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7417 T88 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7418 T88 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7418 T88 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7419 T88 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7421 T88 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7424 T88 oass.SolrIndexSearcher.<init> Opening Searcher@29d8f4 main
[junit4:junit4]   2> 7428 T88 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n/tlog
[junit4:junit4]   2> 7433 T88 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7433 T88 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7437 T137 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@29d8f4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7438 T88 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 7707 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7708 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60054_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60054",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 7708 T76 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 7720 T76 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7735 T93 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> 7735 T75 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> 7735 T107 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> 7735 T121 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> 7735 T80 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> 7738 T135 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> 8440 T88 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 8441 T88 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:60054 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 8444 T88 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 8451 T88 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 8459 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:delete cxid:0x51 zxid:0x57 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 8459 T88 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8460 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:create cxid:0x52 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8465 T88 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8465 T88 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8465 T88 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60054/unloadcollection1/
[junit4:junit4]   2> 8466 T88 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8466 T88 oasc.SyncStrategy.syncToMe http://127.0.0.1:60054/unloadcollection1/ has no replicas
[junit4:junit4]   2> 8466 T88 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60054/unloadcollection1/
[junit4:junit4]   2> 8467 T88 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 8471 T57 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d98da868f0006 type:create cxid:0x5d zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9243 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9252 T93 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> 9252 T80 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> 9252 T121 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> 9252 T75 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> 9252 T135 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> 9252 T107 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> 9275 T88 oasc.ZkController.register We are http://127.0.0.1:60054/unloadcollection1/ and leader is http://127.0.0.1:60054/unloadcollection1/
[junit4:junit4]   2> 9277 T88 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:60054
[junit4:junit4]   2> 9278 T88 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9278 T88 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 9280 T88 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9281 T88 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/solr.xml
[junit4:junit4]   2> 9295 T88 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364069092584/solr.xml
[junit4:junit4]   2> 9296 T88 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069097341unloadcollection1_1n&action=CREATE&version=2&wt=javabin&name=unloadcollection1} status=0 QTime=2563 
[junit4:junit4]   2> 9326 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 9328 T52 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:60772/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@40c205
[junit4:junit4]   2> 9328 T52 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9329 T138 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:60772. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9329 T138 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:60772, initiating session
[junit4:junit4]   2> 9329 T54 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:39421
[junit4:junit4]   2> 9330 T54 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:39421
[junit4:junit4]   2> 9341 T56 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d98da868f000d with negotiated timeout 10000 for client /127.0.0.1:39421
[junit4:junit4]   2> 9341 T138 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:60772, sessionid = 0x13d98da868f000d, negotiated timeout = 10000
[junit4:junit4]   2> 9342 T139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40c205 name:ZooKeeperConnection Watcher:127.0.0.1:60772/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9342 T52 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9344 T52 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9347 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9348 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9353 T103 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/unloadcollection2
[junit4:junit4]   2> 9353 T103 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 9354 T103 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9354 T103 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 9356 T103 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/unloadcollection2/'
[junit4:junit4]   2> 9396 T103 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9444 T103 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9445 T103 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9450 T103 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9939 T103 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9950 T103 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9953 T103 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9968 T103 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9974 T103 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9977 T103 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9978 T103 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9979 T103 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9979 T103 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9980 T103 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 9981 T103 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 9981 T103 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9981 T103 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/
[junit4:junit4]   2> 9982 T103 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14bcf84
[junit4:junit4]   2> 9983 T103 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9983 T103 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n
[junit4:junit4]   2> 9984 T103 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/index/
[junit4:junit4]   2> 9984 T103 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9985 T103 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/index
[junit4:junit4]   2> 9989 T103 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322344tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d9b093),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9989 T103 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9991 T103 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9991 T103 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9992 T103 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9993 T103 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9993 T103 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9994 T103 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9994 T103 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9994 T103 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9995 T103 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9998 T103 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10001 T103 oass.SolrIndexSearcher.<init> Opening Searcher@1407935 main
[junit4:junit4]   2> 10001 T103 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/tlog
[junit4:junit4]   2> 10002 T103 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10002 T103 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10007 T140 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@1407935 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10009 T103 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 10009 T103 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10759 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10759 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:60054__unloadcollection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:60054_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:60054",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 10763 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58420_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58420",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 10763 T76 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 10763 T76 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 10767 T135 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> 10767 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> 10767 T107 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> 10767 T93 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> 10767 T121 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> 10768 T75 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> 10767 T80 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> 11011 T103 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 11011 T103 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:58420 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 11014 T103 oasc.ZkController.register We are http://127.0.0.1:58420/unloadcollection2/ and leader is http://127.0.0.1:60054/unloadcollection1/
[junit4:junit4]   2> 11015 T103 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:58420
[junit4:junit4]   2> 11015 T103 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 11015 T103 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C3 name=unloadcollection2 org.apache.solr.core.SolrCore@4efb33 url=http://127.0.0.1:58420/unloadcollection2 node=127.0.0.1:58420_ C3_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, node_name=127.0.0.1:58420_, base_url=http://127.0.0.1:58420, core=unloadcollection2, state=down}
[junit4:junit4]   2> 11019 T141 C3 P58420 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 11019 T103 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11022 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11023 T103 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/solr.xml
[junit4:junit4]   2> 11023 T141 C3 P58420 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 11023 T141 C3 P58420 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11030 T141 C3 P58420 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11034 T103 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364069093756/solr.xml
[junit4:junit4]   2> 11035 T103 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n&action=CREATE&version=2&wt=javabin&name=unloadcollection2} status=0 QTime=1682 
[junit4:junit4]   2> 11038 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11040 T52 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 11041 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12042 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12279 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12280 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:58420__unloadcollection2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58420_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58420",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 12291 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> 12291 T93 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> 12291 T135 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> 12291 T75 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> 12291 T121 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> 12292 T80 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> 12291 T107 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> 13041 T88 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {checkLive=true&onlyIfLeader=true&action=PREPRECOVERY&version=2&core=unloadcollection1&wt=javabin&nodeName=127.0.0.1:58420_&state=recovering&coreNodeName=127.0.0.1:58420__unloadcollection2} status=0 QTime=2000 
[junit4:junit4]   2> 13044 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14045 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C3_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, node_name=127.0.0.1:58420_, base_url=http://127.0.0.1:58420, core=unloadcollection2, shard=shard1, state=recovering}
[junit4:junit4]   2> 15043 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60054/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 15047 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15047 T141 C3 P58420 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15053 T141 C3 P58420 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:58420 START replicas=[http://127.0.0.1:60054/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 15057 T141 C3 P58420 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15057 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 15057 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 15058 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 15058 T141 C3 P58420 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15058 T141 C3 P58420 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60054/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 15058 T141 C3 P58420 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C4 name=unloadcollection1 org.apache.solr.core.SolrCore@a5a824 url=http://127.0.0.1:60054/unloadcollection1 node=127.0.0.1:60054_ C4_STATE=coll:unloadcollection core:unloadcollection1 props:{collection=unloadcollection, node_name=127.0.0.1:60054_, base_url=http://127.0.0.1:60054, core=unloadcollection1, shard=shard1, state=active, leader=true}
[junit4:junit4]   2> 15082 T86 C4 P60054 REQ /get {version=2&wt=javabin&distrib=false&getVersions=100&qt=/get} status=0 QTime=2 
[junit4:junit4]   2> 15088 T89 C4 P60054 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 15091 T89 C4 P60054 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15092 T89 C4 P60054 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15101 T89 C4 P60054 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15101 T89 C4 P60054 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15102 T89 C4 P60054 oass.SolrIndexSearcher.<init> Opening Searcher@4f6cc6 realtime
[junit4:junit4]   2> 15102 T89 C4 P60054 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15103 T89 C4 P60054 /update {softCommit=false&version=2&wt=javabin&commit=true&openSearcher=false&commit_end_point=true&waitSearcher=true} {commit=} 0 23
[junit4:junit4]   2> 15128 T141 C3 P58420 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15129 T141 C3 P58420 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15135 T141 C3 P58420 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15155 T86 C4 P60054 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15155 T86 C4 P60054 REQ /replication {command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=17 
[junit4:junit4]   2> 15157 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15157 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15157 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15160 T89 C4 P60054 REQ /replication {command=filelist&generation=2&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 15161 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15162 T141 C3 P58420 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069100200unloadcollection1_2n/index.20130323230506010
[junit4:junit4]   2> 15163 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@12203d9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11176f2) fullCopy=false
[junit4:junit4]   2> 15170 T88 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=2&file=segments_2&wt=filestream&qt=/replication} status=0 QTime=2 
[junit4:junit4]   2> 15176 T141 C3 P58420 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15186 T141 C3 P58420 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15187 T141 C3 P58420 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 15189 T141 C3 P58420 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322344tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d9b093),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322344tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d9b093),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15190 T141 C3 P58420 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15190 T141 C3 P58420 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15190 T141 C3 P58420 oass.SolrIndexSearcher.<init> Opening Searcher@1e7903a main
[junit4:junit4]   2> 15191 T140 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@1e7903a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15192 T141 C3 P58420 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 15192 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 15192 T141 C3 P58420 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 15193 T141 C3 P58420 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15195 T141 C3 P58420 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 15299 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15300 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:58420__unloadcollection2",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:58420_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:58420",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 15305 T93 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> 15305 T75 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> 15305 T121 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> 15305 T107 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> 15305 T135 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> 15305 T80 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> 15305 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> 16051 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16052 T52 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 16052 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C3_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, node_name=127.0.0.1:58420_, base_url=http://127.0.0.1:58420, core=unloadcollection2, shard=shard1, state=active}
[junit4:junit4]   2> 16109 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[6 (1430330127866134528)]} 0 4
[junit4:junit4]   2> 16110 T87 C4 P60054 /update {version=2&wt=javabin} {add=[6 (1430330127866134528)]} 0 40
[junit4:junit4]   2> 16118 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[7 (1430330127901786112)]} 0 1
[junit4:junit4]   2> 16119 T86 C4 P60054 /update {version=2&wt=javabin} {add=[7 (1430330127901786112)]} 0 6
[junit4:junit4]   2> 16128 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[8 (1430330127911223296)]} 0 2
[junit4:junit4]   2> 16129 T89 C4 P60054 /update {version=2&wt=javabin} {add=[8 (1430330127911223296)]} 0 7
[junit4:junit4]   2> 16132 T88 C4 P60054 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16191 T88 C4 P60054 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_3,generation=3,filenames=[_0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim, segments_3]
[junit4:junit4]   2> 16191 T88 C4 P60054 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim, segments_3]
[junit4:junit4]   2> 16213 T88 C4 P60054 oass.SolrIndexSearcher.<init> Opening Searcher@180d12e main
[junit4:junit4]   2> 16214 T88 C4 P60054 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16215 T137 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@180d12e main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   2> 16216 T88 C4 P60054 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:58420/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 16218 T100 C3 P58420 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 16251 T100 C3 P58420 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322344tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d9b093),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322344tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d9b093),segFN=segments_3,generation=3,filenames=[_0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim, segments_3]
[junit4:junit4]   2> 16251 T100 C3 P58420 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim, segments_3]
[junit4:junit4]   2> 16256 T100 C3 P58420 oass.SolrIndexSearcher.<init> Opening Searcher@18b6803 main
[junit4:junit4]   2> 16256 T100 C3 P58420 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16257 T140 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@18b6803 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   2> 16258 T100 C3 P58420 /update {softCommit=false&version=2&wt=javabin&commit=true&commit_end_point=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 40
[junit4:junit4]   2> 16258 T88 C4 P60054 /update {softCommit=false&version=2&wt=javabin&commit=true&waitSearcher=true} {commit=} 0 126
[junit4:junit4]   2> 16259 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16266 T117 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/unloadcollection3
[junit4:junit4]   2> 16267 T117 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 16267 T117 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16268 T117 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 16269 T117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/unloadcollection3/'
[junit4:junit4]   2> 16321 T117 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16384 T117 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16386 T117 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16393 T117 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16849 T117 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16855 T117 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16862 T117 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16875 T117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16879 T117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16882 T117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16883 T117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16884 T117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16884 T117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16885 T117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 16885 T117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 16885 T117 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16886 T117 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/
[junit4:junit4]   2> 16886 T117 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@14bcf84
[junit4:junit4]   2> 16886 T117 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 16887 T117 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n
[junit4:junit4]   2> 16887 T117 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/index/
[junit4:junit4]   2> 16888 T117 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16889 T117 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/index
[junit4:junit4]   2> 16892 T117 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322345tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e26fd),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16893 T117 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16895 T117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16895 T117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16895 T117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16896 T117 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16896 T117 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16897 T117 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16897 T117 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16898 T117 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16898 T117 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16902 T117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16907 T117 oass.SolrIndexSearcher.<init> Opening Searcher@1b20b34 main
[junit4:junit4]   2> 16907 T117 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/tlog
[junit4:junit4]   2> 16908 T117 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16909 T117 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16913 T145 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@1b20b34 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16915 T117 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 16916 T117 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18312 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18312 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51391_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51391",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 18313 T76 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 18313 T76 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18319 T80 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> 18319 T135 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> 18319 T121 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> 18319 T107 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> 18319 T93 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> 18319 T75 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> 18319 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> 18917 T117 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 18918 T117 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:51391 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 18921 T117 oasc.ZkController.register We are http://127.0.0.1:51391/unloadcollection3/ and leader is http://127.0.0.1:60054/unloadcollection1/
[junit4:junit4]   2> 18922 T117 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:51391
[junit4:junit4]   2> 18922 T117 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 18922 T117 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C5 name=unloadcollection3 org.apache.solr.core.SolrCore@17f6e5f url=http://127.0.0.1:51391/unloadcollection3 node=127.0.0.1:51391_ C5_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, node_name=127.0.0.1:51391_, base_url=http://127.0.0.1:51391, core=unloadcollection3, state=down}
[junit4:junit4]   2> 18923 T146 C5 P51391 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 18924 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18924 T117 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18924 T146 C5 P51391 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 18925 T146 C5 P51391 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18925 T117 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/solr.xml
[junit4:junit4]   2> 18926 T146 C5 P51391 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18940 T117 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364069094989/solr.xml
[junit4:junit4]   2> 18941 T117 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n&action=CREATE&version=2&wt=javabin&name=unloadcollection3} status=0 QTime=2675 
[junit4:junit4]   2> 18942 T52 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18943 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19826 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19827 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51391__unloadcollection3",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51391_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51391",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 19831 T93 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> 19831 T135 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> 19832 T107 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> 19831 T80 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> 19832 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> 19831 T121 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> 19834 T75 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> 19935 T89 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {checkLive=true&onlyIfLeader=true&action=PREPRECOVERY&version=2&core=unloadcollection1&wt=javabin&nodeName=127.0.0.1:51391_&state=recovering&coreNodeName=127.0.0.1:51391__unloadcollection3} status=0 QTime=1000 
[junit4:junit4]   2> 19944 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20946 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C5_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, node_name=127.0.0.1:51391_, base_url=http://127.0.0.1:51391, core=unloadcollection3, shard=shard1, state=recovering}
[junit4:junit4]   2> 21936 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:60054/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 21937 T146 C5 P51391 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:51391 START replicas=[http://127.0.0.1:60054/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 21937 T146 C5 P51391 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 21937 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 21937 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 21937 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 21938 T146 C5 P51391 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 21938 T146 C5 P51391 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:60054/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 21938 T146 C5 P51391 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21943 T87 C4 P60054 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 21944 T88 C4 P60054 REQ /get {version=2&wt=javabin&distrib=false&getVersions=100&qt=/get} status=0 QTime=5 
[junit4:junit4]   2> 21948 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21961 T87 C4 P60054 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_3,generation=3,filenames=[_0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim, segments_3]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/index2234322343tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@719ad3),segFN=segments_4,generation=4,filenames=[segments_4, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim]
[junit4:junit4]   2> 21962 T87 C4 P60054 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0_Disk_0.dvdd, _0.fdx, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim]
[junit4:junit4]   2> 21962 T87 C4 P60054 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 21962 T87 C4 P60054 /update {softCommit=false&version=2&wt=javabin&commit=true&openSearcher=false&commit_end_point=true&waitSearcher=true} {commit=} 0 19
[junit4:junit4]   2> 21963 T146 C5 P51391 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 21964 T146 C5 P51391 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 21966 T89 C4 P60054 REQ /replication {command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 21967 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 21967 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 21967 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 21970 T88 C4 P60054 REQ /replication {command=filelist&generation=4&version=2&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 21971 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 19
[junit4:junit4]   2> 21971 T146 C5 P51391 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364069090852/1364069107113unloadcollection_3n/index.20130323230512820
[junit4:junit4]   2> 21973 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@169565b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bb195) fullCopy=false
[junit4:junit4]   2> 21975 T87 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_NestedPulsing_0.doc&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 21978 T86 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=segments_4&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 21987 T89 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_NestedPulsing_0.pos&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 21990 T88 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_NestedPulsing_0.tip&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 21994 T87 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.si&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 21997 T86 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Direct_0.tim&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22001 T89 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Disk_0.dvdm&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22009 T88 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Direct_0.tip&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22013 T87 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_SimpleText_0.pst&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22016 T86 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.nvd&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22020 T89 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.fdt&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 22023 T88 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.fnm&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22030 T87 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Direct_0.pos&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22033 T86 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.fdx&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22037 T89 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Disk_0.dvdd&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22040 T88 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Direct_0.doc&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22044 T87 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_Memory_0.ram&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22050 T86 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0.nvm&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22054 T89 C4 P60054 REQ /replication {checksum=true&command=filecontent&generation=4&file=_0_NestedPulsing_0.tim&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 22055 T146 C5 P51391 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22060 T146 C5 P51391 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22060 T146 C5 P51391 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 22065 T146 C5 P51391 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-trunk-Linux/solr/build/solr-core/test/J0/index2234322345tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e26fd),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-trunk-Linux/solr/build/solr-core/test/J0/index2234322345tmp lockFactory=org.apache.lucene.store.NativeFSLockFactory@4e26fd),segFN=segments_4,generation=4,filenames=[segments_4, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0.fdx, _0_Disk_0.dvdd, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim]
[junit4:junit4]   2> 22065 T146 C5 P51391 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tip, _0_Direct_0.tim, _0.si, _0_Disk_0.dvdm, _0_Direct_0.tip, _0.nvd, _0_SimpleText_0.pst, _0.fdt, _0.fnm, _0_Direct_0.pos, _0.fdx, _0_Disk_0.dvdd, _0_Direct_0.doc, _0_Memory_0.ram, _0.nvm, _0_NestedPulsing_0.tim]
[junit4:junit4]   2> 22066 T146 C5 P51391 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22071 T146 C5 P51391 oass.SolrIndexSearcher.<init> Opening Searcher@b074dd main
[junit4:junit4]   2> 22072 T145 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@b074dd main{StandardDirectoryReader(segments_4:3:nrt _0(5.0):C3)}
[junit4:junit4]   2> 22073 T146 C5 P51391 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 22073 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 22073 T146 C5 P51391 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 22073 T146 C5 P51391 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22075 T146 C5 P51391 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 22841 T76 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22842 T76 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:51391__unloadcollection3",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:51391_",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51391",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 22861 T93 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> 22861 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> 22861 T75 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> 22861 T135 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> 22861 T80 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> 22861 T121 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> 22862 T107 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> 22950 T52 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22951 T52 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 22951 T52 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C5_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, node_name=127.0.0.1:51391_, base_url=http://127.0.0.1:51391, core=unloadcollection3, shard=shard1, state=active}
[junit4:junit4]   2> 22977 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[20 (1430330135084531712)]} 0 10
[junit4:junit4]   2> 22977 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[20 (1430330135084531712)]} 0 10
[junit4:junit4]   2> 22978 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[20 (1430330135084531712)]} 0 15
[junit4:junit4]   2> 22978 T116 C5 P51391 /update {version=2&wt=javabin} {add=[20]} 0 18
[junit4:junit4]   2> 22987 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[21 (1430330135105503232)]} 0 1
[junit4:junit4]   2> 22988 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[21 (1430330135105503232)]} 0 2
[junit4:junit4]   2> 22989 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[21 (1430330135105503232)]} 0 6
[junit4:junit4]   2> 22989 T114 C5 P51391 /update {version=2&wt=javabin} {add=[21]} 0 8
[junit4:junit4]   2> 22997 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[22 (1430330135117037568)]} 0 1
[junit4:junit4]   2> 22997 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[22 (1430330135117037568)]} 0 1
[junit4:junit4]   2> 22998 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[22 (1430330135117037568)]} 0 4
[junit4:junit4]   2> 22999 T117 C5 P51391 /update {version=2&wt=javabin} {add=[22]} 0 7
[junit4:junit4]   2> 23007 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[23 (1430330135126474752)]} 0 2
[junit4:junit4]   2> 23007 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[23 (1430330135126474752)]} 0 2
[junit4:junit4]   2> 23007 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[23 (1430330135126474752)]} 0 4
[junit4:junit4]   2> 23008 T115 C5 P51391 /update {version=2&wt=javabin} {add=[23]} 0 7
[junit4:junit4]   2> 23016 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[24 (1430330135136960512)]} 0 1
[junit4:junit4]   2> 23016 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[24 (1430330135136960512)]} 0 1
[junit4:junit4]   2> 23017 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[24 (1430330135136960512)]} 0 5
[junit4:junit4]   2> 23017 T116 C5 P51391 /update {version=2&wt=javabin} {add=[24]} 0 6
[junit4:junit4]   2> 23025 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[25 (1430330135145349120)]} 0 1
[junit4:junit4]   2> 23025 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[25 (1430330135145349120)]} 0 1
[junit4:junit4]   2> 23026 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[25 (1430330135145349120)]} 0 5
[junit4:junit4]   2> 23027 T114 C5 P51391 /update {version=2&wt=javabin} {add=[25]} 0 8
[junit4:junit4]   2> 23035 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[26 (1430330135155834880)]} 0 1
[junit4:junit4]   2> 23035 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[26 (1430330135155834880)]} 0 1
[junit4:junit4]   2> 23036 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[26 (1430330135155834880)]} 0 5
[junit4:junit4]   2> 23037 T117 C5 P51391 /update {version=2&wt=javabin} {add=[26]} 0 8
[junit4:junit4]   2> 23045 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[27 (1430330135166320640)]} 0 1
[junit4:junit4]   2> 23045 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[27 (1430330135166320640)]} 0 1
[junit4:junit4]   2> 23046 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[27 (1430330135166320640)]} 0 5
[junit4:junit4]   2> 23047 T115 C5 P51391 /update {version=2&wt=javabin} {add=[27]} 0 8
[junit4:junit4]   2> 23055 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[28 (1430330135176806400)]} 0 1
[junit4:junit4]   2> 23055 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[28 (1430330135176806400)]} 0 1
[junit4:junit4]   2> 23056 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[28 (1430330135176806400)]} 0 5
[junit4:junit4]   2> 23056 T116 C5 P51391 /update {version=2&wt=javabin} {add=[28]} 0 7
[junit4:junit4]   2> 23064 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[29 (1430330135187292160)]} 0 1
[junit4:junit4]   2> 23064 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[29 (1430330135187292160)]} 0 1
[junit4:junit4]   2> 23065 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[29 (1430330135187292160)]} 0 4
[junit4:junit4]   2> 23066 T114 C5 P51391 /update {version=2&wt=javabin} {add=[29]} 0 7
[junit4:junit4]   2> 23074 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[30 (1430330135196729344)]} 0 1
[junit4:junit4]   2> 23074 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[30 (1430330135196729344)]} 0 1
[junit4:junit4]   2> 23075 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[30 (1430330135196729344)]} 0 5
[junit4:junit4]   2> 23076 T117 C5 P51391 /update {version=2&wt=javabin} {add=[30]} 0 8
[junit4:junit4]   2> 23084 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[31 (1430330135208263680)]} 0 1
[junit4:junit4]   2> 23084 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[31 (1430330135208263680)]} 0 1
[junit4:junit4]   2> 23085 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[31 (1430330135208263680)]} 0 5
[junit4:junit4]   2> 23086 T115 C5 P51391 /update {version=2&wt=javabin} {add=[31]} 0 8
[junit4:junit4]   2> 23094 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[32 (1430330135218749440)]} 0 1
[junit4:junit4]   2> 23094 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[32 (1430330135218749440)]} 0 1
[junit4:junit4]   2> 23095 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[32 (1430330135218749440)]} 0 4
[junit4:junit4]   2> 23095 T116 C5 P51391 /update {version=2&wt=javabin} {add=[32]} 0 6
[junit4:junit4]   2> 23103 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[33 (1430330135228186624)]} 0 1
[junit4:junit4]   2> 23103 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[33 (1430330135228186624)]} 0 1
[junit4:junit4]   2> 23104 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[33 (1430330135228186624)]} 0 4
[junit4:junit4]   2> 23105 T114 C5 P51391 /update {version=2&wt=javabin} {add=[33]} 0 7
[junit4:junit4]   2> 23112 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[34 (1430330135237623808)]} 0 1
[junit4:junit4]   2> 23112 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[34 (1430330135237623808)]} 0 1
[junit4:junit4]   2> 23113 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[34 (1430330135237623808)]} 0 4
[junit4:junit4]   2> 23114 T117 C5 P51391 /update {version=2&wt=javabin} {add=[34]} 0 7
[junit4:junit4]   2> 23121 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[35 (1430330135247060992)]} 0 0
[junit4:junit4]   2> 23121 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[35 (1430330135247060992)]} 0 0
[junit4:junit4]   2> 23122 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[35 (1430330135247060992)]} 0 4
[junit4:junit4]   2> 23123 T115 C5 P51391 /update {version=2&wt=javabin} {add=[35]} 0 7
[junit4:junit4]   2> 23130 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[36 (1430330135256498176)]} 0 0
[junit4:junit4]   2> 23130 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[36 (1430330135256498176)]} 0 1
[junit4:junit4]   2> 23131 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[36 (1430330135256498176)]} 0 4
[junit4:junit4]   2> 23132 T116 C5 P51391 /update {version=2&wt=javabin} {add=[36]} 0 7
[junit4:junit4]   2> 23139 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[37 (1430330135265935360)]} 0 0
[junit4:junit4]   2> 23139 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[37 (1430330135265935360)]} 0 0
[junit4:junit4]   2> 23140 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[37 (1430330135265935360)]} 0 4
[junit4:junit4]   2> 23141 T114 C5 P51391 /update {version=2&wt=javabin} {add=[37]} 0 7
[junit4:junit4]   2> 23149 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[38 (1430330135275372544)]} 0 1
[junit4:junit4]   2> 23149 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[38 (1430330135275372544)]} 0 1
[junit4:junit4]   2> 23150 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[38 (1430330135275372544)]} 0 5
[junit4:junit4]   2> 23150 T117 C5 P51391 /update {version=2&wt=javabin} {add=[38]} 0 7
[junit4:junit4]   2> 23157 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[39 (1430330135284809728)]} 0 0
[junit4:junit4]   2> 23158 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[39 (1430330135284809728)]} 0 1
[junit4:junit4]   2> 23158 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[39 (1430330135284809728)]} 0 4
[junit4:junit4]   2> 23159 T115 C5 P51391 /update {version=2&wt=javabin} {add=[39]} 0 7
[junit4:junit4]   2> 23166 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[40 (1430330135294246912)]} 0 0
[junit4:junit4]   2> 23167 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[40 (1430330135294246912)]} 0 1
[junit4:junit4]   2> 23167 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[40 (1430330135294246912)]} 0 4
[junit4:junit4]   2> 23168 T116 C5 P51391 /update {version=2&wt=javabin} {add=[40]} 0 7
[junit4:junit4]   2> 23176 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[41 (1430330135303684096)]} 0 1
[junit4:junit4]   2> 23176 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[41 (1430330135303684096)]} 0 1
[junit4:junit4]   2> 23177 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[41 (1430330135303684096)]} 0 5
[junit4:junit4]   2> 23177 T114 C5 P51391 /update {version=2&wt=javabin} {add=[41]} 0 7
[junit4:junit4]   2> 23185 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[42 (1430330135314169856)]} 0 1
[junit4:junit4]   2> 23185 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[42 (1430330135314169856)]} 0 1
[junit4:junit4]   2> 23186 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[42 (1430330135314169856)]} 0 4
[junit4:junit4]   2> 23186 T117 C5 P51391 /update {version=2&wt=javabin} {add=[42]} 0 6
[junit4:junit4]   2> 23194 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[43 (1430330135323607040)]} 0 1
[junit4:junit4]   2> 23194 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[43 (1430330135323607040)]} 0 1
[junit4:junit4]   2> 23195 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[43 (1430330135323607040)]} 0 4
[junit4:junit4]   2> 23195 T115 C5 P51391 /update {version=2&wt=javabin} {add=[43]} 0 6
[junit4:junit4]   2> 23203 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[44 (1430330135333044224)]} 0 1
[junit4:junit4]   2> 23203 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[44 (1430330135333044224)]} 0 1
[junit4:junit4]   2> 23204 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[44 (1430330135333044224)]} 0 5
[junit4:junit4]   2> 23205 T116 C5 P51391 /update {version=2&wt=javabin} {add=[44]} 0 8
[junit4:junit4]   2> 23212 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[45 (1430330135342481408)]} 0 1
[junit4:junit4]   2> 23212 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[45 (1430330135342481408)]} 0 1
[junit4:junit4]   2> 23213 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[45 (1430330135342481408)]} 0 4
[junit4:junit4]   2> 23213 T114 C5 P51391 /update {version=2&wt=javabin} {add=[45]} 0 6
[junit4:junit4]   2> 23221 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[46 (1430330135351918592)]} 0 1
[junit4:junit4]   2> 23221 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[46 (1430330135351918592)]} 0 1
[junit4:junit4]   2> 23222 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[46 (1430330135351918592)]} 0 5
[junit4:junit4]   2> 23223 T117 C5 P51391 /update {version=2&wt=javabin} {add=[46]} 0 8
[junit4:junit4]   2> 23237 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[47 (1430330135361355776)]} 0 7
[junit4:junit4]   2> 23237 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[47 (1430330135361355776)]} 0 7
[junit4:junit4]   2> 23238 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[47 (1430330135361355776)]} 0 11
[junit4:junit4]   2> 23238 T115 C5 P51391 /update {version=2&wt=javabin} {add=[47]} 0 13
[junit4:junit4]   2> 23246 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[48 (1430330135378132992)]} 0 1
[junit4:junit4]   2> 23246 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[48 (1430330135378132992)]} 0 1
[junit4:junit4]   2> 23247 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[48 (1430330135378132992)]} 0 4
[junit4:junit4]   2> 23247 T116 C5 P51391 /update {version=2&wt=javabin} {add=[48]} 0 6
[junit4:junit4]   2> 23254 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[49 (1430330135386521600)]} 0 0
[junit4:junit4]   2> 23254 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[49 (1430330135386521600)]} 0 0
[junit4:junit4]   2> 23255 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[49 (1430330135386521600)]} 0 4
[junit4:junit4]   2> 23256 T114 C5 P51391 /update {version=2&wt=javabin} {add=[49]} 0 7
[junit4:junit4]   2> 23263 T116 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[50 (1430330135395958784)]} 0 1
[junit4:junit4]   2> 23263 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[50 (1430330135395958784)]} 0 1
[junit4:junit4]   2> 23264 T86 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[50 (1430330135395958784)]} 0 4
[junit4:junit4]   2> 23264 T117 C5 P51391 /update {version=2&wt=javabin} {add=[50]} 0 6
[junit4:junit4]   2> 23273 T114 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[51 (1430330135405395968)]} 0 1
[junit4:junit4]   2> 23273 T100 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[51 (1430330135405395968)]} 0 1
[junit4:junit4]   2> 23274 T89 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[51 (1430330135405395968)]} 0 6
[junit4:junit4]   2> 23274 T115 C5 P51391 /update {version=2&wt=javabin} {add=[51]} 0 8
[junit4:junit4]   2> 23282 T117 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[52 (1430330135415881728)]} 0 1
[junit4:junit4]   2> 23282 T103 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[52 (1430330135415881728)]} 0 1
[junit4:junit4]   2> 23283 T87 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[52 (1430330135415881728)]} 0 4
[junit4:junit4]   2> 23283 T116 C5 P51391 /update {version=2&wt=javabin} {add=[52]} 0 6
[junit4:junit4]   2> 23290 T102 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[53 (1430330135424270336)]} 0 0
[junit4:junit4]   2> 23291 T115 C5 P51391 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {add=[53 (1430330135424270336)]} 0 1
[junit4:junit4]   2> 23291 T88 C4 P60054 /update {distrib.from=http://127.0.0.1:51391/unloadcollection3/&update.distrib=TOLEADER&version=2&wt=javabin} {add=[53 (1430330135424270336)]} 0 4
[junit4:junit4]   2> 23292 T114 C5 P51391 /update {version=2&wt=javabin} {add=[53]} 0 7
[junit4:junit4]   2> 23299 T101 C3 P58420 /update {distrib.from=http://127.0.0.1:60054/unloadcollection1/&update.distrib=FROMLEADER&version=2&wt=javabin} {a

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

0s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:32835/ch/cb/onenodecollectioncore returned non ok status:404, message:Can not find: /ch/cb/onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([3ECE52C0914C0011:BF28DCD8E613602D]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:487)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 32037 T1462 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32040 T1461 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   2> 32155 T1536 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32162 T1536 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 32162 T1536 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 32162 T1536 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 32738 T1465 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 33245 T1553 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33246 T1553 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> 33246 T1553 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33246 T1553 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=es_GT, timezone=Asia/Hovd
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=38946504,total=109350912
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, TestBinaryField, DistanceFunctionTest, CoreContainerCoreInitFailuresTest, TestSolrDiscoveryProperties, TestLMJelinekMercerSimilarityFactory, TestRandomFaceting, TestElisionMultitermQuery, TestCSVResponseWriter, SolrIndexConfigTest, TestFastOutputStream, TestBM25SimilarityFactory, TestPostingsSolrHighlighter, DateMathParserTest, TestOmitPositions, TestRecovery, TestUpdate, TestSuggestSpellingConverter, TestPartialUpdateDeduplication, DirectSolrSpellCheckerTest, TestStressLucene, TestRTGBase, DebugComponentTest, TestCodecSupport, SampleTest, MultiTermTest, URLClassifyProcessorTest, SuggesterWFSTTest, ChaosMonkeySafeLeaderTest, ClusterStateTest, OutputWriterTest, TestCollationField, XsltUpdateRequestHandlerTest, BadIndexSchemaTest, TermVectorComponentDistributedTest, TestStressReorder, TestSolr4Spatial, TestAtomicUpdateErrorCases, SolrCmdDistributorTest, TestComponentsName, TestSolrJ, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.32s, 1 test, 1 error <<< FAILURES!

[...truncated 604 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b82) - Build # 4842 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4842/
Java: 32bit/jdk1.8.0-ea-b82 -server -XX:+UseG1GC -XX:MarkStackSize=256K

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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([1942BB68A02246C8:98A43570D77D26F4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9238 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T1735 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1735 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141
[junit4:junit4]   2> 5 T1735 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1736 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1736 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1736 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1364082258140/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1735 oasc.ZkTestServer.run start zk server on port:57214
[junit4:junit4]   2> 106 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4929d0
[junit4:junit4]   2> 106 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T1741 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1741 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 107 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38672
[junit4:junit4]   2> 108 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38672
[junit4:junit4]   2> 108 T1739 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 438 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00000 with negotiated timeout 10000 for client /127.0.0.1:38672
[junit4:junit4]   2> 438 T1741 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00000, negotiated timeout = 10000
[junit4:junit4]   2> 438 T1742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4929d0 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 439 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 439 T1735 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 442 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00000
[junit4:junit4]   2> 443 T1742 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 443 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38672 which had sessionid 0x13d99a370e00000
[junit4:junit4]   2> 443 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00000 closed
[junit4:junit4]   2> 444 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@8ed2e9
[junit4:junit4]   2> 444 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 444 T1743 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 445 T1743 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 445 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38673
[junit4:junit4]   2> 445 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38673
[junit4:junit4]   2> 446 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00001 with negotiated timeout 10000 for client /127.0.0.1:38673
[junit4:junit4]   2> 446 T1743 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00001, negotiated timeout = 10000
[junit4:junit4]   2> 446 T1744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ed2e9 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 446 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 447 T1735 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 449 T1735 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 451 T1735 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 453 T1735 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 454 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 455 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 458 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 459 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 462 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 462 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 464 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 464 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 467 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 467 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 470 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 470 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 472 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 472 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 474 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 475 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 476 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 477 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 479 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00001
[junit4:junit4]   2> 479 T1744 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 479 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38673 which had sessionid 0x13d99a370e00001
[junit4:junit4]   2> 479 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00001 closed
[junit4:junit4]   2> 564 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 568 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47786
[junit4:junit4]   2> 569 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 569 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 570 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616
[junit4:junit4]   2> 570 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/solr.xml
[junit4:junit4]   2> 571 T1735 oasc.CoreContainer.<init> New CoreContainer 2499249
[junit4:junit4]   2> 571 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/'
[junit4:junit4]   2> 572 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/'
[junit4:junit4]   2> 599 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 600 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 600 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 601 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 601 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 602 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 602 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 603 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 603 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 604 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 612 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 622 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 623 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 623 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@119821b
[junit4:junit4]   2> 624 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 624 T1754 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 625 T1754 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 625 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38675
[junit4:junit4]   2> 625 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38675
[junit4:junit4]   2> 626 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00002 with negotiated timeout 20000 for client /127.0.0.1:38675
[junit4:junit4]   2> 626 T1754 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00002, negotiated timeout = 20000
[junit4:junit4]   2> 626 T1755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119821b name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 626 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 627 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00002
[junit4:junit4]   2> 628 T1755 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 628 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38675 which had sessionid 0x13d99a370e00002
[junit4:junit4]   2> 628 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00002 closed
[junit4:junit4]   2> 628 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 631 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ac7f01
[junit4:junit4]   2> 632 T1756 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 632 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 632 T1756 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 632 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38676
[junit4:junit4]   2> 632 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38676
[junit4:junit4]   2> 633 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00003 with negotiated timeout 20000 for client /127.0.0.1:38676
[junit4:junit4]   2> 633 T1756 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00003, negotiated timeout = 20000
[junit4:junit4]   2> 633 T1757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac7f01 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 634 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 635 T1735 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 637 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 637 T1735 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 640 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 641 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 641 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47786_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 642 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 644 T1735 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 647 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 648 T1735 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 650 T1735 oasc.Overseer.start Overseer (id=89396494869725187-127.0.0.1:47786_-n_0000000000) starting
[junit4:junit4]   2> 650 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 651 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 652 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 652 T1735 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 654 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 655 T1759 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 655 T1735 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 657 T1735 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 658 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 660 T1758 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 662 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 662 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 662 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 665 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 665 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19e9dae
[junit4:junit4]   2> 666 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 666 T1761 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 667 T1761 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 667 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38677
[junit4:junit4]   2> 667 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38677
[junit4:junit4]   2> 668 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00004 with negotiated timeout 10000 for client /127.0.0.1:38677
[junit4:junit4]   2> 668 T1761 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00004, negotiated timeout = 10000
[junit4:junit4]   2> 668 T1762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e9dae name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 668 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 669 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 671 T1735 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 731 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 733 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48313
[junit4:junit4]   2> 734 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 734 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 735 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807
[junit4:junit4]   2> 735 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 735 T1735 oasc.CoreContainer.<init> New CoreContainer 32021130
[junit4:junit4]   2> 736 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/'
[junit4:junit4]   2> 736 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/'
[junit4:junit4]   2> 753 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 753 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 756 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 756 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 762 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 771 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 772 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 772 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15d25cb
[junit4:junit4]   2> 773 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 773 T1772 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 774 T1772 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 774 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38678
[junit4:junit4]   2> 774 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38678
[junit4:junit4]   2> 775 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00005 with negotiated timeout 20000 for client /127.0.0.1:38678
[junit4:junit4]   2> 775 T1772 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00005, negotiated timeout = 20000
[junit4:junit4]   2> 775 T1773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15d25cb name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 775 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 776 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00005
[junit4:junit4]   2> 778 T1773 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 778 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38678 which had sessionid 0x13d99a370e00005
[junit4:junit4]   2> 778 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00005 closed
[junit4:junit4]   2> 779 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 781 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@193e93a
[junit4:junit4]   2> 782 T1774 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 782 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 782 T1774 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 782 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38679
[junit4:junit4]   2> 783 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38679
[junit4:junit4]   2> 784 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00006 with negotiated timeout 20000 for client /127.0.0.1:38679
[junit4:junit4]   2> 784 T1774 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00006, negotiated timeout = 20000
[junit4:junit4]   2> 784 T1775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@193e93a name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 784 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 786 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 787 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 788 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1790 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1791 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48313_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1792 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1794 T1757 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1794 T1762 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1795 T1775 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1798 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1799 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1799 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1858 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1860 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59819
[junit4:junit4]   2> 1861 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1862 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1862 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937
[junit4:junit4]   2> 1862 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 1862 T1735 oasc.CoreContainer.<init> New CoreContainer 30642362
[junit4:junit4]   2> 1863 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/'
[junit4:junit4]   2> 1863 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/'
[junit4:junit4]   2> 1880 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1880 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1883 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1883 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1889 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1898 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 1899 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1899 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ba6c0a
[junit4:junit4]   2> 1900 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1900 T1786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1901 T1786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 1901 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38681
[junit4:junit4]   2> 1901 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38681
[junit4:junit4]   2> 1902 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00007 with negotiated timeout 20000 for client /127.0.0.1:38681
[junit4:junit4]   2> 1902 T1786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00007, negotiated timeout = 20000
[junit4:junit4]   2> 1902 T1787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba6c0a name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1902 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1903 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00007
[junit4:junit4]   2> 1904 T1787 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1904 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38681 which had sessionid 0x13d99a370e00007
[junit4:junit4]   2> 1904 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00007 closed
[junit4:junit4]   2> 1904 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1907 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@141e574
[junit4:junit4]   2> 1908 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1908 T1788 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1908 T1788 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 1908 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38682
[junit4:junit4]   2> 1909 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38682
[junit4:junit4]   2> 1909 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00008 with negotiated timeout 20000 for client /127.0.0.1:38682
[junit4:junit4]   2> 1910 T1788 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00008, negotiated timeout = 20000
[junit4:junit4]   2> 1910 T1789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@141e574 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1910 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1911 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1912 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1913 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2916 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2917 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59819_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2917 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2920 T1775 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1762 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1757 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1789 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2924 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2925 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2925 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2985 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2987 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37951
[junit4:junit4]   2> 2987 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2988 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2988 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063
[junit4:junit4]   2> 2988 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 2989 T1735 oasc.CoreContainer.<init> New CoreContainer 10483925
[junit4:junit4]   2> 2989 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/'
[junit4:junit4]   2> 2989 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/'
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3009 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3014 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3024 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 3024 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3025 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f96636
[junit4:junit4]   2> 3026 T1800 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3025 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3026 T1800 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 3026 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38684
[junit4:junit4]   2> 3027 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38684
[junit4:junit4]   2> 3028 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00009 with negotiated timeout 20000 for client /127.0.0.1:38684
[junit4:junit4]   2> 3028 T1800 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00009, negotiated timeout = 20000
[junit4:junit4]   2> 3028 T1801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f96636 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3028 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3030 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00009
[junit4:junit4]   2> 3031 T1801 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3031 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38684 which had sessionid 0x13d99a370e00009
[junit4:junit4]   2> 3031 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00009 closed
[junit4:junit4]   2> 3032 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3034 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a4572
[junit4:junit4]   2> 3035 T1802 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3035 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3036 T1802 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 3036 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38685
[junit4:junit4]   2> 3036 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38685
[junit4:junit4]   2> 3037 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000a with negotiated timeout 20000 for client /127.0.0.1:38685
[junit4:junit4]   2> 3038 T1802 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000a, negotiated timeout = 20000
[junit4:junit4]   2> 3038 T1803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a4572 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3038 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3040 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3042 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3045 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4047 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4048 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37951_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4049 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4052 T1789 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1775 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1762 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1757 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1803 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4056 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4057 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4057 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4117 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4119 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34483
[junit4:junit4]   2> 4120 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4120 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4120 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/solr.xml
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer.<init> New CoreContainer 17487538
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/'
[junit4:junit4]   2> 4122 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/'
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4141 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4141 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4142 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4142 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4148 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4157 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 4158 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4158 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@167d128
[junit4:junit4]   2> 4159 T1814 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4159 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4160 T1814 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 4160 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38688
[junit4:junit4]   2> 4160 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38688
[junit4:junit4]   2> 4161 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000b with negotiated timeout 20000 for client /127.0.0.1:38688
[junit4:junit4]   2> 4161 T1814 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000b, negotiated timeout = 20000
[junit4:junit4]   2> 4161 T1815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167d128 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4162 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4162 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e0000b
[junit4:junit4]   2> 4163 T1815 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4163 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38688 which had sessionid 0x13d99a370e0000b
[junit4:junit4]   2> 4163 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e0000b closed
[junit4:junit4]   2> 4164 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4166 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8913b9
[junit4:junit4]   2> 4167 T1816 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4167 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4167 T1816 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 4167 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38689
[junit4:junit4]   2> 4167 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38689
[junit4:junit4]   2> 4168 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000c with negotiated timeout 20000 for client /127.0.0.1:38689
[junit4:junit4]   2> 4168 T1816 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000c, negotiated timeout = 20000
[junit4:junit4]   2> 4168 T1817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8913b9 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4169 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4169 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4170 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4172 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5174 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5175 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34483_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5176 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5179 T1762 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1757 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1775 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1789 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1817 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1803 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5183 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5183 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5184 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5186 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5190 T1768 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1
[junit4:junit4]   2> 5190 T1768 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 5191 T1768 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 5191 T1768 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5192 T1768 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5192 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 5194 T1768 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 5195 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1/'
[junit4:junit4]   2> 5217 T1768 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5246 T1768 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5248 T1768 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5251 T1768 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5581 T1768 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5586 T1768 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5589 T1768 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5599 T1768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5602 T1768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5605 T1768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5607 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5608 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5608 T1768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5608 T1768 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/
[junit4:junit4]   2> 5608 T1768 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 5609 T1768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5610 T1768 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 5610 T1768 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index/
[junit4:junit4]   2> 5610 T1768 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5611 T1768 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 5612 T1768 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5612 T1768 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5613 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5614 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5614 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5615 T1768 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5615 T1768 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5617 T1768 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5619 T1768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5621 T1768 oass.SolrIndexSearcher.<init> Opening Searcher@141b8dc main
[junit4:junit4]   2> 5622 T1768 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/tlog
[junit4:junit4]   2> 5622 T1768 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5622 T1768 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5625 T1819 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@141b8dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5626 T1768 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 6668 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48313_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48313",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6672 T1762 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> 6672 T1789 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> 6672 T1817 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> 6672 T1757 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> 6672 T1775 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> 6672 T1803 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> 7628 T1768 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 7628 T1768 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:48313 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 7629 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 7635 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:delete cxid:0x51 zxid:0x57 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 7636 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7636 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x52 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7638 T1768 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7638 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.syncToMe http://127.0.0.1:48313/unloadcollection1/ has no replicas
[junit4:junit4]   2> 7639 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 7640 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 7643 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x5d zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8177 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8184 T1757 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> 8184 T1803 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> 8184 T1775 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> 8184 T1762 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> 8185 T1789 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> 8184 T1817 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> 8196 T1768 oasc.ZkController.register We are http://127.0.0.1:48313/unloadcollection1/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 8196 T1768 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:48313
[junit4:junit4]   2> 8197 T1768 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8197 T1768 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 8199 T1768 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8200 T1768 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 8205 T1768 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 8206 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n&name=unloadcollection1&collection=unloadcollection&version=2&numShards=1} status=0 QTime=3016 
[junit4:junit4]   2> 8206 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8208 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@11c5571
[junit4:junit4]   2> 8208 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8208 T1820 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8209 T1820 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 8209 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38693
[junit4:junit4]   2> 8209 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38693
[junit4:junit4]   2> 8210 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000d with negotiated timeout 10000 for client /127.0.0.1:38693
[junit4:junit4]   2> 8210 T1820 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000d, negotiated timeout = 10000
[junit4:junit4]   2> 8210 T1821 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11c5571 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8211 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8212 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8214 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8215 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8218 T1783 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2
[junit4:junit4]   2> 8218 T1783 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 8219 T1783 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8220 T1783 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 8221 T1783 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2/'
[junit4:junit4]   2> 8258 T1783 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8287 T1783 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8288 T1783 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8292 T1783 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8605 T1783 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8610 T1783 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8613 T1783 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8623 T1783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8626 T1783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8629 T1783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8630 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8632 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8632 T1783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8634 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8634 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8634 T1783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8634 T1783 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/
[junit4:junit4]   2> 8635 T1783 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 8635 T1783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8636 T1783 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n
[junit4:junit4]   2> 8636 T1783 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index/
[junit4:junit4]   2> 8636 T1783 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8637 T1783 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index
[junit4:junit4]   2> 8638 T1783 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8638 T1783 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8640 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8640 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8641 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8641 T1783 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8641 T1783 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8643 T1783 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8645 T1783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8647 T1783 oass.SolrIndexSearcher.<init> Opening Searcher@1365c4 main
[junit4:junit4]   2> 8648 T1783 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/tlog
[junit4:junit4]   2> 8648 T1783 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8648 T1783 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8652 T1822 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@1365c4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8653 T1783 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 8653 T1783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9690 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9691 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48313_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48313__unloadcollection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48313",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 9693 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 9693 T1758 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9694 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9696 T1757 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> 9696 T1762 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> 9696 T1803 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> 9696 T1775 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> 9696 T1789 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> 9696 T1821 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> 9696 T1817 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> 10654 T1783 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 10655 T1783 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:59819 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 10657 T1783 oasc.ZkController.register We are http://127.0.0.1:59819/unloadcollection2/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 10657 T1783 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:59819
[junit4:junit4]   2> 10658 T1783 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 10658 T1783 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C101 name=unloadcollection2 org.apache.solr.core.SolrCore@1de9055 url=http://127.0.0.1:59819/unloadcollection2 node=127.0.0.1:59819_ C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=down}
[junit4:junit4]   2> 10658 T1823 C101 P59819 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 10659 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10659 T1783 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10659 T1823 C101 P59819 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 10660 T1823 C101 P59819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10660 T1783 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 10660 T1823 C101 P59819 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10665 T1783 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 10666 T1783 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n&name=unloadcollection2&collection=unloadcollection&version=2} status=0 QTime=2448 
[junit4:junit4]   2> 10667 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10668 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 10668 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11204 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11205 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59819__unloadcollection2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 11227 T1757 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> 11228 T1762 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> 11228 T1775 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> 11227 T1821 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> 11227 T1817 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> 11227 T1789 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> 11227 T1803 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> 11664 T1769 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&wt=javabin&action=PREPRECOVERY&nodeName=127.0.0.1:59819_&checkLive=true&version=2&core=unloadcollection1&coreNodeName=127.0.0.1:59819__unloadcollection2&state=recovering} status=0 QTime=1000 
[junit4:junit4]   2> 11671 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12673 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, shard=shard1, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=recovering}
[junit4:junit4]   2> 13665 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48313/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:59819 START replicas=[http://127.0.0.1:48313/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48313/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C102 name=unloadcollection1 org.apache.solr.core.SolrCore@daa54d url=http://127.0.0.1:48313/unloadcollection1 node=127.0.0.1:48313_ C102_STATE=coll:unloadcollection core:unloadcollection1 props:{node_name=127.0.0.1:48313_, shard=shard1, collection=unloadcollection, core=unloadcollection1, base_url=http://127.0.0.1:48313, state=active, leader=true}
[junit4:junit4]   2> 13670 T1768 C102 P48313 REQ /get {getVersions=100&wt=javabin&distrib=false&version=2&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 13673 T1771 C102 P48313 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13674 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13675 T1771 C102 P48313 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13675 T1771 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13676 T1771 C102 P48313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13677 T1771 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13677 T1771 C102 P48313 oass.SolrIndexSearcher.<init> Opening Searcher@7f2bf3 realtime
[junit4:junit4]   2> 13678 T1771 C102 P48313 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13678 T1771 C102 P48313 /update {waitSearcher=true&wt=javabin&commit_end_point=true&softCommit=false&version=2&commit=true&openSearcher=false} {commit=} 0 5
[junit4:junit4]   2> 13679 T1823 C101 P59819 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13679 T1823 C101 P59819 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13681 T1768 C102 P48313 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13681 T1768 C102 P48313 REQ /replication {wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13684 T1771 C102 P48313 REQ /replication {generation=2&wt=javabin&command=filelist&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 13685 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13685 T1823 C101 P59819 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index.20130324004431821
[junit4:junit4]   2> 13686 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@192fba7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b0729) fullCopy=false
[junit4:junit4]   2> 13688 T1770 C102 P48313 REQ /replication {generation=2&wt=filestream&command=filecontent&qt=/replication&file=segments_2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 13690 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13691 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13691 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 13692 T1823 C101 P59819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13692 T1823 C101 P59819 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13693 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13693 T1823 C101 P59819 oass.SolrIndexSearcher.<init> Opening Searcher@cbff20 main
[junit4:junit4]   2> 13694 T1822 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@cbff20 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13694 T1823 C101 P59819 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 13694 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 13695 T1823 C101 P59819 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 13695 T1823 C101 P59819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13696 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 14235 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14236 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59819__unloadcollection2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 14238 T1803 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> 14238 T1789 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> 14238 T1775 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> 14238 T1821 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> 14238 T1817 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> 14238 T1762 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> 14239 T1757 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> 14678 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14679 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 14680 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14685 T1799 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3
[junit4:junit4]   2> 14686 T1799 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 14690 T1799 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14690 T1799 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 14696 T1799 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3/'
[junit4:junit4]   2> 14744 T1799 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14789 T1799 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14791 T1799 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14797 T1799 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15370 T1799 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15378 T1799 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15382 T1799 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15417 T1799 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15421 T1799 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15424 T1799 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15426 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15426 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15427 T1799 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15431 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15432 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15432 T1799 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15433 T1799 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/
[junit4:junit4]   2> 15434 T1799 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 15434 T1799 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15435 T1799 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n
[junit4:junit4]   2> 15436 T1799 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index/
[junit4:junit4]   2> 15436 T1799 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15437 T1799 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index
[junit4:junit4]   2> 15438 T1799 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15438 T1799 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15440 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15441 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15441 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15442 T1799 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15443 T1799 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15443 T1799 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15444 T1799 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15444 T1799 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15445 T1799 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15448 T1799 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15457 T1799 oass.SolrIndexSearcher.<init> Opening Searcher@18392a4 main
[junit4:junit4]   2> 15458 T1799 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/tlog
[junit4:junit4]   2> 15459 T1799 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15459 T1799 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15463 T1826 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@18392a4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15464 T1799 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 15465 T1799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15743 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15743 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 15744 T1758 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15744 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15798 T1762 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> 15799 T1757 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> 15799 T1803 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> 15799 T1817 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> 15799 T1789 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> 15799 T1821 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> 15798 T1775 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> 16467 T1799 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 16467 T1799 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:37951 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 16471 T1799 oasc.ZkController.register We are http://127.0.0.1:37951/unloadcollection3/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 16471 T1799 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:37951
[junit4:junit4]   2> 16472 T1799 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 16472 T1799 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C103 name=unloadcollection3 org.apache.solr.core.SolrCore@1d86a43 url=http://127.0.0.1:37951/unloadcollection3 node=127.0.0.1:37951_ C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=down}
[junit4:junit4]   2> 16473 T1827 C103 P37951 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 16474 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16474 T1799 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16474 T1827 C103 P37951 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 16475 T1827 C103 P37951 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16475 T1799 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 16480 T1827 C103 P37951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16483 T1799 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 16485 T1799 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n&name=unloadcollection3&collection=unloadcollection&version=2} status=0 QTime=1800 
[junit4:junit4]   2> 16485 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16487 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17310 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17310 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37951__unloadcollection3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 17348 T1789 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> 17348 T1817 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> 17348 T1762 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> 17348 T1821 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> 17348 T1803 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> 17348 T1775 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> 17348 T1757 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> 17487 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&wt=javabin&action=PREPRECOVERY&nodeName=127.0.0.1:37951_&checkLive=true&version=2&core=unloadcollection1&coreNodeName=127.0.0.1:37951__unloadcollection3&state=recovering} status=0 QTime=1000 
[junit4:junit4]   2> 17489 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18491 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, shard=shard1, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=recovering}
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48313/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:37951 START replicas=[http://127.0.0.1:48313/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48313/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19491 T1771 C102 P48313 REQ /get {getVersions=100&wt=javabin&distrib=false&version=2&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 19493 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19495 T1770 C102 P48313 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19496 T1770 C102 P48313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19497 T1770 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19497 T1770 C102 P48313 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19498 T1770 C102 P48313 /update {waitSearcher=true&wt=javabin&commit_end_point=true&softCommit=false&version=2&commit=true&openSearcher=false} {commit=} 0 3
[junit4:junit4]   2> 19499 T1827 C103 P37951 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19499 T1827 C103 P37951 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19501 T1768 C102 P48313 REQ /replication {wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19501 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19502 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19502 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19505 T1771 C102 P48313 REQ /replication {generation=3&wt=javabin&command=filelist&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19506 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19507 T1827 C103 P37951 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index.20130324004437642
[junit4:junit4]   2> 19507 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@19e07ed lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbd9b4) fullCopy=false
[junit4:junit4]   2> 19511 T1770 C102 P48313 REQ /replication {generation=3&wt=filestream&command=filecontent&qt=/replication&file=segments_3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 19515 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19516 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19516 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 19517 T1827 C103 P37951 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19518 T1827 C103 P37951 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19518 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19518 T1827 C103 P37951 oass.SolrIndexSearcher.<init> Opening Searcher@14f0a77 main
[junit4:junit4]   2> 19519 T1826 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@14f0a77 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19522 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 20361 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20362 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37951__unloadcollection3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 20599 T1821 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> 20599 T1762 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> 20599 T1757 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> 20599 T1803 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> 20600 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20600 T1775 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> 20600 T1789 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> 20600 T1817 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> 20601 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 20601 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, shard=shard1, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=active}
[junit4:junit4]   2> 20620 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[20 (1430343939522560000)]} 0 2
[junit4:junit4]   2>  C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, shard=shard1, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=active}
[junit4:junit4]   2> 20640 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[20 (1430343939522560000)]} 0 8
[junit4:junit4]   2> 20641 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[20 (1430343939522560000)]} 0 27
[junit4:junit4]   2> 20641 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[20]} 0 30
[junit4:junit4]   2> 20650 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[21 (1430343939556114432)]} 0 1
[junit4:junit4]   2> 20656 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[21 (1430343939556114432)]} 0 1
[junit4:junit4]   2> 20657 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[21 (1430343939556114432)]} 0 11
[junit4:junit4]   2> 20657 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[21]} 0 13
[junit4:junit4]   2> 20666 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[22 (1430343939572891648)]} 0 1
[junit4:junit4]   2> 20666 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[22 (1430343939572891648)]} 0 1
[junit4:junit4]   2> 20667 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[22 (1430343939572891648)]} 0 5
[junit4:junit4]   2> 20668 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[22]} 0 9
[junit4:junit4]   2> 20676 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[23 (1430343939583377408)]} 0 1
[junit4:junit4]   2> 20676 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[23 (1430343939583377408)]} 0 1
[junit4:junit4]   2> 20677 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[23 (1430343939583377408)]} 0 5
[junit4:junit4]   2> 20678 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[23]} 0 8
[junit4:junit4]   2> 20685 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[24 (1430343939593863168)]} 0 1
[junit4:junit4]   2> 20685 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[24 (1430343939593863168)]} 0 1
[junit4:junit4]   2> 20686 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[24 (1430343939593863168)]} 0 4
[junit4:junit4]   2> 20687 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[24]} 0 7
[junit4:junit4]   2> 20695 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[25 (1430343939603300352)]} 0 1
[junit4:junit4]   2> 20695 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[25 (1430343939603300352)]} 0 1
[junit4:junit4]   2> 20696 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[25 (1430343939603300352)]} 0 5
[junit4:junit4]   2> 20697 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[25]} 0 8
[junit4:junit4]   2> 20708 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[26 (1430343939614834688)]} 0 1
[junit4:junit4]   2> 20713 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[26 (1430343939614834688)]} 0 0
[junit4:junit4]   2> 20714 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[26 (1430343939614834688)]} 0 12
[junit4:junit4]   2> 20715 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[26]} 0 16
[junit4:junit4]   2> 20724 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[27 (1430343939633709056)]} 0 0
[junit4:junit4]   2> 20724 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[27 (1430343939633709056)]} 0 0
[junit4:junit4]   2> 20724 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[27 (1430343939633709056)]} 0 4
[junit4:junit4]   2> 20725 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[27]} 0 7
[junit4:junit4]   2> 20734 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[28 (1430343939644194816)]} 0 1
[junit4:junit4]   2> 20734 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[28 (1430343939644194816)]} 0 1
[junit4:junit4]   2> 20735 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[28 (1430343939644194816)]} 0 6
[junit4:junit4]   2> 20736 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[28]} 0 9
[junit4:junit4]   2> 20744 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[29 (1430343939655729152)]} 0 1
[junit4:junit4]   2> 20745 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[29 (1430343939655729152)]} 0 1
[junit4:junit4]   2> 20746 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[29 (1430343939655729152)]} 0 6
[junit4:junit4]   2> 20746 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[29]} 0 8
[junit4:junit4]   2> 20755 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[30 (1430343939666214912)]} 0 1
[junit4:junit4]   2> 20755 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[30 (1430343939666214912)]} 0 1
[junit4:junit4]   2> 20755 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[30 (1430343939666214912)]} 0 4
[junit4:junit4]   2> 20756 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   2> 20764 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[31 (1430343939675652096)]} 0 1
[junit4:junit4]   2> 20764 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[31 (1430343939675652096)]} 0 1
[junit4:junit4]   2> 20765 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[31 (1430343939675652096)]} 0 5
[junit4:junit4]   2> 20768 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[31]} 0 10
[junit4:junit4]   2> 20778 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[32 (1430343939691380736)]} 0 1
[junit4:junit4]   2> 20778 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[32 (1430343939691380736)]} 0 1
[junit4:junit4]   2> 20779 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[32 (1430343939691380736)]} 0 4
[junit4:junit4]   2> 20780 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[32]} 0 7
[junit4:junit4]   2> 20788 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[33 (1430343939700817920)]} 0 1
[junit4:junit4]   2> 20788 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[33 (1430343939700817920)]} 0 1
[junit4:junit4]   2> 20789 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[33 (1430343939700817920)]} 0 5
[junit4:junit4]   2> 20790 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[33]} 0 8
[junit4:junit4]   2> 20802 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[34 (1430343939714449408)]} 0 2
[junit4:junit4]   2> 20803 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[34 (1430343939714449408)]} 0 2
[junit4:junit4]   2> 20803 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[34 (1430343939714449408)]} 0 6
[junit4:junit4]   2> 20804 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[34]} 0 9
[junit4:junit4]   2> 20812 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[35 (1430343939727032320)]} 0 1
[junit4:junit4]   2> 20815 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[35 (1430343939727032320)]} 0 1
[junit4:junit4]   2> 20815 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[35 (1430343939727032320)]} 0 7
[junit4:junit4]   2> 20816 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[35]} 0 10
[junit4:junit4]   2> 20823 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[36 (1430343939738566656)]} 0 0
[junit4:junit4]   2> 20823 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[36 (1430343939738566656)]} 0 0
[junit4:junit4]   2> 20824 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[36 (1430343939738566656)]} 0 4
[junit4:junit4]   2> 20824 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[36]} 0 6
[junit4:junit4]   2> 20833 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[37 (1430343939748003840)]} 0 1
[junit4:junit4]   2> 20833 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[37 (1430343939748003840)]} 0 1
[junit4:junit4]   2> 20834 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[37 (1430343939748003840)]} 0 5
[junit4:junit4]   2> 20834 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   2> 20842 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[38 (1430343939758489600)]} 0 1
[junit4:junit4]   2> 20842 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[38 (1430343939758489600)]} 0 1
[junit4:junit4]   2> 20843 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[38 (1430343939758489600)]} 0 5
[junit4:junit4]   2> 20844 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   2> 20851 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[39 (1430343939767926784)]} 0 1
[junit4:junit4]   2> 20851 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[39 (1430343939767926784)]} 0 1
[junit4:junit4]   2> 20852 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[39 (1430343939767926784)]} 0 4
[junit4:junit4]   2> 20852 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[39]} 0 6
[junit4:junit4]   2> 20861 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[40 (1430343939777363968)]} 0 2
[junit4:junit4]   2> 20861 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[40 (1430343939777363968)]} 0 2
[junit4:junit4]   2> 20862 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[40 (1430343939777363968)]} 0 6
[junit4:junit4]   2> 20863 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   2> 20870 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[41 (1430343939787849728)]} 0 1
[junit4:junit4]   2> 20870 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[41 (1430343939787849728)]} 0 1
[junit4:junit4]   2> 20871 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[41 (1430343939787849728)]} 0 4
[junit4:junit4]   2> 20871 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[41]} 0 6
[junit4:junit4]   2> 20879 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[42 (1430343939797286912)]} 0 1
[junit4:junit4]   2> 20879 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[42 (1430343939797286912)]} 0 1
[junit4:junit4]   2> 20880 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[42 (1430343939797286912)]} 0 4
[junit4:junit4]   2> 20880 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[42]} 0 6
[junit4:junit4]   2> 20888 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[43 (1430343939806724096)]} 0 1
[junit4:junit4]   2> 20888 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[43 (1430343939806724096)]} 0 1
[junit4:junit4]   2> 20889 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[43 (1430343939806724096)]} 0 4
[junit4:junit4]   2> 20889 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[43]} 0 6
[junit4:junit4]   2> 20897 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[44 (1430343939816161280)]} 0 1
[junit4:junit4]   2> 20897 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[44 (1430343939816161280)]} 0 1
[junit4:junit4]   2> 20897 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[44 (1430343939816161280)]} 0 4
[junit4:junit4]   2> 20898 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[44]} 0 7
[junit4:junit4]   2> 20905 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[45 (1430343939824549888)]} 0 1
[junit4:junit4]   2> 20905 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[45 (1430343939824549888)]} 0 1
[junit4:junit4]   2> 20906 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[45 (1430343939824549888)]} 0 4
[junit4:junit4]   2> 20906 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[45]} 0 6
[junit4:junit4]   2> 20914 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[46 (1430343939833987072)]} 0 1
[junit4:junit4]   2> 20914 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[46 (1430343939833987072)]} 0 1
[junit4:junit4]   2> 20915 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[46 (1430343939833987072)]} 0 4
[junit4:junit4]   2> 20916 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   2> 20924 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[47 (1430343939844472832)]} 0 1
[junit4:junit4]   2> 20924 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[47 (1430343939844472832)]} 0 1
[junit4:junit4]   2> 20925 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[47 (1430343939844472832)]} 0 5
[junit4:junit4]   2> 20925 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[47]} 0 7
[junit4:junit4]   2> 20935 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[48 (1430343939856007168)]} 0 1
[junit4:junit4]   2> 20936 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[48 (1430343939856007168)]} 0 1
[junit4:junit4]   2> 20937 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[48 (1430343939856007168)]} 0 6
[junit4:junit4]   2> 20937 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[48]} 0 9
[junit4:junit4]   2> 20945 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[49 (1430343939865444352)]} 0 1
[junit4:junit4]   2> 20945 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[49 (1430343939865444352)]} 0 1
[junit4:junit4]   2> 20946 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[49 (1430343939865444352)]} 0 5
[junit4:junit4]   2> 20947 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[49]} 0 8
[junit4:junit4]   2> 20954 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[50 (1430343939875930112)]} 0 1
[junit4:junit4]   2> 20954 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[50 (1430343939875930112)]} 0 1
[junit4:junit4]   2> 20955 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[50 (1430343939875930112)]} 0 4
[junit4:junit4]   2> 20955 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[50]} 0 6
[junit4:junit4]   2> 20963 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[51 (1430343939885367296)]} 0 0
[junit4:junit4]   2> 20963 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[51 (1430343939885367296)]} 0 0
[junit4:junit4]   2> 20964 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[51 (1430343939885367296)]} 0 4
[junit4:junit4]   2> 20965 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[51]} 0 7
[junit4:junit4]   2> 20973 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[52 (1430343939895853056)]} 0 1
[junit4:junit4]   2> 20973 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[52 (1430343939895853056)]} 0 1
[junit4:junit4]   2> 20974 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[52 (1430343939895853056)]} 0 5
[junit4:junit4]   2> 20974 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[52]} 0 7
[junit4:junit4]   2> 20982 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[53 (1430343939905290240)]} 0 1
[junit4:junit4]   2> 20982 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[53 (1430343939905290240)]} 0 1
[junit4:junit4]   2> 20983 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[53 (1430343939905290240)]} 0 4
[junit4:junit4]   2> 20984 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[53]} 0 7
[junit4:junit4]   2> 20995 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[54 (1430343939917873152)]} 0 1
[junit4:junit4]   2> 20995 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[54 (1430343939917873152)]} 0 1
[junit4:junit4]   2> 20996 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[54 (1430343939917873152)]} 0 5
[junit4:junit4]   2> 20997 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[54]} 0 8
[junit4:junit4]   2> 21005 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[55 (1430343939928358912)]} 0 1
[junit4:junit4]   2> 21005 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[55 (1430343939928358912)]} 0 1
[junit4:junit4]   2> 21006 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[55 (1430343939928358912)]} 0 5
[junit4:junit4]   2> 21007 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[55]} 0 8
[junit4:junit4]   2> 21015 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[56 (1430343939939893248)]} 0 1
[junit4:junit4]   2> 21016 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[56 (1430343939939893248)]} 0 1
[junit4:junit4]   2> 21017 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[56 (1430343939939893248)]} 0 5
[junit4:junit4]   2> 21017 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[56]} 0 8
[junit4:junit4]   2> 21028 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[57 (1430343939953524736)]} 0 1
[junit4:junit4]   2> 21028 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[57 (1430343939953524736)]} 0 1
[junit4:junit4]   2> 21029 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[57 (1430343939953524736)]} 0 4
[junit4:junit4]   2> 21029 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[57]} 0 6
[junit4:junit4]   2> 21038 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[58 (1430343939962961920)]} 0 1
[junit4:junit4]   2> 21038 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[58 (1430343939962961920)]} 0 1
[junit4:junit4]   2> 21039 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[58 (1430343939962961920)]} 0 5
[junit4:junit4]   2> 21043 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[58]} 0 12
[junit4:junit4]   2> 21053 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[59 (1430343939978690560)]} 0 1
[junit4:junit4]   2> 21053 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[59 (1430343939978690560)]} 0 1
[junit4:junit4]   2> 21053 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[59 (1430343939978690560)]} 0 4
[junit4:junit4]   2> 21054 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[59]} 0 7
[junit4:junit4]   2> 21062 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[60 (1430343939989176320)]} 0 1
[junit4:junit4]   2> 21062 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[60 (1430343939989176320)]} 0 1
[junit4:junit4]   2> 21063 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[60 (1430343939989176320)]} 0 5
[junit4:junit4]   2> 21064 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[60]} 0 8
[junit4:junit4]   2> 21073 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[61 (1430343939999662080)]} 0 1
[junit4:junit4]   2> 21075 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[61 (1430343939999662080)]} 0 1
[junit4:junit4]   2> 21076 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[61 (1430343939999662080)]} 0 7
[junit4:junit4]   2> 21076 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[61]} 0 10
[junit4:junit4]   2> 21085 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[62 (1430343940012244992)]} 0 1
[junit4:junit4]   2> 21087 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[62 (1430343940012244992)]} 0 1
[junit4:junit4]   2> 21088 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[62 (1430343940012244992)]} 0 7
[junit4:junit4]   2> 21088 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[62]} 0 9
[junit4:junit4]   2> 21096 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[63 (1430343940024827904)]} 0 1
[junit4:junit4]   2> 21096 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[63 (1430343940024827904)]} 0 1
[junit4:junit4]   2> 21097 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[63 (1430343940024827904)]} 0 5
[junit4:junit4]   2> 21097 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[63]} 0 7
[junit4:junit4]   2> 21105 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[64 (1430343940033216512)]} 0 1
[junit4:junit4]   2> 21106 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[64 (1430343940033216512)]} 0 1
[junit4:junit4]   2> 21106 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[64 (1430343940033216512)]} 0 5
[junit4:junit4]   2> 21107 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[64]} 0 8
[junit4:junit4]   2> 21115 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[65 (1430343940044750848)]} 0 1
[junit4:junit4]   2> 21115 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[65 (1430343940044750848)]} 0 1
[junit4:junit4]   2> 21115 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[65 (1430343940044750848)]} 0 4
[junit4:junit4]   2> 21116 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[65]} 0 7
[junit4:junit4]   2> 21124 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[66 (1430343940054188032)]} 0 1
[junit4:junit4]   2> 21124 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[66 (1430343940054188032)]} 0 1
[junit4:junit4]   2> 21125 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[66 (1430343940054188032)]} 0 5
[junit4:junit4]   2> 21126 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[66]} 0 8
[junit4:junit4]   2> 21135 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[67 (1430343940064673792)]} 0 1
[junit4:junit4]   2> 21135 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[67 (1430343940064673792)]} 0 1
[junit4:junit4]   2> 21135 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[67 (1430343940064673792)]} 0 4
[junit4:junit4]   2> 21136 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[67]} 0 8
[junit4:junit4]   2> 21143 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[68 (1430343940074110976)]} 0 1
[junit4:junit4]   2> 21143 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[68 (1430343940074110976)]} 0 1
[junit4:junit4]   2> 21144 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[68 (1430343940074110976)]} 0 4
[junit4:junit4]   2> 21145 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[68]} 0 7
[junit4:junit4]   2> 21153 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[69 (1430343940084596736)]} 0 1
[junit4:junit4]   2> 21153 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[69 (1430343940084596736)]} 0 1
[junit4:junit4]   2> 21154 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[69 (1430343940084596736)]} 0 5
[junit4:junit4]   2> 21154 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[69]} 0 7
[junit4:junit4]   2> 21162 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[70 (1430343940094033920)]} 0 1
[junit4:junit4]   2> 21162 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[70 (1430343940094033920)]} 0 1
[junit4:junit4]   2> 21163 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[70 (1430343940094033920)]} 0 4
[junit4:junit4]   2> 21164 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[70]} 0 7
[junit4:junit4]   2> 21171 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[71 (1430343940103471104)]} 0 1
[junit4:junit4]   2> 21171 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[71 (1430343940103471104)]} 0 1
[junit4:junit4]   2> 21172 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[71 (1430343940103471104)]} 0 4
[junit4:junit4]   2> 21172 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[71]} 0 6
[junit4:junit4]   2> 21180 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[72 (1430343940112908288)]} 0 1
[junit4:junit4]   2> 21180 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[72 (1430343940112908288)]} 0 1
[junit4:junit4]   2> 21181 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[72 (1430343940112908288)]} 0 5
[junit4:junit4]   2> 21181 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[72]} 0 7
[junit4:junit4]   2> 21189 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[73 (1430343940121296896)]} 0 1
[junit4:junit4]   2> 21189 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[73 (1430343940121296896)]} 0 1
[junit4:junit4]   2> 21190 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[73 (1430343940121296896)]} 0 5
[junit4:junit4]   2> 21190 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[73]} 0 7
[junit4:junit4]   2> 21198 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[74 (1430343940131782656)]} 0 1
[junit4:junit4]   2> 21198 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[74 (1430343940131782656)]} 0 1
[junit4:junit4]   2> 21199 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[74 (1430343940131782656)]} 0 4
[junit4:junit4]   2> 21199 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[74]} 0 6
[junit4:junit4]   2> 21207 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[75 (1430343940141219840)]} 0 1
[junit4:junit4]   2> 21207 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[75 (1430343940141219840)]} 0 1
[junit4:junit4]   2> 21208 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[75 (1430343940141219840)]} 0 4
[junit4:junit4]   2> 21209 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[75]} 0 7
[junit4:junit4]   2> 21216 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[76 (1430343940150657024)]} 0 1
[junit4:junit4]   2> 21216 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[76 (1430343940150657024)]} 0 1
[junit4:junit4]   2> 21217 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[76 (1430343940150657024)]} 0 4
[junit4:junit4]   2> 21218 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[76]} 0 7
[junit4:junit4]   2> 21226 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[77 (1430343940160094208)]} 0 1
[junit4:junit4]   2> 21226 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[77 (1430343940160094208)]} 0 1
[junit4:junit4]   2> 21227 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[77 (1430343940160094208)]} 0 5
[junit4:junit4]   2> 21227 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[77]} 0 7
[junit4:junit4]   2> 21237 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[78 (1430343940172677120)]} 0 1
[junit4:junit4]   2> 21237 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[78 (1430343940172677120)]} 0 1
[junit4:junit4]   2> 21238 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[78 (1430343940172677120)]} 0 4
[junit4:junit4]   2> 21238 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[78]} 0 8
[junit4:junit4]   2> 21250 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[79 (1430343940185260032)]} 0 1
[junit4:junit4]   2> 21250 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[79 (1430343940185260032)]} 0 1
[junit4:junit4]   2> 21251 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[79 (1430343940185260032)]} 0 5
[junit4:junit4]   2> 21252 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[79]} 0 11
[junit4:junit4]   2> 21260 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[80 (1430343940196794368)]} 0 1
[junit4:junit4]   2> 21260 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[80 (1430343940196794368)]} 0 1
[junit4:junit4]   2> 21260 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[80 (1430343940196794368)]} 0 3
[junit4:junit4]   2> 21261 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[80]} 0 6
[junit4:junit4]   2> 21268 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[81 (1430343940205182976)]} 0 1
[junit4:junit4]   2> 21268 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[81 (1430343940205182976)]} 0 1
[junit4:junit4]   2> 21275 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[81 (1430343940205182976)]} 0 10
[junit4:junit4]   2> 21276 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[81]} 0 13
[junit4:junit4]   2> 21287 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[82 (1430343940223008768)]} 0 1
[junit4:junit4]   2> 21287 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[82 (1430343940223008768)]} 0 2
[junit4:junit4]   2> 21288 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[82 (1430343940223008768)]} 0 6
[junit4:junit4]   2> 21289 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[82]} 0 10
[junit4:junit4]   2> 21298 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[83 (1430343940235591680)]} 0 1
[junit4:junit4]   2> 21299 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[83 (1430343940235591680)]} 0 0
[junit4:junit4]   2> 21300 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[83 (1430343940235591680)]} 0 6
[junit4:junit4]   2> 21301 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[83]} 0 10
[junit4:junit4]   2> 21309 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[84 (1430343940248174592)]} 0 1
[junit4:junit4]   2> 21309 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[84 (1430343940248174592)]} 0 1
[junit4:junit4]   2> 21310 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[84 (1430343940248174592)]} 0 4
[junit4:junit4]   2> 21310 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[84]} 0 6
[junit4:junit4]   2> 21318 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[85 (1430343940257611776)]} 0 1
[junit4:junit4]   2> 21318 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[85 (1430343940257611776)]} 0 1
[junit4:junit4]   2> 21326 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[85 (1430343940257611776)]} 0 12
[junit4:junit4]   2> 21327 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[85]} 0 14
[junit4:junit4]   2> 21335 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[86 (1430343940275437568)]} 0 0
[junit4:junit4]   2> 21335 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[86 (1430343940275437568)]} 0 0
[junit4:junit4]   2> 21336 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[86 (1430343940275437568)]} 0 4
[junit4:junit4]   2> 21337 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[86]} 0 7
[junit4:junit4]   2> 21345 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[87 (1430343940285923328)]} 0 1
[junit4:junit4]   2> 21345 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[87 (1430343940285923328)]} 0 1
[junit4:junit4]   2> 21346 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[87 (1430343940285923328)]} 0 5
[junit4:junit4]   2> 21346 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[87]} 0 7
[junit4:junit4]   2> 21354 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[88 (1430343940295360512)]} 0 0
[junit4:junit4]   2> 21355 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[88 (1430343940295360512)]} 0 0
[junit4:junit4]   2> 21355 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[88 (1430343940295360512)]} 0 4
[junit4:junit4]   2> 21362 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[88]} 0 13
[junit4:junit4]   2> 21371 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[89 (1430343940312137728)]} 0 1
[junit4:junit4]   2> 21371 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[89 (1430343940312137728)]} 0 0
[junit4:junit4]   2> 21372 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[89 (1430343940312137728)]} 0 5
[junit4:junit4]   2> 21372 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[89]} 0 7
[junit4:junit4]   2> 21380 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[90 (1430343940322623488)]} 0 1
[junit4:junit4]   2> 21380 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[90 (1430343940322623488)]} 0 1
[junit4:junit4]   2> 21381 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[90 (1430343940322623488)]} 0 5
[junit4:junit4]   2> 21381 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[90]} 0 7
[junit4:junit4]   2> 21390 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[91 (1430343940332060672)]} 0 1
[junit4:junit4]   2> 21390 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[91 (1430343940332060672)]} 0 1
[junit4:junit4]   2> 21392 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[91 (1430343940332060672)]} 0 6
[junit4:junit4]   2> 21393 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[91]} 0 9
[junit4:junit4]   2> 21404 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[92 (1430343940347789312)]} 0 1
[junit4:junit4]   2> 21404 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[92 (1430343940347789312)]} 0 0
[junit4:junit4]   2> 21405 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[92 (1430343940347789312)]} 0 5
[junit4:junit4]   2> 21406 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[92]} 0 11
[junit4:junit4]   2> 21414 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[93 (1430343940357226496)]} 0 1
[junit4:junit4]   2> 21414 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[93 (1430343940357226496)]} 0 1
[junit4:junit4]   2> 21415 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[93 (1430343940357226496)]} 0 5
[junit4:junit4]   2> 21415 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[93]} 0 7
[junit4:junit4]   2> 21423 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[94 (1430343940367712256)]} 0 1
[junit4:junit4]   2> 21423 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[94 (1430343940367712256)]} 0 0
[junit4:junit4]   2> 21424 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[94 (1430343940367712256)]} 0 4
[junit4:junit4]   2> 21425 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[94]} 0 7
[junit4:junit4]   2> 21432 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[95 (1430343940377149440)]} 0 1
[junit4:junit4]   2> 21432 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[95 (1430343940377149440)]} 0 1
[junit4:junit4]   2> 21433 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[95 (1430343940377149440)]} 0 4
[junit4:junit4]   2> 21434 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[95]} 0 7
[junit4:junit4]   2> 21441 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[96 (1430343940386586624)]} 0 1
[junit4:junit4]   2> 21441 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[96 (1430343940386586624)]} 0 1
[junit4:junit4]   2> 21442 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[96 (1430343940386586624)]} 0 4
[junit4:junit4]   2> 21442 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[96]} 0 6
[junit4:junit4]   2> 21450 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[97 (1430343940394975232)]} 0 1
[junit4:junit4]   2> 21450 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[97 (1430343940394975232)]} 0 1
[junit4:junit4]   2> 21450 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[97 (1430343940394975232)]} 0 4
[junit4:junit4]   2> 21451 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[97]} 0 7
[junit4:junit4]   2> 21459 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[98 (1430343940405460992)]} 0 1
[junit4:junit4]   2> 21459 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[98 (1430343940405460992)]} 0 1
[junit4:junit4]   2> 21460 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[98 (1430343940405460992)]} 0 5
[junit4:junit4]   2> 21460 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[98]} 0 7
[junit4:junit4]   2> 21468 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[99 (1430343940414898176)]} 0 1
[junit4:junit4]   2> 21468 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[99 (1430343940414898176)]} 0 1
[junit4:junit4]   2> 21469 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[99 (1430343940414898176)]} 0 5
[junit4:junit4]   2> 21469 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[99]} 0 7
[junit4:junit4]   2> 21470 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21474 T1768 oasha.CoreAdminHandler.handleUnloadAction Unregistering core unloadcollection1 from cloudstate.
[junit4:junit4]   2> 21508 T1768 oasc.SolrCore.close [unloadcollection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@daa54d
[junit4:junit4]   2> 21515 T1768 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=80,adds=80,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=80,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 21515 T1768 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 21515 T1768 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 21516 T1768 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 21517 T1768 oasc.SolrCore.closeSearcher [unloadcollection1] Closing main searcher on request.
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 21519 T1768 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 21519 T1768 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 21526 T1768 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 21526 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {deleteIndex=false&wt=javabin&action=UNLOAD&indexInfo=true&version=2&core=unloadcollection1&deleteDataDir=false} status=0 QTime=52 
[junit4:junit4]   2> 21528 T1789 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21529 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x57 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21568 T1789 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 21568 T1789 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 21569 T1789 oasc.ShardLeaderElectionContex

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

/127.0.0.1:48313_ (0)
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=1942BB68A02246C8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Europe/Gibraltar -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  139s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([1942BB68A02246C8:98A43570D77D26F4]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[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> 138901 T1735 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 138909 T1734 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 140007 T1817 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140008 T1817 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> 140008 T1817 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140008 T1817 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=321), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=321)), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=da, timezone=Europe/Gibraltar
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=243744072,total=469762048
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJoin, TermVectorComponentTest, DistributedTermsComponentTest, LukeRequestHandlerTest, DocValuesTest, TestStressVersions, JsonLoaderTest, ReturnFieldsTest, SOLR749Test, PolyFieldTest, TestReversedWildcardFilterFactory, CoreAdminHandlerTest, TestQuerySenderListener, TestSweetSpotSimilarityFactory, TestSolrCoreProperties, AlternateDirectoryTest, FastVectorHighlighterTest, TestPluginEnable, MoreLikeThisHandlerTest, IndexSchemaTest, SynonymTokenizerTest, TestSolrDeletionPolicy1, WordBreakSolrSpellCheckerTest, ShardRoutingTest, TestRemoteStreaming, TestPseudoReturnFields, TestPropInjectDefaults, TestRandomDVFaceting, TestFaceting, TestStressRecovery, ExternalFileFieldSortTest, TestSolrIndexConfig, DirectUpdateHandlerOptimizeTest, ChaosMonkeyNothingIsSafeTest, TestDynamicFieldCollectionResource, TestSort, TestCharFilters, CachingDirectoryFactoryTest, TestSearchPerf, ZkCLITest, TestXIncludeConfig, PeerSyncTest, BinaryUpdateRequestHandlerTest, MBeansHandlerTest, DateFieldTest, LegacyHTMLStripCharFilterTest, SuggesterTest, CacheHeaderTest, TestPHPSerializedResponseWriter, SoftAutoCommitTest, RAMDirectoryFactoryTest, TestPerFieldSimilarity, TestExtendedDismaxParser, TestQueryUtils, SearchHandlerTest, BasicDistributedZkTest, TestLFUCache, ScriptEngineTest, TestConfig, SystemInfoHandlerTest, RegexBoostProcessorTest, SolrCoreTest, ZkControllerTest, TestValueSourceCache, ShowFileRequestHandlerTest, DistributedSpellCheckComponentTest, ResponseLogComponentTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 140.20s, 1 test, 1 failure <<< FAILURES!

[...truncated 414 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 47 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b82 -server -XX:+UseG1GC -XX:MarkStackSize=256K
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4841 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4841/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.lucene.index.sorter.TestSortingMergePolicy.testSortingMP

Error Message:


Stack Trace:
java.lang.NullPointerException
	at org.apache.lucene.index.sorter.TestSortingMergePolicy.tearDown(TestSortingMergePolicy.java:90)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	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 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 7374 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.TestSortingMergePolicy
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSortingMergePolicy -Dtests.method=testSortingMP -Dtests.seed=17452DBF10327F3B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_BH -Dtests.timezone=GB -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.33s J0 | TestSortingMergePolicy.testSortingMP <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushControl.addFlushableState(DocumentsWriterFlushControl.java:534)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushControl.obtainAndLock(DocumentsWriterFlushControl.java:448)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:363)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1127)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.createRandomIndexes(TestSortingMergePolicy.java:72)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.setUp(TestSortingMergePolicy.java:51)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[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 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]    > Throwable #2: java.lang.NullPointerException
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.tearDown(TestSortingMergePolicy.java:90)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
[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 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> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_BH, timezone=GB
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=11249976,total=18874368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSortingMergePolicy]
[junit4:junit4] Completed on J0 in 0.56s, 1 test, 1 error <<< FAILURES!

[...truncated 41 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1754: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 10 suites, 39 tests, 1 error, 2 ignored (2 assumptions)

Total time: 25 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure