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/05/03 06:11:30 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5463 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5463/
Java: 64bit/jdk1.8.0-ea-b86 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([6E3635851B4C68FB:EFD0BB9D6C1308C7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:511)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:145)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	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:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Wrong doc count on shard1_0 expected:<312> but was:<311>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<312> but was:<311>
	at __randomizedtesting.SeedInfo.seed([6E3635851B4C68FB:EFD0BB9D6C1308C7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:158)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:134)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	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:490)
	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 9548 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.752; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /gti/c
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.756; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.756; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.757; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.857; org.apache.solr.cloud.ZkTestServer; start zk server on port:55762
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.858; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.927; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@34201937 name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.928; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.928; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.935; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.937; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3ae7e1c3 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.938; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.938; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.944; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.948; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.952; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.956; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.957; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.964; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.965; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.970; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.971; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.975; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.975; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.980; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.981; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.986; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.987; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.991; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.992; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:02.996; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:02.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.002; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 04:01:03.003; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.082; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.087; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40646
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.088; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.088; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.089; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.089; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.089; org.apache.solr.core.CoreContainer; New CoreContainer 1776346312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.090; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.090; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.122; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.123; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.124; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.128; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.141; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.142; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.143; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.144; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.145; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.145; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.145; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.146; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.146; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.146; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.147; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.147; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.147; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.150; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.150; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:55762/solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.150; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.151; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.153; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3c4152ff name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.154; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.155; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.158; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.159; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@23a4e488 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.160; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.162; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.166; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.173; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40646_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.174; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40646_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.180; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.186; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.190; org.apache.solr.cloud.Overseer; Overseer (id=89623996842639363-127.0.0.1:40646_gti%2Fc-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.196; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.202; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.203; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.207; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.209; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.214; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.217; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.218; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.219; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.223; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.224; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.226; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@42d3fe0a name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.227; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.229; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.233; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.302; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.305; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:42253
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.305; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.306; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.306; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.306; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.307; org.apache.solr.core.CoreContainer; New CoreContainer 1996791364
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.307; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.307; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/'
[junit4:junit4]   1> ERROR - 2013-05-03 04:01:03.332; org.apache.solr.util.ConcurrentLRUCache; ConcurrentLRUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.351; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.352; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.352; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.357; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.372; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.373; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.374; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.375; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.376; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.377; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.377; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.377; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.378; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.378; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.381; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.381; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:55762/solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.381; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.382; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.384; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7d73e2c5 name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.384; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.386; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.389; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.390; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5e6c19f4 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.390; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:03.395; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.397; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42253_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:42253_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.404; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.404; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.404; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.411; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.411; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.412; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.475; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.478; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43908
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.479; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.480; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.480; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.481; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.482; org.apache.solr.core.CoreContainer; New CoreContainer 228653003
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.482; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.483; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.516; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.517; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.517; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.522; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.539; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.540; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.541; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.543; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.543; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.544; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.544; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.544; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.545; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.545; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.545; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.546; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.546; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.549; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.549; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:55762/solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.549; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.550; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.552; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@10767720 name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.552; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.554; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.557; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.558; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6d768f32 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.558; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:04.561; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.563; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43908_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.565; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43908_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.569; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.569; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.569; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.569; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.577; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.577; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.578; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.672; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.674; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:58763
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.675; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.675; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.675; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.676; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.676; org.apache.solr.core.CoreContainer; New CoreContainer 1881516003
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.677; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.677; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.712; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.713; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.714; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.718; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.733; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.734; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.735; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.737; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.737; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.738; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.738; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.738; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.738; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.739; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.739; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.739; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.740; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.742; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.743; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:55762/solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.743; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.744; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.746; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d0b8df5 name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.746; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.747; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.749; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.750; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@28effca2 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.751; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:05.753; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.756; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58763_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.758; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:58763_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.763; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.763; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.763; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.763; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.763; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.770; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.771; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.771; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.852; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.862; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:48043
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.863; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.864; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.864; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.864; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.865; org.apache.solr.core.CoreContainer; New CoreContainer 1484247589
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.865; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.865; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.900; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.901; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.901; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.905; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.920; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.920; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.921; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.923; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.923; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.924; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.924; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.924; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.925; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.925; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.925; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.926; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.926; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.928; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.929; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:55762/solr
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.929; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.930; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.931; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@65d535ff name:ZooKeeperConnection Watcher:127.0.0.1:55762 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.932; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.934; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.936; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.938; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1edf0d6d name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.938; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:06.943; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.947; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48043_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.949; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:48043_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.952; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.953; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.953; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.953; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.953; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.953; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.960; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.961; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.962; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.966; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.972; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : version=2&name=nodes_used_collection&action=CREATE&numShards=2&replicationFactor=2&wt=javabin
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.974; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.975; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   1>   "createNodeSet":null,
[junit4:junit4]   1>   "name":"nodes_used_collection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "replicationFactor":"2",
[junit4:junit4]   1>   "maxShardsPerNode":null,
[junit4:junit4]   1>   "operation":"createcollection"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.976; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:43908_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.976; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:42253_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.979; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:58763_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.980; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:40646_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.982; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.982; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.983; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.983; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.985; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.983; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.982; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.986; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.986; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.985; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.988; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.988; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.987; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.990; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.987; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.992; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.992; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.991; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.990; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.994; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.992; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.996; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.997; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.997; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.998; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.999; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:07.998; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.000; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.000; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.001; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.002; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.037; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.037; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.039; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.041; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.075; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.077; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.077; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.078; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.081; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.081; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.088; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.089; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.094; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.104; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.105; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.110; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.471; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.471; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.476; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.476; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.478; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.479; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.491; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.491; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.495; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.495; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.499; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.499; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.500; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.501; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.500; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.501; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.501; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.502; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.510; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.511; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.511; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.512; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.511; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.512; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.512; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.512; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.513; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.513; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.514; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.514; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.515; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.515; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.515; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.515; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.516; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.516; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.516; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.517; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.519; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d528325 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7456f452),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.519; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.519; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ee1843d lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e568b0a),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.520; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.522; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.522; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.522; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.522; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.523; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.524; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.524; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.524; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.525; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.525; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.525; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.525; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.526; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.526; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.526; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.527; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.527; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.527; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.527; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.528; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.527; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.530; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.531; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.531; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.532; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.533; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2e68649d main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.534; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7bde335f main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.534; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.534; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.535; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.535; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.535; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.535; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.537; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.539; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@2e68649d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.540; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@7bde335f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.540; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.541; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.542; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.545; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.545; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.548; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.548; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.549; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.549; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.550; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.550; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.551; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.551; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.551; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.551; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.552; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.552; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.552; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.553; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.553; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.554; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.554; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.554; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.555; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.556; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.557; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.557; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.557; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3532a8c9 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3fc65c56),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.557; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.558; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.558; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.559; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.560; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.560; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.560; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:08.560; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.561; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.561; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.562; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.562; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.563; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.563; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.563; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1cc56d5c lockFactory=org.apache.lucene.store.NativeFSLockFactory@2db51b82),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.563; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.564; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.564; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.565; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.566; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.566; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.567; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.567; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.568; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.568; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.569; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.569; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.569; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.570; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@721e8f14 main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.570; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.570; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.571; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.571; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.571; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.573; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4da18add main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.574; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.574; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.574; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@721e8f14 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.575; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.576; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.579; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@4da18add main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:08.582; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.227; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.228; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:43908/gti/c",
[junit4:junit4]   1>   "node_name":"127.0.0.1:43908_gti%2Fc",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "shard":"shard1"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.229; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection nodes_used_collection with numShards 2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.235; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40646/gti/c",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40646_gti%2Fc",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "shard":"shard2"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.241; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42253/gti/c",
[junit4:junit4]   1>   "node_name":"127.0.0.1:42253_gti%2Fc",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "shard":"shard1"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.246; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58763/gti/c",
[junit4:junit4]   1>   "node_name":"127.0.0.1:58763_gti%2Fc",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "shard":"shard2"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.253; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.254; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.254; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.254; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.253; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.253; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.542; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.543; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:43908/gti/c collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.543; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.544; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:40646/gti/c collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.544; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.555; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.556; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.559; org.apache.solr.cloud.ShardLeaderElectionContext; Waiting until we see more replicas up: total=2 found=1 timeoutin=179999
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.560; org.apache.solr.cloud.ShardLeaderElectionContext; Waiting until we see more replicas up: total=2 found=1 timeoutin=180000
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.578; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.578; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:42253/gti/c collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.584; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:09.585; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:58763/gti/c collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.061; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.061; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.062; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:43908/gti/c/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.062; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.063; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.064; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:40646/gti/c/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.064; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:40646/gti/c START replicas=[http://127.0.0.1:58763/gti/c/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.062; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:43908/gti/c START replicas=[http://127.0.0.1:42253/gti/c/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.065; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:40646/gti/c DONE.  We have no versions.  sync failed.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.066; org.apache.solr.cloud.SyncStrategy; Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.066; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:43908/gti/c DONE.  We have no versions.  sync failed.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.068; org.apache.solr.cloud.SyncStrategy; Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.067; org.apache.solr.cloud.ShardLeaderElectionContext; We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.070; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:40646/gti/c/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.069; org.apache.solr.cloud.ShardLeaderElectionContext; We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.071; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:43908/gti/c/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.075; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] webapp=/gti/c path=/get params={version=2&qt=/get&distrib=false&wt=javabin&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.077; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] webapp=/gti/c path=/get params={version=2&qt=/get&distrib=false&wt=javabin&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.766; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.780; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.780; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.780; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.780; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.780; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.781; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.785; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:42253/gti/c/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:43908/gti/c/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.785; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:42253/gti/c
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.786; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:43908/gti/c/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:43908/gti/c/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.786; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:43908/gti/c
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.786; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.787; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.786; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.787; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.788; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.788; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.789; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.788; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.788; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.789; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.790; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&qt=/admin/cores&name=nodes_used_collection_shard1_replica2&action=CREATE&numShards=2&wt=javabin&collection=nodes_used_collection&shard=shard1} status=0 QTime=2808 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.790; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&qt=/admin/cores&name=nodes_used_collection_shard1_replica1&action=CREATE&numShards=2&wt=javabin&collection=nodes_used_collection&shard=shard1} status=0 QTime=2808 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.791; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:58763/gti/c/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:40646/gti/c/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.791; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:58763/gti/c
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.792; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.792; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.793; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.793; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.793; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.793; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.794; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:42253_gti%2Fc_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.794; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&qt=/admin/cores&name=nodes_used_collection_shard2_replica1&action=CREATE&numShards=2&wt=javabin&collection=nodes_used_collection&shard=shard2} status=0 QTime=2812 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.795; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.800; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:58763_gti%2Fc_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.836; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40646/gti/c/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:40646/gti/c/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.836; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:40646/gti/c
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.837; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.837; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.840; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.841; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&qt=/admin/cores&name=nodes_used_collection_shard2_replica2&action=CREATE&numShards=2&wt=javabin&collection=nodes_used_collection&shard=shard2} status=0 QTime=2858 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.842; org.apache.solr.cloud.OverseerCollectionProcessor; Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.847; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.850; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.850; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=2808},core=nodes_used_collection_shard1_replica2},null={responseHeader={status=0,QTime=2808},core=nodes_used_collection_shard1_replica1},null={responseHeader={status=0,QTime=2812},core=nodes_used_collection_shard2_replica1},null={responseHeader={status=0,QTime=2858},core=nodes_used_collection_shard2_replica2}}}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.855; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/collections params={version=2&name=nodes_used_collection&action=CREATE&numShards=2&replicationFactor=2&wt=javabin} status=0 QTime=2883 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.856; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.858; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.860; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@40c23c9e name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.860; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.863; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.867; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.870; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.871; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2ec5c321 name:ZooKeeperConnection Watcher:127.0.0.1:55762/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.872; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.874; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.883; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : version=2&name=awholynewcollection_0&action=CREATE&numShards=3&replicationFactor=3&wt=javabin&maxShardsPerNode=2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.884; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.887; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   1>   "createNodeSet":null,
[junit4:junit4]   1>   "name":"awholynewcollection_0",
[junit4:junit4]   1>   "numShards":"3",
[junit4:junit4]   1>   "replicationFactor":"3",
[junit4:junit4]   1>   "maxShardsPerNode":"2",
[junit4:junit4]   1>   "operation":"createcollection"}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.887; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:40646_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.888; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:42253_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.888; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:43908_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.888; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:48043_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.889; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:58763_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.889; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:40646_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.890; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.891; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.890; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.893; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.890; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.894; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.890; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.895; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.894; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.893; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.893; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.898; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.898; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.892; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.900; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.900; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.901; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.891; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:42253_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.901; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.903; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.898; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.904; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.898; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.897; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.906; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.895; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.908; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.907; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.909; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.907; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.910; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.906; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.904; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard3_replica1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.913; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.902; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:43908_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.913; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.913; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.916; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.909; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.916; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.916; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.919; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.914; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:48043_gti%2Fc
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.914; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.919; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.918; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.922; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.921; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.924; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.925; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.923; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.926; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.927; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.925; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.926; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.929; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.929; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.935; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.972; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.984; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.993; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.998; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:10.999; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.000; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.017; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.018; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.019; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.057; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.059; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.063; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.065; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.065; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.066; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.067; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.068; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.069; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.069; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.074; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.074; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.074; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.075; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.076; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.078; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.081; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.082; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.083; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.084; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.084; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.086; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.098; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.100; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.101; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.103; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.112; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.829; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.834; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.837; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.842; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.844; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.849; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.849; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.853; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.855; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.867; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.868; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.868; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.871; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.871; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.874; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.876; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.876; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.877; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.878; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.881; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.877; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.883; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.883; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.884; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.884; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.885; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.885; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.886; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.887; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.887; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.884; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.887; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.887; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.886; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.888; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.890; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.891; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.892; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.893; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3931f515 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5bac24ee),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.893; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.894; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.895; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.895; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.896; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.896; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.897; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.896; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.897; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.897; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.898; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.898; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.900; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.899; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.901; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.901; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.901; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.901; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.900; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.902; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.902; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.901; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.901; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.903; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.905; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.903; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.906; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.906; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.906; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.905; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.908; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.909; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.909; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.908; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.910; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.910; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.908; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.907; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.911; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.911; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.911; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.909; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.909; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.908; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.913; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.913; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.913; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.913; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.915; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.912; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.912; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.916; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.915; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.914; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.917; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.917; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.918; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.918; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.918; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.917; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.919; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.916; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.916; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.920; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.920; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard1_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.920; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5ac706bb lockFactory=org.apache.lucene.store.NativeFSLockFactory@dad40b6),segFN=segments_1,generation=1}
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.920; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.922; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.919; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.918; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.922; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.922; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.921; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.921; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.921; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/data
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.924; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.925; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.925; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.925; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.926; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.926; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.923; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.923; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.923; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.923; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5198a57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d6c1654),segFN=segments_1,generation=1}
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.928; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.929; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.929; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.927; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.926; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.930; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.925; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@357412bd main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.924; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.931; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard1_replica3/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.931; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.932; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.930; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.930; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.928; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.933; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.933; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.934; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.932; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.932; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.935; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.932; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.931; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.935; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.935; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.935; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.934; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.938; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.937; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.937; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.937; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.937; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.940; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.937; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1367553663234/awholynewcollection_0_shard1_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.940; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.940; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@30366e3d lockFactory=org.apache.lucene.store.NativeFSLockFactory@337a56ab),segFN=segments_1,generation=1}
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.940; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.940; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.942; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4255c0aa lockFactory=org.apache.lucene.store.NativeFSLockFactory@52c21a14),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.942; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.939; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.939; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica3] Registered new searcher Searcher@357412bd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.938; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.938; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.944; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.942; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.945; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.942; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.941; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.941; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.946; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.947; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.946; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.948; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.945; org.apache.solr.cloud.ZkController; publishing core=awholynewcollection_0_shard1_replica3 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.944; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.944; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.950; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.950; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.949; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.948; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.948; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.947; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.947; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.952; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.952; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.951; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.955; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.951; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.951; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367553666775/awholynewcollection_0_shard3_replica3/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.950; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.956; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.957; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.956; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.955; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@278b7e11 main
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.955; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.954; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d77a068
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.953; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.960; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.959; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.959; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1367553665582/awholynewcollection_0_shard2_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.958; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.962; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.958; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@364ac87e lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a3db79b),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.963; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.958; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.963; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.962; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.962; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.962; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.966; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.967; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.968; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.968; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.962; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/data
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.960; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.969; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/data/index/
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.967; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.966; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.965; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.965; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.965; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.974; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.972; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.972; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1367553663009/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.970; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.970; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.977; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1367553664416/awholynewcollection_0_shard3_replica2/data/index
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.970; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.979; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5146c266 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f90b68f),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.980; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.979; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-05-03 04:01:11.979; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.979; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.978; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica2] Registered new searcher Searcher@278b7e11 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.976; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.974; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.984; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.982; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 04:01:11.982; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:j

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

rkspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-jetty4-1367554128883/collection1_shard1_0_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.843; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89624026314113036-127.0.0.1:34053_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.846; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.847; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 0)
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.869; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.929; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:13.932; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:59794 59794
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.035; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@240838a7 name:ZooKeeperConnection Watcher:127.0.0.1:59794/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.036; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.039; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 40557
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.040; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.041; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:59794 59794
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ShardSplitTest-1367554112457
[junit4:junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-1367554112457 FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=6E3635851B4C68FB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq_AL -Dtests.timezone=America/Fort_Wayne -Dtests.file.encoding=US-ASCII
[junit4:junit4] FAILURE  162s J1 | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_0 expected:<312> but was:<311>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E3635851B4C68FB:EFD0BB9D6C1308C7]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:158)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:134)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:14.057; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 161614 T3791 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-05-03 04:11:15.146; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-03 04:11:15.146; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-05-03 04:11:15.146; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_tdt1=Lucene41(blocksize=128), n_f1=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111), n_td1=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111), id=MockFixedIntBlock(blockSize=1217), rnd_b=MockFixedIntBlock(blockSize=1217), n_l1=Lucene41(blocksize=128), timestamp=Lucene41(blocksize=128), multiDefault=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111), n_tf1=Lucene41(blocksize=128), _version_=Lucene41(blocksize=128), range_facet_si=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111), n_dt1=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111), range_facet_sl=PostingsFormat(name=SimpleText), intDefault=Lucene41(blocksize=128), n_ti1=MockFixedIntBlock(blockSize=1217), n_d1=Lucene41(blocksize=128), range_facet_l=Lucene41(blocksize=128), n_tl1=Pulsing41(freqCutoff=4 minBlockSize=30 maxBlockSize=111)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=sq_AL, timezone=America/Fort_Wayne
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=163425872,total=518979584
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJmxIntegration, TestPartialUpdateDeduplication, SolrRequestParserTest, SolrCmdDistributorTest, DefaultValueUpdateProcessorTest, RequestHandlersTest, TestSchemaSimilarityResource, TestMultiCoreConfBootstrap, TestElisionMultitermQuery, SimplePostToolTest, TestAtomicUpdateErrorCases, TimeZoneUtilsTest, TestAnalyzedSuggestions, CurrencyFieldOpenExchangeTest, TestSchemaVersionResource, TestSuggestSpellingConverter, PingRequestHandlerTest, ShardRoutingCustomTest, TestFoldingMultitermQuery, ChaosMonkeyShardSplitTest, TestSolr4Spatial, TestCodecSupport, DateMathParserTest, TestSolrQueryParserDefaultOperatorResource, HighlighterConfigTest, TestJmxMonitoredMap, SpellPossibilityIteratorTest, BadIndexSchemaTest, EchoParamsTest, TestIndexingPerformance, TestReload, SpellCheckCollatorTest, FieldAnalysisRequestHandlerTest, TestHashPartitioner, TestRangeQuery, TestSolrXml, TestLazyCores, ZkSolrClientTest, TestWordDelimiterFilterFactory, TestUpdate, LeaderElectionIntegrationTest, TestSolrXMLSerializer, XsltUpdateRequestHandlerTest, TermVectorComponentDistributedTest, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, BasicDistributedZk2Test, StatsComponentTest, IndexBasedSpellCheckerTest, SampleTest, TestRTGBase, TestBM25SimilarityFactory, TestDistributedSearch, PathHierarchyTokenizerFactoryTest, SpellCheckComponentTest, ChaosMonkeySafeLeaderTest, SortByFunctionTest, CoreContainerCoreInitFailuresTest, TestSystemIdResolver, TestBinaryField, NumericFieldsTest, TestStressLucene, TestMergePolicyConfig, TestArbitraryIndexDir, ZkNodePropsTest, NotRequiredUniqueKeyTest, TestManagedSchemaFieldResource, TestStressReorder, OpenCloseCoreStressTest, BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, AutoCommitTest, TestFaceting, DistributedSpellCheckComponentTest, TestRealTimeGet, ConvertedLegacyTest, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SuggesterTSTTest, TestTrie, PolyFieldTest, SolrCoreCheckLockOnStartupTest, StatelessScriptUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, MoreLikeThisHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, IndexSchemaTest, ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest, CSVRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, MultiTermTest, TestDocSet, TestSearchPerf, OutputWriterTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestNumberUtils, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, UUIDFieldTest, FileUtilsTest, AliasIntegrationTest, ShardSplitTest]
[junit4:junit4] Completed on J1 in 162.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 28 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:378: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:358: 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:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 294 suites, 1220 tests, 2 failures, 13 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5464 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5464/
Java: 64bit/jdk1.8.0-ea-b86 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:39870/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([1A249427D630B21F:9BC21A3FA16FD223]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	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:815)
	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:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([1A249427D630B21F:9BC21A3FA16FD223]: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:815)
	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:490)
	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 9315 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.321; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /_qae/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.326; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.327; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.327; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.427; org.apache.solr.cloud.ZkTestServer; start zk server on port:40354
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.429; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.436; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@969e3a7 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.437; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.442; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.443; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7ae1cfa name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.444; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.444; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.454; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.456; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.459; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.461; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.474; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.475; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.478; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.481; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.482; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.484; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.485; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.488; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.489; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.491; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.492; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.495; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.496; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.499; org.apache.solr.cloud.AbstractZkTestCase; 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]   1> INFO  - 2013-05-03 05:09:49.500; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.606; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.625; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41124
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.626; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.627; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.628; org.apache.solr.core.SolrResourceLoader; 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-1367557789504
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.628; org.apache.solr.core.CoreContainer$Initializer; 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-1367557789504/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.629; org.apache.solr.core.CoreContainer; New CoreContainer 1673778916
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.630; org.apache.solr.core.CoreContainer; 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-1367557789504/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.630; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.715; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.716; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.717; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.723; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.742; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.744; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.745; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367557789504/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.747; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.747; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.748; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.748; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.748; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.749; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.749; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.750; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.750; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.750; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.755; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.756; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:40354/solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.757; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.758; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.761; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@520782b5 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.762; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.765; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.776; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.777; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fcc1340 name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.779; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.781; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.784; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.788; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.800; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41124__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41124__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.824; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.829; org.apache.solr.cloud.Overseer; Overseer (id=89624267281530883-127.0.0.1:41124__qae-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.832; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.840; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.840; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.845; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.847; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.852; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.853; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.853; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.854; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.857; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.858; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.860; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@36b1786c name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.860; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.861; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.863; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.966; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.969; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53777
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.970; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.971; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.971; org.apache.solr.core.SolrResourceLoader; 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-1367557789863
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.972; org.apache.solr.core.CoreContainer$Initializer; 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-1367557789863/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.972; org.apache.solr.core.CoreContainer; New CoreContainer 1031276129
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.973; org.apache.solr.core.CoreContainer; 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-1367557789863/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:49.973; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.028; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.029; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.030; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.037; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.058; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.060; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.062; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.065; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.065; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.066; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.066; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.067; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.067; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.067; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.068; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.068; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.069; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.073; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.074; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:40354/solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.074; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.075; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.076; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7b1fc377 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.077; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.078; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.082; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.083; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7005d0ca name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.083; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:50.086; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.088; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53777__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53777__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.095; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.095; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.095; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.102; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.103; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.103; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.187; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.190; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:39529
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.191; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.192; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.192; org.apache.solr.core.SolrResourceLoader; 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-1367557791106
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.192; org.apache.solr.core.CoreContainer$Initializer; 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-1367557791106/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.193; org.apache.solr.core.CoreContainer; New CoreContainer 974581186
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.193; org.apache.solr.core.CoreContainer; 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-1367557791106/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.194; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.238; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.239; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.240; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.245; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.264; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.265; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.266; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.268; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.269; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.269; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.269; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.270; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.270; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.272; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.275; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.276; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:40354/solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.276; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.277; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.278; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@24864348 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.279; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.280; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.283; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.285; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b808e7a name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.285; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:51.288; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.290; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39529__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.293; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:39529__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.297; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.303; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.304; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.305; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.387; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.390; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:38221
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.391; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.392; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.392; org.apache.solr.core.SolrResourceLoader; 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-1367557792310
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.393; org.apache.solr.core.CoreContainer$Initializer; 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-1367557792310/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.393; org.apache.solr.core.CoreContainer; New CoreContainer 511810330
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.393; org.apache.solr.core.CoreContainer; 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-1367557792310/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.394; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.454; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.455; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.455; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.460; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.477; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.479; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.480; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.482; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.483; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.483; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.483; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.484; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.484; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.484; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.485; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.485; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.486; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.489; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.489; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:40354/solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.490; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.491; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.492; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@64600037 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.493; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.494; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.505; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.506; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17dfbf59 name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.506; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:52.510; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.513; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38221__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.515; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38221__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.518; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.518; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.519; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.519; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.518; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.526; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.527; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.528; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.621; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.623; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:36869
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.624; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.625; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.625; org.apache.solr.core.SolrResourceLoader; 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-1367557793533
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.626; org.apache.solr.core.CoreContainer$Initializer; 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-1367557793533/solr.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.626; org.apache.solr.core.CoreContainer; New CoreContainer 233851453
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.627; org.apache.solr.core.CoreContainer; 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-1367557793533/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.627; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.668; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.669; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/collection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.670; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/collection1/conf
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.675; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.694; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/collection1/lib
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.695; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.697; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367557793533/conf/core.properties, adding to cores
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.699; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.699; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.700; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.700; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.701; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.701; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.702; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.702; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.702; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.703; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.706; org.apache.solr.logging.LogWatcher; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.707; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:40354/solr
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.707; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.708; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.709; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d76d8e5 name:ZooKeeperConnection Watcher:127.0.0.1:40354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.710; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.712; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.715; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.717; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5710bcef name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.717; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:53.720; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.722; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36869__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.724; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:36869__qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.727; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.728; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.728; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.728; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.728; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.729; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.738; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.739; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.740; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.745; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.756; org.apache.solr.core.CoreContainer; 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-1367557789863/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.756; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.758; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.758; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.760; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.761; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.763; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.765; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367557789863/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.818; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.867; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.868; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:54.874; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.231; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.238; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.241; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.252; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.255; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.258; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:55.260; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:55.260; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.260; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:55.261; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:55.262; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.262; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.263; org.apache.solr.core.SolrCore; [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-1367557789863/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.263; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f24d526
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.264; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.265; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.265; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:55.265; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.266; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.267; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.268; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.269; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.270; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.271; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.271; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.272; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.272; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.272; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.273; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.273; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.276; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.278; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@18036f00 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.279; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.280; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.280; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.285; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@18036f00 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.286; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.865; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.866; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53777/_qae",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53777__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.867; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.867; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:55.874; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.288; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.288; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:53777/_qae collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.290; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.299; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.302; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.303; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.304; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:53777/_qae/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.305; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.305; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:53777/_qae/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.306; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:53777/_qae/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:56.307; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.380; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.390; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.391; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.390; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.391; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.391; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.391; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.418; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53777/_qae/unloadcollection1/ and leader is http://127.0.0.1:53777/_qae/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.418; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:53777/_qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.419; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.420; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.423; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.425; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557794751unloadcollection1_1n&collection=unloadcollection&action=CREATE&version=2&wt=javabin&name=unloadcollection1&numShards=1} status=0 QTime=2670 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.426; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.429; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.431; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@52d9cc85 name:ZooKeeperConnection Watcher:127.0.0.1:40354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.432; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.434; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.437; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.439; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.448; org.apache.solr.core.CoreContainer; 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-1367557791106/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.449; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.453; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.454; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.456; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367557791106/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.494; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.526; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.527; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.531; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.903; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.909; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.912; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.922; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.926; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.929; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:57.930; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:57.931; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.931; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:57.932; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:57.932; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.933; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.933; org.apache.solr.core.SolrCore; [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-1367557791106/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.933; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f24d526
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.934; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.935; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.935; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-05-03 05:09:57.935; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.936; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.938; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24fcaae1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a29a485),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.938; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.940; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.940; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.941; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.942; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.942; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.943; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.943; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.943; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.944; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.946; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.949; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@47a32257 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.950; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.950; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.951; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.954; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@47a32257 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.955; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:57.955; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.898; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.899; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53777/_qae",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53777__qae_unloadcollection1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53777__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"1"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.904; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39529/_qae",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:39529__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.904; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.905; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.909; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.910; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.909; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.909; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.910; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.909; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.909; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.957; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.958; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:39529/_qae collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.962; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:39529/_qae/unloadcollection2/ and leader is http://127.0.0.1:53777/_qae/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.963; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:39529/_qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.963; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.963; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.964; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.964; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.965; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.966; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n&collection=unloadcollection&action=CREATE&version=2&wt=javabin&name=unloadcollection2} status=0 QTime=1518 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.966; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.966; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.967; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.968; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.968; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.968; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:58.972; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:39529__qae_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-03 05:09:59.970; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.418; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.419; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39529/_qae",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:39529__qae_unloadcollection2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:39529__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.425; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.426; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.972; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.973; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:39529__qae_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:00.974; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:39529__qae_unloadcollection2&core=unloadcollection1&action=PREPRECOVERY&checkLive=true&version=2&onlyIfLeader=true&wt=javabin&state=recovering&nodeName=127.0.0.1:39529__qae} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:01.974; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.975; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:53777/_qae/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.976; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:39529/_qae START replicas=[http://127.0.0.1:53777/_qae/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:02.976; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.977; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.977; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.978; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.979; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.979; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.979; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:53777/_qae/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.980; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.986; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/get params={distrib=false&version=2&wt=javabin&qt=/get&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.988; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.991; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.992; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.993; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.994; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.995; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@c7fa23a realtime
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.995; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.996; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={waitSearcher=true&openSearcher=false&softCommit=false&version=2&commit_end_point=true&wt=javabin&commit=true} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.998; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:02.998; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.006; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.007; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=7 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.008; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.009; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.009; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.012; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filelist&generation=2&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.014; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.016; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index.20130503011003014
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.016; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@9060103 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4380d33d) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.021; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=2&wt=filestream&file=segments_2&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.025; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.027; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.027; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.028; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24fcaae1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a29a485),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24fcaae1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a29a485),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.030; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.031; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.031; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@46a42879 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.034; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@46a42879 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.034; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index.20130503011003014 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index.20130503011003014;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.035; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index.20130503011003014
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.036; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557797444unloadcollection1_2n/index.20130503011003014
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.036; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.036; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.037; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.037; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.039; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.432; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.433; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39529/_qae",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:39529__qae_unloadcollection2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:39529__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.439; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.979; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.981; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:03.982; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[6 (1433988291876618240)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.008; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[6 (1433988291876618240)]} 0 18
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.019; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[7 (1433988291899686912)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.020; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[7 (1433988291899686912)]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.028; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[8 (1433988291911221248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.029; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[8 (1433988291911221248)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.033; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.038; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.038; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.040; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5d4bfe09 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.040; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.041; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@5d4bfe09 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.043; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:39529/_qae/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.045; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.050; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24fcaae1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a29a485),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@24fcaae1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a29a485),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.051; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.103; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@13da6162 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.104; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.105; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@13da6162 main{StandardDirectoryReader(segments_3:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.106; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={waitSearcher=true&softCommit=false&expungeDeletes=false&version=2&commit_end_point=true&wt=javabin&commit=true} {commit=} 0 61
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.107; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={waitSearcher=true&softCommit=false&version=2&wt=javabin&commit=true} {commit=} 0 75
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.108; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.116; org.apache.solr.core.CoreContainer; 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-1367557792310/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.118; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.119; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.120; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.122; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367557792310/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.153; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.186; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.187; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.192; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.540; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.546; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.548; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.559; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.563; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.566; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:04.567; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:04.567; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.568; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:04.569; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:04.569; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.569; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.570; org.apache.solr.core.SolrCore; [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-1367557792310/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.570; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f24d526
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.571; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.571; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.572; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:04.572; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.572; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.574; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@382f76ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@35fb1dc),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.574; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.576; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.577; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.577; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.578; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.578; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.579; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.579; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.580; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.580; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.583; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.585; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7bc617ff main
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.586; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.587; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.587; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.590; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@7bc617ff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.591; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.591; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.945; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.947; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38221/_qae",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38221__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.948; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.948; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.953; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.954; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.954; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.953; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.953; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.953; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:04.954; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.593; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.594; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:38221/_qae collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.599; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38221/_qae/unloadcollection3/ and leader is http://127.0.0.1:53777/_qae/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.599; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:38221/_qae
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.600; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.601; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.601; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.603; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.603; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.604; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.605; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.605; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n&collection=unloadcollection&action=CREATE&version=2&wt=javabin&name=unloadcollection3} status=0 QTime=1489 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.607; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.607; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.608; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:05.615; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:38221__qae_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.461; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.462; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38221/_qae",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38221__qae_unloadcollection3",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38221__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.467; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.610; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.616; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:38221__qae_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:06.617; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:38221__qae_unloadcollection3&core=unloadcollection1&action=PREPRECOVERY&checkLive=true&version=2&onlyIfLeader=true&wt=javabin&state=recovering&nodeName=127.0.0.1:38221__qae} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:07.612; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.614; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.617; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:53777/_qae/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.618; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:38221/_qae START replicas=[http://127.0.0.1:53777/_qae/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:08.619; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.619; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.620; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.621; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.621; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.621; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:53777/_qae/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.622; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.622; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/get params={distrib=false&version=2&wt=javabin&qt=/get&getVersions=100} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.628; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.630; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@726ac53b lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e694cc7),segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.630; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.631; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.632; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={waitSearcher=true&openSearcher=false&softCommit=false&version=2&commit_end_point=true&wt=javabin&commit=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.633; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.634; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.637; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.638; org.apache.solr.handler.SnapPuller; Master's generation: 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.638; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.639; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.642; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filelist&generation=4&version=2&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.643; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 32
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.645; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index.20130503011008644
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.645; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@59c962b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e223235) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.650; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.pos&qt=/replication&checksum=true} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.656; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_TestBloomFilteredLucene41Postings_0.blm&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.662; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.frq&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.668; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_TestBloomFilteredLucene41Postings_0.pos&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.674; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.fnm&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.680; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.fdt&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.686; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.nvm&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.692; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_Lucene42_0.dvm&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.698; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=segments_4&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.704; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_TestBloomFilteredLucene41Postings_0.tim&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.710; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.tib&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.716; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.tii&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.723; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.frq&qt=/replication&checksum=true} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.729; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_NestedPulsing_0.pos&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.735; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.doc&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.741; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.fdx&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.783; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_TestBloomFilteredLucene41Postings_0.doc&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.788; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.pyl&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:08.790; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockFixedIntBlock_0.pyl, size=0}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.794; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.doc&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.798; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_Lucene42_0.dvd&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.804; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_NestedPulsing_0.tim&qt=/replication&checksum=true} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.809; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.nvd&qt=/replication&checksum=true} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.813; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.pos&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.818; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.skp&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:08.820; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockFixedIntBlock_0.skp, size=0}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.824; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.pyl&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:08.825; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.844; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.tii&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.849; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0.si&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.853; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_TestBloomFilteredLucene41Postings_0.tip&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.857; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_NestedPulsing_0.tip&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.862; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockVariableIntBlock_0.skp&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> WARN  - 2013-05-03 05:10:08.864; org.apache.solr.handler.SnapPuller$DirectoryFileFetcher; No content recieved for file: {name=_0_MockVariableIntBlock_0.skp, size=0}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.867; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_NestedPulsing_0.doc&qt=/replication&checksum=true} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.872; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/_qae path=/replication params={command=filecontent&generation=4&wt=filestream&file=_0_MockFixedIntBlock_0.tib&qt=/replication&checksum=true} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.873; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.876; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.876; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.878; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@382f76ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@35fb1dc),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@382f76ea lockFactory=org.apache.lucene.store.NativeFSLockFactory@35fb1dc),segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.879; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.879; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.881; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@65777939 main
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.883; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@65777939 main{StandardDirectoryReader(segments_4:3:nrt _0(5.0):C3)}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.883; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index.20130503011008644 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index.20130503011008644;done=true>>]
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.884; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index.20130503011008644
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.884; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367557789327/1367557804113unloadcollection_3n/index.20130503011008644
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.885; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.885; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.885; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.886; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:08.888; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.475; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.476; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38221/_qae",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38221__qae_unloadcollection3",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38221__qae",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "numShards":"2"}
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.483; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.484; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.483; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.483; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.483; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.483; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.484; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.616; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.618; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.619; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.645; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[20 (1433988297795829760)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.645; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[20 (1433988297795829760)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[20 (1433988297795829760)]} 0 12
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.648; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[20]} 0 17
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.661; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[21 (1433988297816801280)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.664; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[21 (1433988297816801280)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.665; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[21 (1433988297816801280)]} 0 11
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.666; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[21]} 0 15
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[22 (1433988297835675648)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.680; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[22 (1433988297835675648)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[22 (1433988297835675648)]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.683; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[22]} 0 13
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.692; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[23 (1433988297851404288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.693; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[23 (1433988297851404288)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[23 (1433988297851404288)]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.695; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[23]} 0 10
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[24 (1433988297865035776)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[24 (1433988297865035776)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.707; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[24 (1433988297865035776)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.707; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[24]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.716; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[25 (1433988297876570112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.717; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[25 (1433988297876570112)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[25 (1433988297876570112)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.719; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[25]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[26 (1433988297889153024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[26 (1433988297889153024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[26 (1433988297889153024)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.729; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[26]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[27 (1433988297898590208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[27 (1433988297898590208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.738; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[27 (1433988297898590208)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.739; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[27]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.747; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[28 (1433988297909075968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.747; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[28 (1433988297909075968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.748; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[28 (1433988297909075968)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.748; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[28]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.757; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[29 (1433988297919561728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.757; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[29 (1433988297919561728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.758; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[29 (1433988297919561728)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.758; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[29]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.766; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[30 (1433988297930047488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.766; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[30 (1433988297930047488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.767; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[30 (1433988297930047488)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.768; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[30]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[31 (1433988297945776128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[31 (1433988297945776128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[31 (1433988297945776128)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[31]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[32 (1433988297956261888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[32 (1433988297956261888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.793; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[32 (1433988297956261888)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[32]} 0 13
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[33 (1433988297973039104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[33 (1433988297973039104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[33 (1433988297973039104)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.810; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[33]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.819; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[34 (1433988297984573440)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.819; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[34 (1433988297984573440)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.820; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[34 (1433988297984573440)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.820; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[34]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.829; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[35 (1433988297995059200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.829; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[35 (1433988297995059200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.830; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[35 (1433988297995059200)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.831; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[35]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.839; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[36 (1433988298006593536)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.840; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[36 (1433988298006593536)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.841; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[36 (1433988298006593536)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.842; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[36]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.853; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[37 (1433988298019176448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.853; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[37 (1433988298019176448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.857; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[37 (1433988298019176448)]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.859; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[37]} 0 14
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.869; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[38 (1433988298038050816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.869; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[38 (1433988298038050816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[38 (1433988298038050816)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.871; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[38]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.879; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[39 (1433988298048536576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.880; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[39 (1433988298048536576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.880; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[39 (1433988298048536576)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.881; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[39]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.889; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[40 (1433988298059022336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.889; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[40 (1433988298059022336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.890; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[40 (1433988298059022336)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.891; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[40]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[41 (1433988298069508096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[41 (1433988298069508096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.901; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[41 (1433988298069508096)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[41]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.910; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[42 (1433988298079993856)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.912; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[42 (1433988298079993856)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.913; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[42 (1433988298079993856)]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.913; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[42]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.924; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[43 (1433988298093625344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.925; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[43 (1433988298093625344)]} 0 3
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.926; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[43 (1433988298093625344)]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[43]} 0 11
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.936; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[44 (1433988298107256832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[44 (1433988298107256832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.938; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[44 (1433988298107256832)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.939; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[44]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.947; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[45 (1433988298119839744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.947; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[45 (1433988298119839744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.948; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[45 (1433988298119839744)]} 0 4
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.949; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[45]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.957; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[46 (1433988298129276928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.957; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[46 (1433988298129276928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.958; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[46 (1433988298129276928)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.959; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[46]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.967; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[47 (1433988298140811264)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.967; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[47 (1433988298140811264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.969; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[47 (1433988298140811264)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.969; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[47]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.978; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[48 (1433988298151297024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.979; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[48 (1433988298151297024)]} 0 2
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[48 (1433988298151297024)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[48]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[49 (1433988298162831360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[49 (1433988298162831360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[49 (1433988298162831360)]} 0 5
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[49]} 0 7
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:09.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[50 (1433988298173317120)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[50 (1433988298173317120)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.001; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[50 (1433988298173317120)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.002; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[50]} 0 9
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.011; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[51 (1433988298186948608)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.011; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[51 (1433988298186948608)]} 0 0
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.013; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:38221/_qae/unloadcollection3/&version=2&wt=javabin&update.distrib=TOLEADER} {add=[51 (1433988298186948608)]} 0 6
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.013; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={version=2&wt=javabin} {add=[51]} 0 8
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.022; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[52 (1433988298197434368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.022; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/_qae path=/update params={distrib.from=http://127.0.0.1:53777/_qae/unloadcollection1/&version=2&wt=javabin&update.distrib=FROMLEADER} {add=[52 (1433988298197434368)]} 0 1
[junit4:junit4]   1> INFO  - 2013-05-03 05:10:10.023; org.apache.solr.update.processor.LogUpdateProces

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

; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:26.558; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-05-03 05:13:26.559; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.421; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.422; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.424; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ea1e278
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.433; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.435; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.436; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.436; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.439; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.439; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.440; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.441; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4/index
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.441; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.442; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367557975128/jetty4
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.444; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89624279458250764-127.0.0.1:35057_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.445; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-05-03 05:13:27.446; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-05-03 05:13:27.446; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.466; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.524; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.528; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:52975 52975
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1367557975128
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=1A249427D630B21F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=America/Curacao -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   32.4s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:39870/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([1A249427D630B21F:9BC21A3FA16FD223]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[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:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.544; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32427 T2740 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-05-03 05:13:27.645; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-05-03 05:13:27.645; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> WARN  - 2013-05-03 05:13:27.646; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=sv, timezone=America/Curacao
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=3,free=119106952,total=463470592
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, FieldMutatingUpdateProcessorTest, TestCloudManagedSchemaAddField, ScriptEngineTest, TestCopyFieldCollectionResource, RegexBoostProcessorTest, TestCharFilters, TestLMDirichletSimilarityFactory, PeerSyncTest, TestStressRecovery, DirectSolrConnectionTest, TestRandomDVFaceting, TestGroupingSearch, ResponseLogComponentTest, TestSweetSpotSimilarityFactory, ShowFileRequestHandlerTest, SolrTestCaseJ4Test, FileBasedSpellCheckerTest, TestSolrDeletionPolicy1, WordBreakSolrSpellCheckerTest, MinimalSchemaTest, QueryElevationComponentTest, TestFieldTypeResource, TestPluginEnable, TestWriterPerf, TestXIncludeConfig, ChaosMonkeyNothingIsSafeTest, TestTrie, SearchHandlerTest, LukeRequestHandlerTest, PolyFieldTest, SuggesterTest, TestPropInjectDefaults, QueryParsingTest, TestFunctionQuery, SOLR749Test, TestExtendedDismaxParser, BasicDistributedZkTest, TestPhraseSuggestions, SoftAutoCommitTest, TestSchemaVersionResource, SliceStateTest, TestConfig, TestDynamicFieldCollectionResource, DirectUpdateHandlerOptimizeTest, TestFaceting, ZkControllerTest, SolrIndexSplitterTest, TestSolrIndexConfig, ExternalFileFieldSortTest, DistributedQueryElevationComponentTest, TestQueryUtils, TestSolrQueryParserResource, TestDocSet, LeaderElectionTest, TestCoreContainer, PluginInfoTest, CacheHeaderTest, TestFastLRUCache, PreAnalyzedUpdateProcessorTest, DocumentBuilderTest, TestShardHandlerFactory, OverseerTest, TestFastWriter, TestLRUCache, OverseerCollectionProcessorTest, ResourceLoaderTest, UnloadDistributedZkTest, TestReplicationHandler, SystemInfoHandlerTest, IndexSchemaTest, TestValueSourceCache, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 32.96s, 1 test, 1 error <<< FAILURES!

[...truncated 453 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:378: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:358: 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:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 294 suites, 1220 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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