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/04/27 13:08:33 UTC

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

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

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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([F6A7A1B93B9F9C04:77412FA14CC0FC38]: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)


FAILED:  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([F6A7A1B93B9F9C04:77412FA14CC0FC38]: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)




Build Log:
[...truncated 9172 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.072; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.075; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.076; 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-04-27 10:48:30.076; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.176; org.apache.solr.cloud.ZkTestServer; start zk server on port:35565
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.177; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.216; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c5b2ac name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.216; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.217; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.221; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.222; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@24204 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.222; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.223; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.225; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.227; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.228; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.230; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.231; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.234; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.234; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.238; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.238; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.241; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.243; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.243; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.246; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.246; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.247; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.248; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.250; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.250; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.252; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.252; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.324; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.329; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:44038
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.329; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.330; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.330; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.331; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.331; org.apache.solr.core.CoreContainer; New CoreContainer 2980538
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.331; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.339; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.396; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.397; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.397; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.403; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.422; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.422; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.424; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367059710255/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.426; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.427; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.427; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.428; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.428; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.428; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.429; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.429; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.430; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.430; 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-04-27 10:48:30.433; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.434; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:35565/solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.434; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.435; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.436; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@aa48a2 name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.437; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.438; 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-04-27 10:48:30.441; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.441; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@471128 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.442; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.443; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.445; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.447; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.449; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44038_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.449; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:44038_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.451; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.455; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.457; org.apache.solr.cloud.Overseer; Overseer (id=89591625159671811-127.0.0.1:44038_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.459; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.461; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.462; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.463; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.464; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.466; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.467; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.468; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.468; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.471; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.472; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.473; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@fe3bdd name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.473; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.474; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.476; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.543; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.545; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:38912
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.546; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.546; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.546; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.547; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.547; org.apache.solr.core.CoreContainer; New CoreContainer 13986687
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.548; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.548; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.607; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.608; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.609; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.614; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.632; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.632; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.634; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.636; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.636; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.637; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.637; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.637; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.638; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.638; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.638; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.639; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.639; 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-04-27 10:48:30.642; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.642; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:35565/solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.643; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.644; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.645; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1064bd3 name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.645; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.646; 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-04-27 10:48:30.649; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.650; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c8d145 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.650; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:30.653; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.655; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38912_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.657; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38912_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.659; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.663; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.663; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.664; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.741; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.743; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41571
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.743; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.744; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.744; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.744; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.745; org.apache.solr.core.CoreContainer; New CoreContainer 32973511
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.745; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.746; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.799; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.800; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.800; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.806; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.826; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.827; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.828; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.830; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.831; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.831; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.831; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.832; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.832; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.832; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.833; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.833; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.833; 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-04-27 10:48:31.836; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.837; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:35565/solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.837; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.838; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.839; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@50fb80 name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.839; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.841; 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-04-27 10:48:31.843; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.844; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@332c26 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.845; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:31.848; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.850; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41571_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.852; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41571_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.854; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.854; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.854; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.854; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.860; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.861; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.862; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.935; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.937; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:49257
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.937; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.938; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.938; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.939; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.939; org.apache.solr.core.CoreContainer; New CoreContainer 13630913
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.940; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:32.941; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.027; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.028; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.029; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.034; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.052; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.053; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.054; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.056; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.057; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.057; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.058; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.058; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.058; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.059; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.059; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.059; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.060; 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-04-27 10:48:33.063; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.063; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:35565/solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.064; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.065; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.066; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@243652 name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.066; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.067; 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-04-27 10:48:33.076; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.077; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@862353 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.078; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:33.081; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.084; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49257_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.085; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:49257_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.088; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.089; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.089; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.088; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.089; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.096; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.097; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.098; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.175; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.177; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:36172
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.178; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.179; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.179; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.180; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.180; org.apache.solr.core.CoreContainer; New CoreContainer 3034943
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.181; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.181; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.252; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.253; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.254; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.264; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.287; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.288; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.290; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367059714103/conf
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.292; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.293; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.293; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.293; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.294; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.294; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.294; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.295; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.295; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.295; 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-04-27 10:48:34.298; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.299; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:35565/solr
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.299; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.300; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.301; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a95d83 name:ZooKeeperConnection Watcher:127.0.0.1:35565 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.301; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.302; 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-04-27 10:48:34.305; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.306; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@9b972a name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.307; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:34.310; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.313; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36172_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:36172_
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.318; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.319; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.319; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.319; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.319; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.318; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.326; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.326; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.327; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.332; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.339; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.340; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.341; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.342; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.344; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.345; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.347; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.349; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.422; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.467; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.469; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:35.475; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.007; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.013; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.017; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.029; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.034; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.038; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:36.039; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:36.039; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.040; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:36.042; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:36.042; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.043; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.044; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367059710476/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.044; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e907d
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.045; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.047; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.047; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:36.048; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.049; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.052; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.052; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.055; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.056; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.057; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.058; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.059; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.060; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.061; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.062; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.063; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.066; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.068; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1e17e3f main
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.069; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.069; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.070; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.074; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@1e17e3f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.075; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.474; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.476; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38912",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38912_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.476; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.477; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:36.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-04-27 10:48:36.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-04-27 10:48:36.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-04-27 10:48:36.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-04-27 10:48:36.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-04-27 10:48:36.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-04-27 10:48:37.077; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.077; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:38912 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.079; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.087; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.090; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.091; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.092; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:38912/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.092; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.093; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:38912/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.094; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38912/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.095; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:37.991; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.001; 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-04-27 10:48:38.001; 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-04-27 10:48:38.001; 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-04-27 10:48:38.001; 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-04-27 10:48:38.001; 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-04-27 10:48:38.001; 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-04-27 10:48:38.005; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38912/unloadcollection1/ and leader is http://127.0.0.1:38912/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.006; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:38912
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.007; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.007; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.010; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.011; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&numShards=1&name=unloadcollection1&action=CREATE&wt=javabin&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059715337unloadcollection1_1n} status=0 QTime=2672 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.012; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.015; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.017; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bd0a14 name:ZooKeeperConnection Watcher:127.0.0.1:35565/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.018; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.020; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.024; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.025; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.031; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.032; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.033; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.034; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.036; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.097; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.158; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.160; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.168; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.701; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.707; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.709; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.720; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.722; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.726; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:38.727; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:38.727; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.727; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:38.728; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:38.729; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.729; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.729; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367059711674/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.730; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e907d
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.731; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.732; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.732; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:38.732; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.733; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.734; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@193f261 lockFactory=org.apache.lucene.store.NativeFSLockFactory@717662),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.735; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.737; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.737; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.738; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.738; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.739; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.739; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.739; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.740; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.740; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.743; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.746; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@db0dee main
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.747; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.747; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.748; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.762; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@db0dee main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.766; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:38.766; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.509; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.510; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38912",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:38912_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38912__unloadcollection1",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.515; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41571",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41571_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.516; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.516; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.521; 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-04-27 10:48:39.521; 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-04-27 10:48:39.522; 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-04-27 10:48:39.522; 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-04-27 10:48:39.521; 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-04-27 10:48:39.521; 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-04-27 10:48:39.521; 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-04-27 10:48:39.768; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.769; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:41571 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.773; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41571/unloadcollection2/ and leader is http://127.0.0.1:38912/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.774; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:41571
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.774; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.775; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.776; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.777; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.777; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.777; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.778; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.779; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&name=unloadcollection2&action=CREATE&wt=javabin&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n} status=0 QTime=1748 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.780; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.781; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.782; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.783; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:39.788; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:41571__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:40.785; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:41.029; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:41.030; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41571",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41571_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41571__unloadcollection2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.033; 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-04-27 10:48:41.787; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:41.789; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:41571__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:41.789; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={state=recovering&core=unloadcollection1&nodeName=127.0.0.1:41571_&version=2&checkLive=true&coreNodeName=127.0.0.1:41571__unloadcollection2&onlyIfLeader=true&action=PREPRECOVERY&wt=javabin} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:42.790; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.791; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38912/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.791; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:41571 START replicas=[http://127.0.0.1:38912/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:43.792; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.792; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.793; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.794; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.794; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.792; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.795; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38912/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.796; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.803; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&version=2&getVersions=100&qt=/get&wt=javabin} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.803; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.805; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.806; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.807; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.807; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.808; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@19deb0b realtime
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.809; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={openSearcher=false&version=2&commit=true&commit_end_point=true&waitSearcher=true&wt=javabin&softCommit=false} {commit=} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.810; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.811; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.813; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.814; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.815; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.815; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.815; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.817; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filelist&version=2&generation=2&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.818; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.819; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index.20130427044843818
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.820; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@14e05f1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@11f99e2) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.822; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream&file=segments_2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.824; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.825; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.826; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.827; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@193f261 lockFactory=org.apache.lucene.store.NativeFSLockFactory@717662),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@193f261 lockFactory=org.apache.lucene.store.NativeFSLockFactory@717662),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.828; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.828; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.829; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@d24acd main
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.831; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@d24acd main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.832; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index.20130427044843818 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index.20130427044843818;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.832; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index.20130427044843818
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.833; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059718030unloadcollection1_2n/index.20130427044843818
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.833; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.834; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.834; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.834; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:43.836; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.040; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.041; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41571",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41571_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41571__unloadcollection2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.047; 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-04-27 10:48:44.797; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.799; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.800; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.806; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.807; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.808; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.809; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.811; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.871; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.920; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.921; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:44.927; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.416; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.424; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.427; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.443; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.449; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.455; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:45.457; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:45.457; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.458; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:45.460; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:45.460; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.461; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.462; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367059712865/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.462; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e907d
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.463; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.465; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.465; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:45.466; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.467; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.469; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1015865 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9dd73e),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.470; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.473; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.474; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.475; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.476; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.477; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.478; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.478; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.480; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.480; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.484; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.487; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@100804 main
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.487; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.488; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.488; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.494; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@100804 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.495; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.496; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.553; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.554; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:49257",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:49257_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.555; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.555; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:45.561; 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-04-27 10:48:46.498; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.499; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:49257 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.504; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:49257/unloadcollection3/ and leader is http://127.0.0.1:38912/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.505; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:49257
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.505; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.506; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.507; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.508; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.508; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.509; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.510; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.510; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&name=unloadcollection3&action=CREATE&wt=javabin&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n} status=0 QTime=1704 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.511; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.511; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.513; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:46.519; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:49257__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:47.067; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:47.068; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:49257",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:49257_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:49257__unloadcollection3",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:47.073; 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-04-27 10:48:47.074; 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-04-27 10:48:47.074; 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-04-27 10:48:47.074; 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-04-27 10:48:47.073; 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-04-27 10:48:47.073; 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-04-27 10:48:47.073; 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-04-27 10:48:47.515; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:47.520; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:49257__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:47.521; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={state=recovering&core=unloadcollection1&nodeName=127.0.0.1:49257_&version=2&checkLive=true&coreNodeName=127.0.0.1:49257__unloadcollection3&onlyIfLeader=true&action=PREPRECOVERY&wt=javabin} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:48.517; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.520; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.522; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38912/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.522; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:49257 START replicas=[http://127.0.0.1:38912/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-27 10:48:49.523; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.523; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.524; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.524; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.525; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.525; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38912/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.525; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&version=2&getVersions=100&qt=/get&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.525; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.532; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.533; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@708d46 lockFactory=org.apache.lucene.store.NativeFSLockFactory@15b8617),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.534; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.534; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.535; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={openSearcher=false&version=2&commit=true&commit_end_point=true&waitSearcher=true&wt=javabin&softCommit=false} {commit=} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.536; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.537; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.539; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.540; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.541; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.541; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.543; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filelist&version=2&generation=3&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.544; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.545; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index.20130427044849545
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.546; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1890b58 lockFactory=org.apache.lucene.store.NativeFSLockFactory@70529c) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.548; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filecontent&checksum=true&generation=3&qt=/replication&wt=filestream&file=segments_3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.564; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.565; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.565; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.567; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1015865 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9dd73e),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1015865 lockFactory=org.apache.lucene.store.NativeFSLockFactory@9dd73e),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.567; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.568; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.568; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@9d49e2 main
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.570; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@9d49e2 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.571; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index.20130427044849545 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index.20130427044849545;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.572; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index.20130427044849545
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.572; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367059710076/1367059724805unloadcollection_3n/index.20130427044849545
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.573; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.573; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.574; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.574; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:49.575; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.080; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.081; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:49257",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:49257_",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:49257__unloadcollection3",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection"}
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.098; 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-04-27 10:48:50.522; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.524; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.524; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.559; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1433466024023293952)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.565; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1433466024023293952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.566; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[20 (1433466024023293952)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.566; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[20]} 0 26
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.574; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1433466024042168320)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.574; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1433466024042168320)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.575; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[21 (1433466024042168320)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.575; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[21]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1433466024051605504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1433466024051605504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.584; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[22 (1433466024051605504)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.585; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[22]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.595; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1433466024063139840)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.596; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1433466024063139840)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.597; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[23 (1433466024063139840)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.598; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[23]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.607; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1433466024075722752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.607; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1433466024075722752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.609; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[24 (1433466024075722752)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.610; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[24]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.618; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1433466024088305664)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.618; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1433466024088305664)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.620; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[25 (1433466024088305664)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.621; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[25]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1433466024099840000)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1433466024099840000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.631; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[26 (1433466024099840000)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.632; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[26]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.641; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1433466024112422912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.642; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1433466024112422912)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.643; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[27 (1433466024112422912)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.643; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[27]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.650; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1433466024122908672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.650; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1433466024122908672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.650; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[28 (1433466024122908672)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.651; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[28]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1433466024130248704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1433466024130248704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[29 (1433466024130248704)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[29]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.664; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1433466024138637312)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.664; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1433466024138637312)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.665; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[30 (1433466024138637312)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.666; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[30]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.672; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1433466024145977344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.672; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1433466024145977344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.673; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[31 (1433466024145977344)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.673; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[31]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1433466024154365952)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1433466024154365952)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.680; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[32 (1433466024154365952)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.680; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[32]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.686; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1433466024161705984)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.686; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1433466024161705984)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.687; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[33 (1433466024161705984)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.688; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[33]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1433466024169046016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1433466024169046016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[34 (1433466024169046016)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.695; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[34]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.701; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1433466024176386048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.701; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1433466024176386048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.702; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[35 (1433466024176386048)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.702; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[35]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1433466024183726080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1433466024183726080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.709; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[36 (1433466024183726080)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.709; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[36]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.715; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1433466024192114688)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.715; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1433466024192114688)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.716; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[37 (1433466024192114688)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.716; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[37]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.725; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1433466024199454720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.725; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1433466024199454720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.726; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[38 (1433466024199454720)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[38]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.733; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1433466024210989056)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.733; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1433466024210989056)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.734; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[39 (1433466024210989056)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.735; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[39]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.740; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1433466024218329088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.740; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1433466024218329088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.741; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[40 (1433466024218329088)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.742; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[40]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.747; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1433466024225669120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.747; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1433466024225669120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.748; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[41 (1433466024225669120)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.749; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[41]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1433466024233009152)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1433466024233009152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[42 (1433466024233009152)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.756; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[42]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1433466024240349184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1433466024240349184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[43 (1433466024240349184)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.763; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[43]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.768; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1433466024247689216)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.768; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1433466024247689216)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.769; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[44 (1433466024247689216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.770; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[44]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.776; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1433466024255029248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.776; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1433466024255029248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.776; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[45 (1433466024255029248)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.777; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[45]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1433466024262369280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1433466024262369280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.784; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[46 (1433466024262369280)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.784; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[46]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1433466024269709312)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1433466024269709312)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.790; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[47 (1433466024269709312)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[47]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.797; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1433466024277049344)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.797; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1433466024277049344)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.798; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[48 (1433466024277049344)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[48]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1433466024287535104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1433466024287535104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.824; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[49 (1433466024287535104)]} 0 20
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.825; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[49]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.831; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1433466024313749504)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.832; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1433466024313749504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.832; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[50 (1433466024313749504)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.833; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[50]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.839; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1433466024321089536)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.839; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1433466024321089536)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.840; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[51 (1433466024321089536)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.841; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[51]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.848; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1433466024330526720)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.848; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1433466024330526720)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.850; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[52 (1433466024330526720)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.851; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[52]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.859; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1433466024341012480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.859; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1433466024341012480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[53 (1433466024341012480)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.862; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[53]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1433466024352546816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1433466024352546816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.872; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[54 (1433466024352546816)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.873; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[54]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.881; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1433466024365129728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.881; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1433466024365129728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.883; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[55 (1433466024365129728)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.884; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[55]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.892; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1433466024376664064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.892; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1433466024376664064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[56 (1433466024376664064)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.895; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[56]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.903; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1433466024388198400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.903; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1433466024388198400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.905; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[57 (1433466024388198400)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.906; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[57]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1433466024398684160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1433466024398684160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.916; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[58 (1433466024398684160)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.917; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[58]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.926; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1433466024411267072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.926; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1433466024411267072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[59 (1433466024411267072)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.928; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[59]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.936; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1433466024422801408)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1433466024422801408)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.938; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[60 (1433466024422801408)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.939; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[60]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.947; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1433466024434335744)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.948; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1433466024434335744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.949; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[61 (1433466024434335744)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.950; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[61]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.958; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1433466024445870080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.959; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1433466024445870080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.960; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[62 (1433466024445870080)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.961; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[62]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.970; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1433466024457404416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.970; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1433466024457404416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.971; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[63 (1433466024457404416)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.972; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[63]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1433466024468938752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1433466024468938752)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.982; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[64 (1433466024468938752)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.983; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[64]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.991; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1433466024480473088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1433466024480473088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.993; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[65 (1433466024480473088)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:50.994; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[65]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:51.002; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1433466024492007424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:51.002; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:38912/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1433466024492007424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:51.004; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:49257/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[66 (1433466024492007424)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:51.005; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[66]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 10:48:51.013; org.apache.solr.update.processor.LogUpdateProcessor; [un

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

update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.588; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.589; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.590; org.apache.solr.core.SolrCore; [awholynewcollection_4_shard2_replica1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.591; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.591; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.592; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.592; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.593; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1367059953626/awholynewcollection_4_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.594; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89591640849776652-127.0.0.1:52267__m%2Fa-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.617; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/_m/a,null}
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.671; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:16.674; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:33881 33881
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1367059949488
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=F6A7A1B93B9F9C04 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_VE -Dtests.timezone=Asia/Aqtau -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  287s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([F6A7A1B93B9F9C04:77412FA14CC0FC38]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:511)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:145)
[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-04-27 10:57:16.726; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 287246 T1410 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-27 10:57:17.895; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_4/leader_elect/shard2/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> WARN  - 2013-04-27 10:57:17.897; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-27 10:57:17.897; 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-04-27 10:57:17.898; 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=es_VE, timezone=Asia/Aqtau
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=93004640,total=213516288
[junit4:junit4]   2> NOTE: All tests run in this JVM: [UniqFieldsUpdateProcessorFactoryTest, DocValuesMultiTest, DirectSolrSpellCheckerTest, TestManagedSchema, DebugComponentTest, TestLazyCores, TestSystemIdResolver, SignatureUpdateProcessorFactoryTest, EchoParamsTest, LeaderElectionIntegrationTest, TestUpdate, TestStressReorder, TermVectorComponentDistributedTest, TestReload, HighlighterTest, StandardRequestHandlerTest, TestFoldingMultitermQuery, IndexReaderFactoryTest, NoCacheHeaderTest, BasicDistributedZk2Test, PathHierarchyTokenizerFactoryTest, TestDistributedSearch, TestSolrXMLSerializer, IndexBasedSpellCheckerTest, TestSolrQueryParserResource, FileUtilsTest, FullSolrCloudDistribCmdsTest, OutputWriterTest, SpellCheckComponentTest, TestUtils, CachingDirectoryFactoryTest, TestNumberUtils, TestCoreDiscovery, ZkNodePropsTest, TestAnalyzedSuggestions, SolrIndexConfigTest, TestFastOutputStream, SuggesterTSTTest, TestRTGBase, BadIndexSchemaTest, NumericFieldsTest, TestCollationKeyRangeQueries, StatsComponentTest, DOMUtilTest, TestSchemaNameResource, QueryResultKeyTest, TestOmitPositions, TestMultiCoreConfBootstrap, OpenExchangeRatesOrgProviderTest, ConvertedLegacyTest, SolrTestCaseJ4Test, TestRecovery, SolrPluginUtilsTest, TestJmxMonitoredMap, TestRangeQuery, TestArbitraryIndexDir, FieldAnalysisRequestHandlerTest, BasicZkTest, HardAutoCommitTest, NotRequiredUniqueKeyTest, TestIndexSearcher, RequiredFieldsTest, DistanceFunctionTest, URLClassifyProcessorTest, TestFieldCollectionResource, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed on J1 in 288.55s, 1 test, 1 failure <<< FAILURES!

[...truncated 479 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:384: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:364: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 294 suites, 1222 tests, 2 failures, 13 ignored (7 assumptions)

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



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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:34418/v_w/aj/onenodecollectioncore returned non ok status:404, message:Can not find: /v_w/aj/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([7F0D4DA26D413153:FEEBC3BA1A1E516F]: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)


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([7F0D4DA26D413153:FEEBC3BA1A1E516F]: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 9103 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.452; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /hpf/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.457; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.457; 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-04-27 12:20:10.458; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.558; org.apache.solr.cloud.ZkTestServer; start zk server on port:42896
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.559; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.655; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a607ef0 name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.656; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.656; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.662; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.663; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@14a783cc name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.663; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.664; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.668; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.670; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.673; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.676; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.677; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.681; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.687; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.688; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.691; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.695; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.699; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.703; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.703; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.707; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.707; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.710; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.710; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.777; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.781; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:36805
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.781; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.782; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.782; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.783; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.783; org.apache.solr.core.CoreContainer; New CoreContainer 1578638574
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.783; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.784; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.832; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.833; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.833; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.838; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.853; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.854; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.855; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367065210714/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.857; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.858; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.858; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.858; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.859; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.859; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.860; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.860; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.861; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.861; 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-04-27 12:20:10.865; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.866; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:42896/solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.866; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.867; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.869; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6e08ab06 name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.869; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.871; 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-04-27 12:20:10.875; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.877; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3a00cd name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.878; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.880; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.884; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.889; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36805_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.890; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:36805_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.893; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.899; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.902; org.apache.solr.cloud.Overseer; Overseer (id=89591985632706563-127.0.0.1:36805_hpf-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.905; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.909; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.909; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.912; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.914; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.916; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.918; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.919; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.919; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.923; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.924; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.925; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2177490a name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.926; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.927; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.929; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.992; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.994; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:44111
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.995; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.996; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.996; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.996; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.997; org.apache.solr.core.CoreContainer; New CoreContainer 2107243433
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.997; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:10.998; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.043; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.044; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.045; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.049; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.064; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.065; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.066; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.068; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.069; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.069; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.069; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.070; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.070; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.072; 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-04-27 12:20:11.075; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.076; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:42896/solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.076; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.077; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.079; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6f5ad4a8 name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.080; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.082; 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-04-27 12:20:11.086; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.088; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3b26eb78 name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.089; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:11.092; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.095; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44111_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.097; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:44111_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.100; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.100; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.100; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.104; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.105; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.105; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.170; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.173; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57434
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.173; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.174; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.174; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.175; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.175; org.apache.solr.core.CoreContainer; New CoreContainer 1290507694
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.175; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.176; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.221; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.222; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.223; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.227; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.242; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.243; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.244; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.246; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.246; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.247; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.247; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.247; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.248; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.248; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.249; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.249; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.250; 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-04-27 12:20:12.253; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.254; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:42896/solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.254; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.255; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.257; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@23ad1717 name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.258; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.261; 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-04-27 12:20:12.264; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.266; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1381c750 name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.266; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:12.272; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.291; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57434_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.293; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57434_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.296; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.300; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.301; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.301; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.366; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.370; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54458
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.371; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.371; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.372; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.372; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.373; org.apache.solr.core.CoreContainer; New CoreContainer 162924745
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.373; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.373; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.422; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.423; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.424; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.429; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.444; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.445; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.446; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.448; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.449; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.449; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.449; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.450; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.450; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.452; 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-04-27 12:20:13.455; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.456; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:42896/solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.456; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.457; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.459; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2effc68a name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.459; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.461; 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-04-27 12:20:13.465; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.467; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2f754b1d name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.467; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:13.473; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.477; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54458_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54458_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.482; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.482; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.482; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.482; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.482; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.487; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.488; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.489; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.560; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.563; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:51471
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.564; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.565; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.565; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.565; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.566; org.apache.solr.core.CoreContainer; New CoreContainer 489121923
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.566; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.567; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.615; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.616; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.617; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.622; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.637; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.637; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.639; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367065214492/conf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.641; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.641; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.641; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.642; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.642; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.643; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.643; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.643; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.644; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.644; 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-04-27 12:20:14.648; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.648; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:42896/solr
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.648; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.649; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.652; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@135677d1 name:ZooKeeperConnection Watcher:127.0.0.1:42896 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.652; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.655; 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-04-27 12:20:14.658; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.659; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@72f65d26 name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.660; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:14.664; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.667; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51471_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.669; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:51471_hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.672; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.673; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.673; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.673; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.673; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.673; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.677; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.678; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.678; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.681; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.691; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.692; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.693; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.693; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.694; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.695; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.698; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.699; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.737; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.775; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.777; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:15.781; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.202; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.209; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.212; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.228; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.232; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.236; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:16.237; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:16.238; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.239; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:16.240; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:16.241; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.241; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.241; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367065210930/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.242; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b4e147c
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.242; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.243; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.244; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:16.244; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.245; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.246; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.247; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.249; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.250; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.250; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.251; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.252; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.252; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.253; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.253; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.254; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.257; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.260; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@126744d3 main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.261; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.262; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.262; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.266; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@126744d3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.269; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.927; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.928; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44111/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:44111_hpf",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.928; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.929; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:16.933; 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-04-27 12:20:16.933; 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-04-27 12:20:16.933; 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-04-27 12:20:16.933; 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-04-27 12:20:16.933; 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-04-27 12:20:16.933; 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-04-27 12:20:17.271; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.271; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:44111/hpf collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.272; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.280; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.282; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.283; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.283; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:44111/hpf/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.283; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.284; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:44111/hpf/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.284; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:44111/hpf/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:17.285; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.438; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.447; 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-04-27 12:20:18.447; 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-04-27 12:20:18.447; 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-04-27 12:20:18.447; 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-04-27 12:20:18.447; 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-04-27 12:20:18.448; 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-04-27 12:20:18.493; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:44111/hpf/unloadcollection1/ and leader is http://127.0.0.1:44111/hpf/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.493; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:44111/hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.494; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.494; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.497; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.498; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065215684unloadcollection1_1n&wt=javabin&version=2&collection=unloadcollection&name=unloadcollection1} status=0 QTime=2813 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.499; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.501; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.502; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@64364be8 name:ZooKeeperConnection Watcher:127.0.0.1:42896/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.503; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.504; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.507; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.508; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.512; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.513; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.514; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.514; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.515; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.555; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.594; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.596; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.600; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.954; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.960; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.963; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.978; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.982; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.985; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:18.986; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:18.987; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.988; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:18.989; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:18.989; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.990; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.990; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367065212108/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.991; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b4e147c
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.991; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.992; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.992; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:18.993; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.993; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.995; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61ff7fef lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd9dbee),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.995; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.997; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.998; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.999; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:18.999; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.000; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.000; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.001; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.001; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.002; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.004; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.007; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@40f668 main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.007; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.008; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.008; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.013; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@40f668 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.015; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.016; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.957; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.958; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44111/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:44111_hpf_unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44111_hpf",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.962; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57434/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57434_hpf",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.963; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.963; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:19.968; 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-04-27 12:20:20.018; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.018; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:57434/hpf collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.022; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57434/hpf/unloadcollection2/ and leader is http://127.0.0.1:44111/hpf/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.023; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:57434/hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.023; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.024; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.025; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.025; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.025; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.026; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.027; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.027; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n&wt=javabin&version=2&collection=unloadcollection&name=unloadcollection2} status=0 QTime=1515 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.039; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.039; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.042; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.043; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:20.046; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:57434_hpf_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:21.046; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:21.476; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:21.477; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57434/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57434_hpf_unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57434_hpf",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:21.494; 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-04-27 12:20:21.495; 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-04-27 12:20:21.494; 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-04-27 12:20:21.494; 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-04-27 12:20:21.494; 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-04-27 12:20:21.494; 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-04-27 12:20:21.494; 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-04-27 12:20:22.047; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:57434_hpf_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:22.048; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:22.048; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=PREPRECOVERY&coreNodeName=127.0.0.1:57434_hpf_unloadcollection2&state=recovering&checkLive=true&onlyIfLeader=true&wt=javabin&version=2&nodeName=127.0.0.1:57434_hpf&core=unloadcollection1} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:23.050; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.050; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:44111/hpf/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.050; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:57434/hpf START replicas=[http://127.0.0.1:44111/hpf/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:24.051; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.051; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.051; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.051; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.051; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.052; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:44111/hpf/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.052; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.052; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.056; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/get params={distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.057; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.059; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.059; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.060; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.060; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.061; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@527cc95e realtime
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.061; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.061; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.062; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.063; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.065; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.065; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.066; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.066; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.066; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.068; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={generation=2&command=filelist&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.069; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.070; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index.20130427062024070
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.070; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@68b78957 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48db65f5) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.073; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=2&file=segments_2&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.074; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.075; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.075; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.077; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61ff7fef lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd9dbee),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61ff7fef lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd9dbee),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.077; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.078; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.078; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4b277d9d main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.079; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@4b277d9d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.080; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index.20130427062024070 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index.20130427062024070;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.080; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index.20130427062024070
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.080; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065218511unloadcollection1_2n/index.20130427062024070
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.081; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.081; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.081; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.081; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.083; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.502; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.504; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57434/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57434_hpf_unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57434_hpf",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:24.508; 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-04-27 12:20:24.509; 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-04-27 12:20:24.509; 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-04-27 12:20:24.509; 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-04-27 12:20:24.509; 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-04-27 12:20:24.508; 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-04-27 12:20:24.508; 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-04-27 12:20:25.054; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.055; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.056; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1433471785434611712)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.074; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[6 (1433471785434611712)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1433471785450340352)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.084; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[7 (1433471785450340352)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.094; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1433471785460826112)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.095; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[8 (1433471785460826112)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.098; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.115; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.115; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.135; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@70f4b98 main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.136; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.136; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@70f4b98 main{StandardDirectoryReader(segments_3:3:nrt _0(4.4):C3)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.137; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:57434/hpf/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.140; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.146; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61ff7fef lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd9dbee),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@61ff7fef lockFactory=org.apache.lucene.store.NativeFSLockFactory@6bd9dbee),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.147; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.149; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@615a6bc main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.149; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.150; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@615a6bc main{StandardDirectoryReader(segments_3:3:nrt _0(4.4):C3)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={expungeDeletes=false&waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.152; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 54
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.152; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.158; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.159; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.160; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.161; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.162; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.212; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.256; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.257; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.262; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.660; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.667; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.669; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.683; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.687; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.690; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:25.691; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:25.691; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.692; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:25.693; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:25.693; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.693; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.694; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367065213304/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.694; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b4e147c
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.695; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.696; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.696; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:25.696; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.697; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.699; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4028a33e lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e27b6a),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.699; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.701; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.701; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.702; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.703; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.703; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.704; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.704; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.705; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.705; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.708; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.710; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@64c34add main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.711; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.711; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.712; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.716; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@64c34add main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.719; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:25.720; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.015; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.016; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54458/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:54458_hpf",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.017; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.017; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.022; 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-04-27 12:20:26.023; 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-04-27 12:20:26.023; 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-04-27 12:20:26.023; 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-04-27 12:20:26.022; 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-04-27 12:20:26.022; 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-04-27 12:20:26.023; 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-04-27 12:20:26.722; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.722; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:54458/hpf collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.725; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:54458/hpf/unloadcollection3/ and leader is http://127.0.0.1:44111/hpf/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.726; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:54458/hpf
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.726; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.727; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.727; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.728; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.728; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.728; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.729; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.729; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n&wt=javabin&version=2&collection=unloadcollection&name=unloadcollection3} status=0 QTime=1571 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.730; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.730; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.731; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:26.734; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:54458_hpf_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:27.528; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:27.529; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54458/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:54458_hpf_unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:54458_hpf",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:27.532; 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-04-27 12:20:27.533; 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-04-27 12:20:27.533; 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-04-27 12:20:27.532; 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-04-27 12:20:27.533; 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-04-27 12:20:27.532; 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-04-27 12:20:27.533; 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-04-27 12:20:27.732; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:27.734; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:54458_hpf_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:27.735; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=PREPRECOVERY&coreNodeName=127.0.0.1:54458_hpf_unloadcollection3&state=recovering&checkLive=true&onlyIfLeader=true&wt=javabin&version=2&nodeName=127.0.0.1:54458_hpf&core=unloadcollection1} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:28.734; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.736; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:44111/hpf/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.736; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:54458/hpf START replicas=[http://127.0.0.1:44111/hpf/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.736; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> WARN  - 2013-04-27 12:20:29.737; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.737; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.738; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.738; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.738; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.738; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:44111/hpf/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.739; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.739; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/get params={distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.743; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.744; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=3
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_3,generation=3}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1884855b lockFactory=org.apache.lucene.store.NativeFSLockFactory@3e53871d),segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.745; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.745; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.746; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&version=2&softCommit=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.747; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.747; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.749; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.750; org.apache.solr.handler.SnapPuller; Master's generation: 4
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.750; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.751; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.762; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={generation=4&command=filelist&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.763; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.764; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index.20130427062029763
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.764; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4e032f70 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31a928f8) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.766; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0.fdx&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.770; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0.fnm&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.773; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_Lucene41_0.doc&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.776; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_Lucene41_0.tim&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.779; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_nrm.cfs&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.783; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_nrm.cfe&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.786; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_Lucene41_0.pos&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.790; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=segments_4&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.793; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0_Lucene41_0.tip&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.796; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0.si&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.799; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/hpf path=/replication params={checksum=true&generation=4&file=_0.fdt&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.801; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.802; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.803; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.804; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4028a33e lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e27b6a),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4028a33e lockFactory=org.apache.lucene.store.NativeFSLockFactory@63e27b6a),segFN=segments_4,generation=4}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.805; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 4
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.805; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.807; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@621d7e3d main
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.808; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@621d7e3d main{StandardDirectoryReader(segments_4:3:nrt _0(4.4):C3)}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.809; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index.20130427062029763 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index.20130427062029763;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.809; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index.20130427062029763
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.809; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367065210457/1367065225157unloadcollection_3n/index.20130427062029763
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.810; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.810; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.810; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.810; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:29.812; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.541; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.542; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54458/hpf",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:54458_hpf_unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:54458_hpf",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.568; 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-04-27 12:20:30.569; 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-04-27 12:20:30.569; 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-04-27 12:20:30.568; 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-04-27 12:20:30.569; 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-04-27 12:20:30.569; 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-04-27 12:20:30.569; 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-04-27 12:20:30.739; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.740; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.740; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.758; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1433471791399960576)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.758; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1433471791399960576)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.760; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1433471791399960576)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.761; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[20]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.773; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1433471791415689216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.773; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1433471791415689216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.774; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1433471791415689216)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.775; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[21]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.786; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1433471791430369280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.786; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1433471791430369280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.798; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[22 (1433471791430369280)]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[22]} 0 21
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.810; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1433471791455535104)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.810; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1433471791455535104)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.811; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1433471791455535104)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.812; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[23]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.823; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1433471791469166592)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.823; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1433471791469166592)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.824; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[24 (1433471791469166592)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.825; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[24]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.836; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1433471791482798080)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.836; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1433471791482798080)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.837; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1433471791482798080)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.838; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[25]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.849; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1433471791496429568)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.849; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1433471791496429568)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.850; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[26 (1433471791496429568)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.851; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[26]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1433471791510061056)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1433471791510061056)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[27 (1433471791510061056)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[27]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.873; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1433471791522643968)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.873; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1433471791522643968)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.874; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[28 (1433471791522643968)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.875; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[28]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.884; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1433471791535226880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.884; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1433471791535226880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1433471791535226880)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[29]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.898; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1433471791547809792)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.898; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1433471791547809792)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.899; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1433471791547809792)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[30]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.911; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1433471791561441280)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.911; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1433471791561441280)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.912; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1433471791561441280)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.913; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[31]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.923; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1433471791575072768)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.923; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1433471791575072768)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.924; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1433471791575072768)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.925; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[32]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.935; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1433471791587655680)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.935; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1433471791587655680)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.936; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[33 (1433471791587655680)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[33]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.949; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1433471791601287168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.949; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1433471791601287168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.950; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[34 (1433471791601287168)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.951; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[34]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1433471791614918656)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1433471791614918656)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.964; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1433471791614918656)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.965; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[35]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.977; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1433471791630647296)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.977; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1433471791630647296)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.978; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[36 (1433471791630647296)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.979; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[36]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1433471791644278784)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1433471791644278784)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.991; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[37 (1433471791644278784)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:30.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[37]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.004; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1433471791658958848)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.004; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1433471791658958848)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.006; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1433471791658958848)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[38]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.019; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1433471791674687488)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.019; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1433471791674687488)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.021; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[39 (1433471791674687488)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.021; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[39]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.034; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1433471791690416128)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.034; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1433471791690416128)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.035; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1433471791690416128)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.036; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[40]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.050; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1433471791706144768)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.050; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1433471791706144768)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.052; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[41 (1433471791706144768)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.053; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[41]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.065; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1433471791722921984)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.065; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1433471791722921984)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.067; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[42 (1433471791722921984)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.068; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[42]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.080; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1433471791738650624)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.080; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1433471791738650624)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.082; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[43 (1433471791738650624)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[43]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.095; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1433471791754379264)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.096; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1433471791754379264)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.097; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[44 (1433471791754379264)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.097; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[44]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1433471791769059328)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1433471791769059328)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.109; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[45 (1433471791769059328)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.110; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[45]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.122; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1433471791781642240)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.122; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1433471791781642240)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.123; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[46 (1433471791781642240)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[46]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.135; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1433471791797370880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.136; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1433471791797370880)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.137; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[47 (1433471791797370880)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.138; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[47]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.150; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1433471791811002368)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.150; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1433471791811002368)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.152; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[48 (1433471791811002368)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.153; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[48]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.165; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1433471791827779584)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.165; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1433471791827779584)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.167; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[49 (1433471791827779584)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.168; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[49]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.181; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1433471791843508224)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.181; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1433471791843508224)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.183; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[50 (1433471791843508224)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.184; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[50]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.197; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1433471791861334016)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.197; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1433471791861334016)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.199; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[51 (1433471791861334016)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.200; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[51]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.212; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1433471791877062656)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.212; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1433471791877062656)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.213; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[52 (1433471791877062656)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.214; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[52]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.226; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1433471791891742720)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.226; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1433471791891742720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.227; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1433471791891742720)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[53]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1433471791906422784)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1433471791906422784)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.242; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[54 (1433471791906422784)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.243; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[54]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.260; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1433471791922151424)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.267; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1433471791922151424)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.268; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[55 (1433471791922151424)]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.269; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[55]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.283; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1433471791951511552)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.283; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1433471791951511552)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.284; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[56 (1433471791951511552)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.285; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[56]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.298; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1433471791967240192)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:44111/hpf/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1433471791967240192)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/hpf path=/update params={distrib.from=http://127.0.0.1:54458/hpf/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1433471791967240192)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.305; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={wt=javabin&version=2} {add=[57]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-27 12:20:31.319; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/hpf path=/update params={dis

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

r cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:56.143; 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-04-27 12:29:56.144; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.004; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.004; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.006; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3befa44f
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.011; 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-04-27 12:29:57.012; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.013; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.013; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.015; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.015; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.015; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.016; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.016; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.017; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367065764873/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.018; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89592021966913548-127.0.0.1:49365_v_w%2Faj-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.041; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/v_w/aj,null}
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.096; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.098; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:37116 37116
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367065764873
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=7F0D4DA26D413153 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=America/St_Barthelemy -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   32.2s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:34418/v_w/aj/onenodecollectioncore returned non ok status:404, message:Can not find: /v_w/aj/onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7F0D4DA26D413153:FEEBC3BA1A1E516F]: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-04-27 12:29:57.108; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32244 T2368 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-27 12:29:57.227; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:57.227; 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-04-27 12:29:57.227; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-27 12:29:58.320; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-27 12:29:58.320; 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-04-27 12:29:58.320; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=fr, timezone=America/St_Barthelemy
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=2,free=145727024,total=232144896
[junit4:junit4]   2> NOTE: All tests run in this JVM: [BadIndexSchemaTest, HighlighterTest, DefaultValueUpdateProcessorTest, SimplePostToolTest, MultiTermTest, NoCacheHeaderTest, EchoParamsTest, TestIndexSearcher, SolrPluginUtilsTest, TestCodecSupport, ZkSolrClientTest, TestFieldTypeResource, CurrencyFieldOpenExchangeTest, QueryResultKeyTest, XsltUpdateRequestHandlerTest, TestRTGBase, ConvertedLegacyTest, TestIndexingPerformance, FullSolrCloudDistribCmdsTest, SuggesterTSTTest, DOMUtilTest, ChaosMonkeySafeLeaderTest, RequiredFieldsTest, CollectionsAPIDistributedZkTest, OpenExchangeRatesOrgProviderTest, TestMultiCoreConfBootstrap, ZkNodePropsTest, TestStressReorder, TestRecovery, TestDFRSimilarityFactory, TestSolr4Spatial, TestFoldingMultitermQuery, StandardRequestHandlerTest, SolrIndexConfigTest, IndexReaderFactoryTest, DisMaxRequestHandlerTest, ClusterStateTest, TestDistributedGrouping, TestZkChroot, CachingDirectoryFactoryTest, OpenCloseCoreStressTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, TestUpdate, TestCoreDiscovery, TestJmxIntegration, TestRangeQuery, TestCopyFieldCollectionResource, IndexBasedSpellCheckerTest, TestSerializedLuceneMatchVersion, TestSchemaSimilarityResource, TestJmxMonitoredMap, JSONWriterTest, SolrCoreCheckLockOnStartupTest, TestSolrJ, TimeZoneUtilsTest, TestFastOutputStream, TestSchemaNameResource, SortByFunctionTest, DistanceFunctionTest, AliasIntegrationTest, RequestHandlersTest, TestReload, TestSolrQueryParserResource, UniqFieldsUpdateProcessorFactoryTest, BadCopyFieldTest, TestPropInject, TermVectorComponentDistributedTest, TestSuggestSpellingConverter, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.52s, 1 test, 1 error <<< FAILURES!

[...truncated 543 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:384: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:364: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 294 suites, 1222 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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