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/10 13:30:11 UTC

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

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

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

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

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:57153/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([3C50000647F80C1B:BDB68E1E30A76C27]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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([3C50000647F80C1B:BDB68E1E30A76C27]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.cloud.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([3C50000647F80C1B:BDB68E1E30A76C27]: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:483)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9163 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:10.266; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:10.270; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:10.271; 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-10 11:12:10.271; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:10.373; org.apache.solr.cloud.ZkTestServer; start zk server on port:50027
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:10.375; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.103; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@10bbb5d name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.104; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.104; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.108; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.110; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1f3d02d name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.110; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.114; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.118; 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-10 11:12:11.118; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.122; 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-10 11:12:11.122; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.125; 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-10 11:12:11.125; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.127; 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-10 11:12:11.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.130; 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-10 11:12:11.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.132; 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-10 11:12:11.133; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.135; 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-10 11:12:11.135; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.137; 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-10 11:12:11.138; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.139; 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-10 11:12:11.140; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.216; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.231; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:56939
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.232; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.232; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.232; 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-1365592331143
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.233; 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-1365592331143/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.233; org.apache.solr.core.CoreContainer; New CoreContainer 27111720
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.234; 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-1365592331143/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.234; 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-1365592331143/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.257; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.257; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.258; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.258; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.258; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.259; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.259; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.260; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.260; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.261; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.268; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.281; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:50027/solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.282; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.284; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.287; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1013f8c name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.287; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.289; 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-10 11:12:11.292; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.293; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@197cda6 name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.293; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.297; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.300; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56939_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.301; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:56939_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.303; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.308; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.309; org.apache.solr.cloud.Overseer; Overseer (id=89495458956771331-127.0.0.1:56939_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.311; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.314; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.314; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.316; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.317; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.319; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.321; 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-10 11:12:11.322; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.322; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.325; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.326; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.327; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ab1c4b name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.327; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.329; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.330; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.395; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.397; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35640
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.397; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.398; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.398; 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-1365592331331
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.398; 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-1365592331331/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.399; org.apache.solr.core.CoreContainer; New CoreContainer 16011032
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.399; 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-1365592331331/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.400; 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-1365592331331/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.421; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.421; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.422; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.422; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.422; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.423; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.423; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.424; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.424; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.424; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.431; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.443; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:50027/solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.444; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.445; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.446; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@11015ce name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.446; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.448; 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-10 11:12:11.451; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.453; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1dcee22 name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.453; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:11.456; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.458; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35640_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.460; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35640_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.462; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.462; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.462; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.466; 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-10 11:12:12.466; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.467; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.543; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.544; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:55329
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.545; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.545; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.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-jetty2-1365592332469
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.546; 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-1365592332469/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.547; org.apache.solr.core.CoreContainer; New CoreContainer 5776748
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.547; 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-1365592332469/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.547; 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-1365592332469/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.570; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.571; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.572; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.573; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.573; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.574; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.581; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.594; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:50027/solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.595; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.596; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.597; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1e73e10 name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.597; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.599; 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-10 11:12:12.602; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.603; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@157318b name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.603; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:12.606; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.608; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55329_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.610; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:55329_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.612; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.612; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.612; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.612; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.616; 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-10 11:12:13.616; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.617; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.695; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.696; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:33647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.697; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.697; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.698; 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-1365592333619
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.698; 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-1365592333619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.699; org.apache.solr.core.CoreContainer; New CoreContainer 1642840
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.699; 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-1365592333619/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.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-jetty3-1365592333619/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.722; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.723; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.723; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.725; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.725; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.726; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.726; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.727; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.735; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.761; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:50027/solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.761; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.762; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.771; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bb1943 name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.771; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.773; 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-10 11:12:13.777; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.779; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@339fb7 name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.779; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:13.783; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.785; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33647_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.787; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:33647_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.789; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.790; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.789; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.789; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.789; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.793; 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-10 11:12:14.794; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.794; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.863; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.865; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:37859
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.865; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.866; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.866; 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-1365592334797
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.867; 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-1365592334797/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.867; org.apache.solr.core.CoreContainer; New CoreContainer 9432177
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.867; 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-1365592334797/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.868; 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-1365592334797/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.890; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.890; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.891; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.891; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.892; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.892; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.893; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.894; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.894; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.895; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.904; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.916; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:50027/solr
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.917; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.918; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.919; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2f03a8 name:ZooKeeperConnection Watcher:127.0.0.1:50027 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.919; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.921; 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-10 11:12:14.924; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.925; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6230de name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.926; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:14.929; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.931; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37859_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.933; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:37859_
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.935; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.940; 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-10 11:12:15.940; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.941; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.944; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.948; 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-1365592331331/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.948; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.949; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.950; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.950; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.951; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.952; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.954; 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-1365592331331/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:15.982; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.023; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.025; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.030; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.453; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.460; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.463; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.473; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.477; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.480; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:16.481; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:16.482; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.482; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:16.483; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:16.483; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.484; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.484; 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-1365592331331/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592335947unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.484; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b35da4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.485; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.486; 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-1365592330270/1365592335947unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.486; 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-1365592330270/1365592335947unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:16.487; 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-1365592330270/1365592335947unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.487; 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-1365592330270/1365592335947unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.489; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.489; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.491; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.491; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.492; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.492; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.493; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.493; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.493; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.494; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.494; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.497; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.500; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@d1e6c8 main
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.500; 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-1365592330270/1365592335947unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.501; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.501; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.506; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:16.512; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@d1e6c8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.326; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.328; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35640_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35640"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.328; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.328; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.332; 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-10 11:12:17.332; 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-10 11:12:17.332; 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-10 11:12:17.332; 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-10 11:12:17.332; 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-10 11:12:17.334; 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-10 11:12:17.507; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.508; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:35640 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.509; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.514; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.516; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.517; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.517; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:35640/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.517; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.518; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:35640/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.518; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:35640/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:17.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.836; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.843; 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-10 11:12:18.843; 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-10 11:12:18.843; 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-10 11:12:18.843; 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-10 11:12:18.843; 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-10 11:12:18.843; 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-10 11:12:18.875; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:35640/unloadcollection1/ and leader is http://127.0.0.1:35640/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.876; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:35640
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.876; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.877; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.879; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.879; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365592331331/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.887; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365592331331/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.888; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592335947unloadcollection1_1n&numShards=1&version=2&action=CREATE&name=unloadcollection1&collection=unloadcollection&wt=javabin} status=0 QTime=2940 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.889; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.891; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.892; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1992993 name:ZooKeeperConnection Watcher:127.0.0.1:50027/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.893; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.894; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.897; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.898; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.901; 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-1365592332469/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.902; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.902; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.903; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.904; 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-1365592332469/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:18.957; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.012; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.014; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.021; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.490; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.497; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.500; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.510; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.514; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.518; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:19.519; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:19.519; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.520; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:19.521; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:19.521; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.521; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.522; 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-1365592332469/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592338900unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.522; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b35da4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.523; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.524; 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-1365592330270/1365592338900unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.524; 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-1365592330270/1365592338900unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:19.524; 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-1365592330270/1365592338900unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.525; 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-1365592330270/1365592338900unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.526; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@575087 lockFactory=org.apache.lucene.store.NativeFSLockFactory@abfad9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.527; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.528; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.529; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.529; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.538; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.539; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.539; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.540; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.540; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.541; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.544; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.547; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@89abdb main
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.548; 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-1365592330270/1365592338900unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.548; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.549; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.554; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@89abdb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.557; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:19.557; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.349; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.350; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:35640__unloadcollection1",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35640_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35640"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.353; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:55329_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:55329"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.353; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.353; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.356; 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-10 11:12:20.357; 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-10 11:12:20.357; 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-10 11:12:20.356; 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-10 11:12:20.356; 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-10 11:12:20.356; 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-10 11:12:20.356; 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-10 11:12:20.559; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.559; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:55329 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.562; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:55329/unloadcollection2/ and leader is http://127.0.0.1:35640/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.562; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:55329
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.563; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.563; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.563; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.564; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.564; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.565; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.565; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.565; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365592332469/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.566; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.571; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:55329__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.574; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365592332469/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.575; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592338900unloadcollection1_2n&version=2&action=CREATE&name=unloadcollection2&collection=unloadcollection&wt=javabin} status=0 QTime=1674 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.576; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.577; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:20.578; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:21.579; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:21.863; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:21.864; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:55329__unloadcollection2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:55329_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:55329"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:21.882; 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-10 11:12:22.572; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:55329__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:22.573; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&state=recovering&action=PREPRECOVERY&nodeName=127.0.0.1:55329_&core=unloadcollection1&onlyIfLeader=true&coreNodeName=127.0.0.1:55329__unloadcollection2&wt=javabin&checkLive=true} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:22.581; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:23.582; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.573; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:35640/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.574; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:55329 START replicas=[http://127.0.0.1:35640/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:24.574; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.574; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.575; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.575; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.575; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.575; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:35640/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.576; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.580; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={version=2&distrib=false&wt=javabin&getVersions=100&qt=/get} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.580; 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-10 11:12:24.581; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.582; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.582; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.583; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.583; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1836e48 realtime
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.584; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.584; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.584; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&commit=true&waitSearcher=true&openSearcher=false&wt=javabin&softCommit=false&commit_end_point=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.585; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.585; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.587; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.588; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.588; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.589; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.589; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.590; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&command=filelist&generation=2&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.591; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.592; 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-1365592330270/1365592338900unloadcollection1_2n/index.20130410071224591
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.592; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1bdac4b lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cc72ca) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.594; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={file=segments_2&command=filecontent&checksum=true&generation=2&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.596; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.597; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.597; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.598; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@575087 lockFactory=org.apache.lucene.store.NativeFSLockFactory@abfad9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@575087 lockFactory=org.apache.lucene.store.NativeFSLockFactory@abfad9),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.598; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.598; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.599; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1372897 main
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.600; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1372897 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.600; 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-1365592330270/1365592338900unloadcollection1_2n/index.20130410071224591 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592338900unloadcollection1_2n/index.20130410071224591;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.601; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592338900unloadcollection1_2n/index.20130410071224591
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.601; 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-1365592330270/1365592338900unloadcollection1_2n/index.20130410071224591
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.601; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.601; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.602; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.602; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.603; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.888; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.888; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:55329__unloadcollection2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:55329_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:55329"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:24.891; 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-10 11:12:25.585; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.586; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.586; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.590; 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-1365592333619/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.591; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.592; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.592; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.593; 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-1365592333619/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.630; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.668; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.670; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:25.675; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.086; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.092; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.095; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.106; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.110; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.113; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:26.114; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:26.114; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.115; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:26.116; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:26.116; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.116; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.117; 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-1365592333619/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592345589unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.117; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b35da4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.118; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.118; 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-1365592330270/1365592345589unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.119; 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-1365592330270/1365592345589unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:26.119; 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-1365592330270/1365592345589unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.119; 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-1365592330270/1365592345589unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.121; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cbdcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c6be0d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.121; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.123; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.124; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.125; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.126; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.126; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.127; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.127; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.128; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.128; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.131; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.134; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@a7e7b3 main
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.134; 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-1365592330270/1365592345589unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.135; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.135; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.139; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@a7e7b3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.140; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.140; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.394; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.395; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:33647_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:33647"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.395; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.395; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:26.399; 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-10 11:12:27.142; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.142; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:33647 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.146; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:33647/unloadcollection3/ and leader is http://127.0.0.1:35640/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.146; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:33647
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.146; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.147; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.147; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.148; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.148; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.148; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.149; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.149; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365592333619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.150; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.154; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:33647__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.155; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365592333619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.156; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592345589unloadcollection_3n&version=2&action=CREATE&name=unloadcollection3&collection=unloadcollection&wt=javabin} status=0 QTime=1566 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.157; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.158; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.902; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.903; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:33647__unloadcollection3",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:33647_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:33647"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:27.906; 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-10 11:12:28.154; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:33647__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:28.155; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&state=recovering&action=PREPRECOVERY&nodeName=127.0.0.1:33647_&core=unloadcollection1&onlyIfLeader=true&coreNodeName=127.0.0.1:33647__unloadcollection3&wt=javabin&checkLive=true} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:28.159; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:29.161; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.156; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:35640/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.156; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:33647 START replicas=[http://127.0.0.1:35640/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-10 11:12:30.157; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.157; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.157; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.157; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.157; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.158; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:35640/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.158; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.158; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={version=2&distrib=false&wt=javabin&getVersions=100&qt=/get} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.162; 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-10 11:12:30.162; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.162; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15e0204 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1abf189),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.163; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.164; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.164; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&commit=true&waitSearcher=true&openSearcher=false&wt=javabin&softCommit=false&commit_end_point=true} {commit=} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.165; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.165; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.166; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.167; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.167; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.167; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.169; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&command=filelist&generation=3&qt=/replication&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.170; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.171; 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-1365592330270/1365592345589unloadcollection_3n/index.20130410071230170
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.171; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@cd518b lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e3fc3) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.174; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={file=segments_3&command=filecontent&checksum=true&generation=3&wt=filestream&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.175; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.176; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.176; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.177; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cbdcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c6be0d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3cbdcc lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c6be0d),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.177; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.177; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.178; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@90ade9 main
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.179; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@90ade9 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.179; 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-1365592330270/1365592345589unloadcollection_3n/index.20130410071230170 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592345589unloadcollection_3n/index.20130410071230170;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.180; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365592330270/1365592345589unloadcollection_3n/index.20130410071230170
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.180; 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-1365592330270/1365592345589unloadcollection_3n/index.20130410071230170
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.180; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.180; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.181; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.181; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.182; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.911; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.911; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:33647__unloadcollection3",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:33647_",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:33647"}
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:30.914; 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-10 11:12:30.914; 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-10 11:12:30.915; 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-10 11:12:30.915; 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-10 11:12:30.915; 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-10 11:12:30.914; 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-10 11:12:30.915; 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-10 11:12:31.164; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.165; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.165; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.179; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1431927365225676800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.184; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1431927365225676800)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.184; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[20 (1431927365225676800)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.185; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[20]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.192; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1431927365239308288)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.192; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1431927365239308288)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.193; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[21 (1431927365239308288)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.193; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[21]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.199; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1431927365248745472)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.199; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1431927365248745472)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.200; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[22 (1431927365248745472)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.201; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[22]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.207; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1431927365256085504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.207; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1431927365256085504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.208; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[23 (1431927365256085504)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.208; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[23]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.213; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1431927365263425536)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.213; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1431927365263425536)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.214; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[24 (1431927365263425536)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.215; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[24]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.220; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1431927365270765568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.220; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1431927365270765568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.221; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[25 (1431927365270765568)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.221; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[25]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.227; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1431927365278105600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.227; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1431927365278105600)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[26 (1431927365278105600)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[26]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.234; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1431927365285445632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.234; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1431927365285445632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.234; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[27 (1431927365285445632)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.235; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[27]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1431927365291737088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1431927365291737088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.241; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[28 (1431927365291737088)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.242; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[28]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.247; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1431927365299077120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.247; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1431927365299077120)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.248; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[29 (1431927365299077120)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.248; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[29]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.254; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1431927365306417152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.254; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1431927365306417152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.255; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[30 (1431927365306417152)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.256; 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-10 11:12:31.268; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1431927365321097216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.268; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1431927365321097216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.269; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[31 (1431927365321097216)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.269; 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-10 11:12:31.275; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1431927365328437248)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.275; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1431927365328437248)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.276; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[32 (1431927365328437248)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.276; 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-10 11:12:31.282; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1431927365335777280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.282; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1431927365335777280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.283; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[33 (1431927365335777280)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.283; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[33]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.289; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1431927365342068736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.289; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1431927365342068736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.290; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[34 (1431927365342068736)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.290; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[34]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.296; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1431927365350457344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.296; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1431927365350457344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.297; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[35 (1431927365350457344)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.297; 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-10 11:12:31.303; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1431927365356748800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.303; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1431927365356748800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[36 (1431927365356748800)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.304; 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-10 11:12:31.309; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1431927365364088832)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.309; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1431927365364088832)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.310; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[37 (1431927365364088832)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.311; 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-10 11:12:31.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1431927365371428864)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1431927365371428864)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.317; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[38 (1431927365371428864)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.318; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[38]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.323; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1431927365378768896)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.323; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1431927365378768896)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.324; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[39 (1431927365378768896)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.324; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[39]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.330; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1431927365386108928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.330; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1431927365386108928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.331; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[40 (1431927365386108928)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.331; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[40]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.337; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1431927365393448960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.337; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1431927365393448960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.337; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[41 (1431927365393448960)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.338; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[41]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.344; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1431927365399740416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.344; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1431927365399740416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.344; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[42 (1431927365399740416)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.345; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[42]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1431927365407080448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1431927365407080448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[43 (1431927365407080448)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.352; 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-10 11:12:31.359; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1431927365414420480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.359; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1431927365414420480)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.361; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[44 (1431927365414420480)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.362; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[44]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.369; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1431927365425954816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.370; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1431927365425954816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[45 (1431927365425954816)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.372; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[45]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.380; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1431927365436440576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.380; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1431927365436440576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.381; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[46 (1431927365436440576)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.382; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[46]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1431927365446926336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1431927365446926336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.391; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[47 (1431927365446926336)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.392; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[47]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.400; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1431927365458460672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.400; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1431927365458460672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.402; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[48 (1431927365458460672)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[48]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.411; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1431927365468946432)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.411; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1431927365468946432)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.412; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[49 (1431927365468946432)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.413; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[49]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.421; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1431927365480480768)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.421; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1431927365480480768)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.423; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[50 (1431927365480480768)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.424; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[50]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1431927365490966528)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1431927365490966528)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.433; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[51 (1431927365490966528)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.434; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[51]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.442; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1431927365502500864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.442; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1431927365502500864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.444; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[52 (1431927365502500864)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.444; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[52]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.452; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1431927365512986624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.452; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1431927365512986624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.454; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[53 (1431927365512986624)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.455; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[53]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.463; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1431927365523472384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.463; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1431927365523472384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.465; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[54 (1431927365523472384)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.466; 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-10 11:12:31.473; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1431927365535006720)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.473; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1431927365535006720)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.475; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[55 (1431927365535006720)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.476; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[55]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.484; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1431927365545492480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.484; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1431927365545492480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.485; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[56 (1431927365545492480)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.486; 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-10 11:12:31.494; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1431927365557026816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.494; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1431927365557026816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.496; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[57 (1431927365557026816)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.497; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[57]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.505; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1431927365567512576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.505; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1431927365567512576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.506; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[58 (1431927365567512576)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.507; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[58]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.515; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1431927365579046912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.515; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1431927365579046912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.517; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[59 (1431927365579046912)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.518; 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-10 11:12:31.526; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1431927365589532672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.526; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1431927365589532672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.528; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[60 (1431927365589532672)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.529; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[60]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.537; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1431927365601067008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.537; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1431927365601067008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.539; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[61 (1431927365601067008)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.540; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[61]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.548; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1431927365612601344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.548; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1431927365612601344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.550; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[62 (1431927365612601344)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.550; 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-10 11:12:31.559; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1431927365624135680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.559; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1431927365624135680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.560; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[63 (1431927365624135680)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.562; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[63]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.570; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1431927365635670016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.571; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1431927365635670016)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.572; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[64 (1431927365635670016)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.573; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[64]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.581; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1431927365648252928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.582; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1431927365648252928)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[65 (1431927365648252928)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.584; 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-10 11:12:31.592; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1431927365659787264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.592; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1431927365659787264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.594; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[66 (1431927365659787264)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.595; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[66]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[67 (1431927365670273024)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.603; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[67 (1431927365670273024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.605; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[67 (1431927365670273024)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.605; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[67]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[68 (1431927365681807360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[68 (1431927365681807360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.615; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[68 (1431927365681807360)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.616; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[68]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.624; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[69 (1431927365693341696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.624; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[69 (1431927365693341696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:33647/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[69 (1431927365693341696)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.627; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[69]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[70 (1431927365704876032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-10 11:12:31.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={version=2&distrib.from=http://127.0.0.1:35640/unloadcollection1/&updat

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

ing dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1365592851423
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=3C50000647F80C1B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=Asia/Kamchatka -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  280s 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([3C50000647F80C1B:BDB68E1E30A76C27]: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:483)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-10 11:25:31.119; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 279706 T2087 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-10 11:25:32.292; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/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-10 11:25:32.293; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-10 11:25:32.293; 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-10 11:25:32.294; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-10 11:25:32.294; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard1/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-10 11:25:32.294; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard4/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]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sl, timezone=Asia/Kamchatka
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=236935904,total=533725184
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJmxIntegration, FieldAnalysisRequestHandlerTest, TestCSVResponseWriter, SpellCheckComponentTest, TestCoreDiscovery, TestPostingsSolrHighlighter, FileUtilsTest, TestPropInject, HardAutoCommitTest, IndexReaderFactoryTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestSchemaVersionResource, SpellPossibilityIteratorTest, TestCodecSupport, TestMergePolicyConfig, TestDistributedGrouping, ChaosMonkeyShardSplitTest, JSONWriterTest, TestZkChroot, TestElisionMultitermQuery, ZkNodePropsTest, TestOmitPositions, SolrRequestParserTest, TestBinaryField, TestFiltering, OutputWriterTest, TestDistributedSearch, SolrPluginUtilsTest, OpenCloseCoreStressTest, TestDFRSimilarityFactory, ZkSolrClientTest, SolrIndexConfigTest, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, TestRTGBase, LeaderElectionIntegrationTest, TestUpdate, BadIndexSchemaTest, QueryResultKeyTest, TestLMJelinekMercerSimilarityFactory, StandardRequestHandlerTest, TestDefaultSearchFieldResource, TestBM25SimilarityFactory, TestRandomFaceting, SpellCheckCollatorTest, PathHierarchyTokenizerFactoryTest, TestFoldingMultitermQuery, PingRequestHandlerTest, TestAnalyzedSuggestions, TestFieldTypeResource, TestArbitraryIndexDir, MultiTermTest, TestBinaryResponseWriter, URLClassifyProcessorTest, TestDefaultSimilarityFactory, HighlighterTest, TestSolr4Spatial, TestRecovery, TestSolrJ, TestStressReorder, ChaosMonkeySafeLeaderTest, DirectUpdateHandlerTest, TestStressLucene, IndexBasedSpellCheckerTest, FullSolrCloudDistribCmdsTest, DocValuesMultiTest, SolrCoreCheckLockOnStartupTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed on J1 in 281.08s, 1 test, 1 failure <<< FAILURES!

[...truncated 424 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1234: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:878: There were test failures: 288 suites, 1197 tests, 1 error, 2 failures, 13 ignored (7 assumptions)

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