You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/04/27 18:15:46 UTC

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

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

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

Error Message:
Wrong doc count on shard1_1 expected:<320> but was:<319>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_1 expected:<320> but was:<319>
	at __randomizedtesting.SeedInfo.seed([B32FFE2ADD847B32:32C97032AADB1B0E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:159)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:134)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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




Build Log:
[...truncated 9420 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.885; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /mv_/c
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.890; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.890; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.891; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.991; org.apache.solr.cloud.ZkTestServer; start zk server on port:51071
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:57.992; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.055; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@fd6340 name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.055; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.056; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.063; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.065; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e3a8d2f name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.065; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.069; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.072; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.075; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.078; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.078; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.083; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.084; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.088; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.093; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.109; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.112; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.115; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.116; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.118; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.119; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.121; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.122; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.189; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.196; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34017
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.197; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.197; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.197; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.198; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.198; org.apache.solr.core.CoreContainer; New CoreContainer 1401488091
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.198; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.199; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.264; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.265; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.266; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.273; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.299; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.301; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.303; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367078458126/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.305; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.306; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.307; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.307; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.308; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.308; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.308; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.309; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.309; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.310; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.315; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.315; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:51071/solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.316; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.317; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.319; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5dc37de5 name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.319; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.321; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.325; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.327; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7dc8a964 name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.327; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.330; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.333; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.336; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.338; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34017_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34017_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.342; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.477; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.484; org.apache.solr.cloud.Overseer; Overseer (id=89592853816410115-127.0.0.1:34017_mv_%2Fc-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.491; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.495; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.500; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.502; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.505; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.508; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.508; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.509; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.513; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.515; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.516; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4592b70a name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.517; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.518; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.520; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.619; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.622; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:47995
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.624; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.624; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.625; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.625; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.626; org.apache.solr.core.CoreContainer; New CoreContainer 1782772802
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.626; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.627; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.688; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.689; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.690; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.695; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.711; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.711; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.713; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.715; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.715; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.716; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.716; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.716; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.717; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.717; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.717; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.718; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.718; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.722; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.723; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:51071/solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.723; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.726; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.726; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c033749 name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.727; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.729; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.732; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.734; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@24516d01 name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.734; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:58.738; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.741; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47995_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.742; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:47995_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.745; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.746; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.747; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.750; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.751; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.751; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.821; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.824; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53522
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.824; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.825; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.825; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.825; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.826; org.apache.solr.core.CoreContainer; New CoreContainer 1282578748
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.826; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.826; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.885; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.886; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.887; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.895; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.923; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.924; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.926; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.929; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.930; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.931; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.931; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.932; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.932; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.933; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.933; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.934; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.939; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.940; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:51071/solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.940; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.941; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.943; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1511a86b name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.943; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.945; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.950; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.951; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@463c02ba name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.951; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:00:59.955; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.958; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53522_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53522_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.965; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.965; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.965; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.966; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.971; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.972; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:00.973; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.087; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.091; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:52684
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.092; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.093; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.093; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.093; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.094; org.apache.solr.core.CoreContainer; New CoreContainer 1848366893
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.094; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.094; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.135; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.136; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.136; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.141; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.164; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.165; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.166; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.168; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.169; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.169; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.170; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.170; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.170; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.170; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.171; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.171; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.172; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.175; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.176; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:51071/solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.176; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.177; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.178; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@50507548 name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.179; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.180; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.184; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.185; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4dcffd75 name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.186; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:01.189; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.192; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52684_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52684_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.198; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.198; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.199; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.203; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.203; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.205; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.205; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.206; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.307; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.310; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54089
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.311; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.311; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.312; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.312; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.313; org.apache.solr.core.CoreContainer; New CoreContainer 338499856
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.313; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.314; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.381; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.382; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/collection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.383; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.391; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.418; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.419; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.421; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367078462210/conf
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.424; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.425; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.426; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.426; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.426; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.427; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.427; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.428; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.428; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.429; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.434; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.435; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:51071/solr
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.435; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.436; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.438; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2577012b name:ZooKeeperConnection Watcher:127.0.0.1:51071 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.438; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.440; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.445; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.447; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5a887462 name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.447; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:02.451; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.455; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54089_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.457; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54089_mv_%2Fc
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.460; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.460; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.460; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.461; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.461; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.461; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.466; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.467; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.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-27 16:01:03.472; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.479; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.480; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.481; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.481; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.482; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.483; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.485; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.487; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.539; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.568; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.569; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:03.574; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.028; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.038; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.042; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.058; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.066; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.071; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:04.072; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:04.073; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.073; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:04.074; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:04.075; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.075; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.076; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367078458521/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.077; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@219e0ef
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.078; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.079; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.079; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:04.080; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.080; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.082; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.083; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.085; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.086; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.087; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.088; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.088; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.088; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.089; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.090; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.090; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.094; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.097; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6e88111f main
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.098; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.099; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.099; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.104; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@6e88111f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.105; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.513; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.514; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:47995_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47995/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.514; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.515; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.518; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:04.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.107; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.107; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:47995/mv_/c collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.108; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.115; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.118; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.118; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.119; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:47995/mv_/c/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.119; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.120; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:47995/mv_/c/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.120; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:47995/mv_/c/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:05.120; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.023; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.078; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:47995/mv_/c/unloadcollection1/ and leader is http://127.0.0.1:47995/mv_/c/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.078; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:47995/mv_/c
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.079; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.079; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.081; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.082; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={name=unloadcollection1&numShards=1&collection=unloadcollection&version=2&action=CREATE&wt=javabin&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078463477unloadcollection1_1n} status=0 QTime=2603 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.083; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.085; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.086; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5699baaa name:ZooKeeperConnection Watcher:127.0.0.1:51071/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.086; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.088; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.090; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.091; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.095; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.096; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.096; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.097; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.100; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.140; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.176; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.179; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.183; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.542; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.548; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.550; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.562; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.565; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.569; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:06.570; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:06.571; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.571; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:06.572; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:06.572; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.573; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.573; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367078459754/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.573; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@219e0ef
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.574; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.574; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.575; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:06.575; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.575; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.577; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43dacc59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46700080),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.577; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.579; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.579; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.580; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.580; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.580; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.581; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.581; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.581; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.582; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.584; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.598; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1672c77e main
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.599; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.600; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.600; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.603; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1672c77e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.604; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:06.604; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.537; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.537; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:47995_mv_%2Fc_unloadcollection1",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:47995_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47995/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.541; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53522_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53522/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.541; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.541; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.545; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.607; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.607; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:53522/mv_/c collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.610; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53522/mv_/c/unloadcollection2/ and leader is http://127.0.0.1:47995/mv_/c/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.610; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:53522/mv_/c
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.610; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.611; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.611; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.612; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.612; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.612; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.612; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.613; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={name=unloadcollection2&collection=unloadcollection&version=2&action=CREATE&wt=javabin&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n} status=0 QTime=1518 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.614; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.615; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.616; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.616; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:07.620; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:53522_mv_%2Fc_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:08.618; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.055; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.056; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53522_mv_%2Fc_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53522_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53522/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.060; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.620; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.621; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:53522_mv_%2Fc_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:09.622; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={onlyIfLeader=true&state=recovering&core=unloadcollection1&checkLive=true&version=2&action=PREPRECOVERY&wt=javabin&coreNodeName=127.0.0.1:53522_mv_%252Fc_unloadcollection2&nodeName=127.0.0.1:53522_mv_%252Fc} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:10.621; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.623; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:47995/mv_/c/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.623; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:53522/mv_/c START replicas=[http://127.0.0.1:47995/mv_/c/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:11.623; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.624; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.624; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.624; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.624; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.624; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.625; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:47995/mv_/c/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.625; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.633; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.634; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/get params={qt=/get&distrib=false&version=2&getVersions=100&wt=javabin} status=0 QTime=4 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.634; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.635; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.635; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.636; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.636; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@606604ac realtime
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.636; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.637; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={commit_end_point=true&commit=true&softCommit=false&version=2&wt=javabin&waitSearcher=true&openSearcher=false} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.638; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.638; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.641; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.642; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=3 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.642; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.642; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.643; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.645; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&generation=2&version=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.646; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.647; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index.20130427170111646
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.647; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@10e3dda2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d629b8) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.649; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&generation=2&checksum=true&command=filecontent&wt=filestream&file=segments_2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.650; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.651; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.652; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.653; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43dacc59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46700080),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@43dacc59 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46700080),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.653; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.653; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.653; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4378167b main
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.654; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@4378167b main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.655; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index.20130427170111646 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index.20130427170111646;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.655; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index.20130427170111646
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.655; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078466094unloadcollection1_2n/index.20130427170111646
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.656; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.656; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.656; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.656; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:11.657; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.067; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.068; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53522_mv_%2Fc_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53522_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53522/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.072; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.627; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.628; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.628; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.634; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.635; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.635; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.636; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.637; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.671; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.713; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.715; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:12.719; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.130; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.133; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.147; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.150; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.154; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:13.155; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:13.155; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.156; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:13.156; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:13.157; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.157; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.157; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367078460977/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.158; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@219e0ef
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.158; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.159; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.159; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:13.159; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.160; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.161; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2811951c lockFactory=org.apache.lucene.store.NativeFSLockFactory@559dcdeb),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.162; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.163; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.164; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.165; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.165; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.165; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.166; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.166; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.167; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.170; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.172; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@18ae7c1 main
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.173; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.174; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.174; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.177; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@18ae7c1 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.178; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.178; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.577; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.578; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:52684_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52684/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.578; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.578; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.583; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:13.582; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.180; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.180; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:52684/mv_/c collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.185; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52684/mv_/c/unloadcollection3/ and leader is http://127.0.0.1:47995/mv_/c/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.185; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:52684/mv_/c
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.186; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.186; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.187; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.187; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.188; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.188; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.189; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.189; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={name=unloadcollection3&collection=unloadcollection&version=2&action=CREATE&wt=javabin&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n} status=0 QTime=1555 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.190; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.191; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.192; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:14.196; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:52684_mv_%2Fc_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.088; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.089; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:52684_mv_%2Fc_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:52684_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52684/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.093; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.093; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.094; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.094; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.094; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.093; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.093; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.193; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.197; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:52684_mv_%2Fc_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:15.197; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={onlyIfLeader=true&state=recovering&core=unloadcollection1&checkLive=true&version=2&action=PREPRECOVERY&wt=javabin&coreNodeName=127.0.0.1:52684_mv_%252Fc_unloadcollection3&nodeName=127.0.0.1:52684_mv_%252Fc} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:16.195; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.197; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.198; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:47995/mv_/c/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.198; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:52684/mv_/c START replicas=[http://127.0.0.1:47995/mv_/c/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-27 16:01:17.199; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.199; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.199; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.199; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.199; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.199; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:47995/mv_/c/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.200; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.201; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/get params={qt=/get&distrib=false&version=2&getVersions=100&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.209; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.210; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@100e510e lockFactory=org.apache.lucene.store.NativeFSLockFactory@5c719075),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.210; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.211; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.211; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={commit_end_point=true&commit=true&softCommit=false&version=2&wt=javabin&waitSearcher=true&openSearcher=false} {commit=} 0 3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.213; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.213; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.215; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.215; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.216; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.216; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.218; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&generation=3&version=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.218; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.219; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index.20130427170117219
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.219; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@250a09ae lockFactory=org.apache.lucene.store.NativeFSLockFactory@6c5a6b48) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.222; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/mv_/c path=/replication params={qt=/replication&generation=3&checksum=true&command=filecontent&wt=filestream&file=segments_3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.223; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.224; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.224; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.225; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2811951c lockFactory=org.apache.lucene.store.NativeFSLockFactory@559dcdeb),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2811951c lockFactory=org.apache.lucene.store.NativeFSLockFactory@559dcdeb),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.225; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.225; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.226; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@27bdb63c main
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.227; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@27bdb63c main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.227; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index.20130427170117219 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index.20130427170117219;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index.20130427170117219
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367078457890/1367078472633unloadcollection_3n/index.20130427170117219
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.228; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:17.230; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.101; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.102; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:52684_mv_%2Fc_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:52684_mv_%2Fc",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52684/mv_/c"}
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.106; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.106; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.106; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.106; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.106; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.199; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.200; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.200; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.223; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[20 (1433485682370674688)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.226; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[20 (1433485682370674688)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.227; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[20 (1433485682370674688)]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[20]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.238; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[21 (1433485682392694784)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.238; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[21 (1433485682392694784)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[21 (1433485682392694784)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[21]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.250; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[22 (1433485682405277696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.250; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[22 (1433485682405277696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.251; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[22 (1433485682405277696)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.251; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[22]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.260; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[23 (1433485682416812032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.260; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[23 (1433485682416812032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.261; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[23 (1433485682416812032)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.262; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[23]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.270; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[24 (1433485682427297792)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.270; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[24 (1433485682427297792)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.272; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[24 (1433485682427297792)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.273; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[24]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.281; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[25 (1433485682438832128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.282; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[25 (1433485682438832128)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.283; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[25 (1433485682438832128)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.284; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[25]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.293; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[26 (1433485682450366464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.293; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[26 (1433485682450366464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.294; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[26 (1433485682450366464)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[26]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[27 (1433485682461900800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[27 (1433485682461900800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.305; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[27 (1433485682461900800)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.306; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[27]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.314; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[28 (1433485682473435136)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.314; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[28 (1433485682473435136)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[28 (1433485682473435136)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[28]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.325; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[29 (1433485682483920896)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.325; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[29 (1433485682483920896)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.327; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[29 (1433485682483920896)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.327; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[29]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.336; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[30 (1433485682495455232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.336; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[30 (1433485682495455232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.337; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[30 (1433485682495455232)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.338; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[30]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.348; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[31 (1433485682506989568)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.350; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[31 (1433485682506989568)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[31 (1433485682506989568)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.352; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[31]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.360; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[32 (1433485682520621056)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.360; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[32 (1433485682520621056)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.361; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[32 (1433485682520621056)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.362; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[32]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[33 (1433485682532155392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[33 (1433485682532155392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.373; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[33 (1433485682532155392)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.374; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[33]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.383; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[34 (1433485682544738304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.383; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[34 (1433485682544738304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.384; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[34 (1433485682544738304)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.385; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[34]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.393; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[35 (1433485682556272640)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.393; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[35 (1433485682556272640)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.394; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[35 (1433485682556272640)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.395; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[35]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[36 (1433485682566758400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[36 (1433485682566758400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.404; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[36 (1433485682566758400)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.405; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[36]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.412; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[37 (1433485682576195584)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.412; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[37 (1433485682576195584)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.413; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[37 (1433485682576195584)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[37]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.422; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[38 (1433485682586681344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.422; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[38 (1433485682586681344)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.423; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[38 (1433485682586681344)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.423; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[38]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[39 (1433485682596118528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[39 (1433485682596118528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.432; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[39 (1433485682596118528)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.433; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[39]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.443; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[40 (1433485682607652864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.444; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[40 (1433485682607652864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.445; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[40 (1433485682607652864)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.445; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[40]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.456; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[41 (1433485682621284352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.457; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[41 (1433485682621284352)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.458; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[41 (1433485682621284352)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.459; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[41]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.470; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[42 (1433485682635964416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.470; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[42 (1433485682635964416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.471; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[42 (1433485682635964416)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.471; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[42]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.481; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[43 (1433485682647498752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.481; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[43 (1433485682647498752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.482; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[43 (1433485682647498752)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.483; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[43]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.491; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[44 (1433485682659033088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.491; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[44 (1433485682659033088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.492; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[44 (1433485682659033088)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.493; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[44]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[45 (1433485682668470272)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[45 (1433485682668470272)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.502; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[45 (1433485682668470272)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.503; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[45]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.512; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[46 (1433485682680004608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.512; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[46 (1433485682680004608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.513; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[46 (1433485682680004608)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[46]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.523; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[47 (1433485682692587520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.523; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[47 (1433485682692587520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.525; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[47 (1433485682692587520)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.525; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[47]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.535; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[48 (1433485682704121856)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.535; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[48 (1433485682704121856)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.536; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[48 (1433485682704121856)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.537; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[48]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.546; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[49 (1433485682715656192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.546; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[49 (1433485682715656192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.547; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[49 (1433485682715656192)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.548; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[49]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.556; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[50 (1433485682727190528)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.557; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[50 (1433485682727190528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.558; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[50 (1433485682727190528)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.558; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[50]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.567; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[51 (1433485682738724864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.567; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[51 (1433485682738724864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.568; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[51 (1433485682738724864)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.568; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[51]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.578; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[52 (1433485682749210624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.579; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[52 (1433485682749210624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.580; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[52 (1433485682749210624)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.581; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[52]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[53 (1433485682762842112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[53 (1433485682762842112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.603; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[53 (1433485682762842112)]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.604; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[53]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.611; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[54 (1433485682784862208)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.611; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[54 (1433485682784862208)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[54 (1433485682784862208)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[54]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.625; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[55 (1433485682795347968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.625; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[55 (1433485682795347968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[55 (1433485682795347968)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.627; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[55]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[56 (1433485682810028032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[56 (1433485682810028032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.637; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[56 (1433485682810028032)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.637; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[56]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.646; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[57 (1433485682820513792)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.646; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[57 (1433485682820513792)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[57 (1433485682820513792)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[57]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[58 (1433485682832048128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[58 (1433485682832048128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[58 (1433485682832048128)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[58]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.667; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[59 (1433485682842533888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.667; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[59 (1433485682842533888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.668; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[59 (1433485682842533888)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.669; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[59]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.678; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[60 (1433485682854068224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[60 (1433485682854068224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.683; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[60 (1433485682854068224)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.684; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[60]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[61 (1433485682870845440)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[61 (1433485682870845440)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.695; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[61 (1433485682870845440)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[61]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[62 (1433485682883428352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[62 (1433485682883428352)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.707; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[62 (1433485682883428352)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[62]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[63 (1433485682896011264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[63 (1433485682896011264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.720; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[63 (1433485682896011264)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.720; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={version=2&wt=javabin} {add=[63]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.730; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[64 (1433485682908594176)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.730; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/mv_/c path=/update params={update.distrib=FROMLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:47995/mv_/c/unloadcollection1/} {add=[64 (1433485682908594176)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-27 16:01:18.731; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/mv_/c path=/update params={update.distrib=TOLEADER&version=2&wt=javabin&distrib.from=http://127.0.0.1:52684/mv_/c/unloadcollection3/} {add=[64 (1433485682908594176)]} 0 5
[junit4:juni

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

_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-27 16:14:41.987; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-27 16:14:41.987; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-27 16:14:41.988; org.apache.zookeeper.server.NIOServerCnxn; caught end of stream exception
[junit4:junit4]   1> EndOfStreamException: Unable to read additional data from client sessionid 0x13e4c43f520000c, likely client has closed socket
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:41.989; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:41.989; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 0)
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.010; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.066; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.068; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50372 50372
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.170; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2a862291 name:ZooKeeperConnection Watcher:127.0.0.1:50372/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.170; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.172; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 58173
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.172; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.172; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:50372 50372
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ShardSplitTest-1367079122205
[junit4:junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ShardSplitTest-1367079122205 FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=B32FFE2ADD847B32 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_KW -Dtests.timezone=America/Pangnirtung -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  160s J1 | ShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_1 expected:<320> but was:<319>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([B32FFE2ADD847B32:32C97032AADB1B0E]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:159)
[junit4:junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:134)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-27 16:14:42.186; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 159988 T3939 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_tl1=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), n_dt1=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_f1=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), n_ti1=PostingsFormat(name=Memory doPackFST= true), n_td1=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), n_tf1=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), multiDefault=Pulsing41(freqCutoff=8 minBlockSize=7 maxBlockSize=37), n_tdt1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_l1=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=MockVariableIntBlock(baseBlockSize=124), _version_=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_d1=PostingsFormat(name=TestBloomFilteredLucene41Postings), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_KW, timezone=America/Pangnirtung
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=281497928,total=518979584
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestUniqueKeyFieldResource, TestSchemaNameResource, SolrCoreCheckLockOnStartupTest, MultiTermTest, IndexReaderFactoryTest, TestFoldingMultitermQuery, EchoParamsTest, TestDFRSimilarityFactory, TestSolr4Spatial, DocumentAnalysisRequestHandlerTest, OutputWriterTest, UpdateParamsTest, TestAtomicUpdateErrorCases, TestDistributedGrouping, TestManagedSchemaFieldResource, FileUtilsTest, URLClassifyProcessorTest, IndexSchemaRuntimeFieldTest, TestCSVResponseWriter, TestFiltering, IndexBasedSpellCheckerTest, TestLuceneMatchVersion, JSONWriterTest, TestNumberUtils, RequiredFieldsTest, BasicDistributedZk2Test, TestDistributedSearch, TestArbitraryIndexDir, BadIndexSchemaTest, TestRTGBase, TestRecovery, SolrRequestParserTest, TestReload, ZkNodePropsTest, SuggesterWFSTTest, TestMergePolicyConfig, TestMultiCoreConfBootstrap, TestUpdate, RequestHandlersTest, TestCodecSupport, TestJmxMonitoredMap, TestDefaultSimilarityFactory, TestPartialUpdateDeduplication, SortByFunctionTest, TestBM25SimilarityFactory, TestBinaryField, DocValuesMultiTest, HardAutoCommitTest, ZkSolrClientTest, TestWordDelimiterFilterFactory, TestPropInject, SpellCheckCollatorTest, DirectUpdateHandlerTest, PathHierarchyTokenizerFactoryTest, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, TestJmxIntegration, TestSchemaResource, NumericFieldsTest, TestOmitPositions, LeaderElectionIntegrationTest, TestRandomFaceting, TestShardHandlerFactory, SolrCmdDistributorTest, CoreContainerCoreInitFailuresTest, SpellPossibilityIteratorTest, TestFastOutputStream, DateMathParserTest, TestSuggestSpellingConverter, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ShardRoutingCustomTest, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, TestGroupingSearch, HighlighterTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SuggesterTest, TestStressLucene, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, TestIndexingPerformance, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, TestCollationField, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestSolrDeletionPolicy2, TestElisionMultitermQuery, TestSolrCoreProperties, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestIBSimilarityFactory, ScriptEngineTest, DateFieldTest, ClusterStateTest, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, AliasIntegrationTest, ShardSplitTest]
[junit4:junit4] Completed on J1 in 161.01s, 1 test, 1 failure <<< FAILURES!

[...truncated 57 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:378: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:358: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 293 suites, 1219 tests, 2 failures, 13 ignored (7 assumptions)

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