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/16 16:51:31 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5144/
Java: 64bit/jdk1.8.0-ea-b84 -XX:+UseConcMarkSweepGC

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

Error Message:
shard2 is not consistent.  Got 45 from http://127.0.0.1:44888/collection1lastClient and got 44 from http://127.0.0.1:45062/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 45 from http://127.0.0.1:44888/collection1lastClient and got 44 from http://127.0.0.1:45062/collection1
	at __randomizedtesting.SeedInfo.seed([9C83BEC3F82E4016:1D6530DB8F71202A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:109)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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




Build Log:
[...truncated 9388 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:08.512; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /h/s
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:08.517; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:08.518; 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-16 14:31:08.518; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:08.618; org.apache.solr.cloud.ZkTestServer; start zk server on port:48376
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:08.621; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.206; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2519d042 name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.206; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.207; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.215; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.217; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2bde2a91 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.218; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.218; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.227; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.231; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.234; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.235; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.240; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.241; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.244; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.245; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.247; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.248; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.251; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.251; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.254; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.255; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.257; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.257; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.260; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.261; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.263; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.263; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.347; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.354; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:50777
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.355; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.356; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.356; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366122669266
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.357; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366122669266/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.358; org.apache.solr.core.CoreContainer; New CoreContainer 1658681793
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.358; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366122669266/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.358; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366122669266/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.449; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.450; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.450; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.451; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.452; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.452; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.453; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.456; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.457; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48376/solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.457; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.458; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.459; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@75d7a2ec name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.460; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.463; 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-16 14:31:09.466; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.468; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4b8948b3 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.468; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.471; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.476; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.481; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.483; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50777_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.484; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:50777_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.487; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.495; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.498; org.apache.solr.cloud.Overseer; Overseer (id=89530215204257795-127.0.0.1:50777_h%2Fs-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.502; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.506; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.506; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.508; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.510; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.512; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.514; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.515; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.516; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.521; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.523; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.525; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7a97c1d name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.525; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.527; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.529; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.602; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.604; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:37459
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.605; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.605; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.606; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.606; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.606; org.apache.solr.core.CoreContainer; New CoreContainer 260089496
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.607; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.607; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.681; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.682; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.682; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.683; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.683; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.683; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.684; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.684; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.684; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.685; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.688; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.688; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48376/solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.689; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.689; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.691; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fe29c68 name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.691; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.695; 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-16 14:31:09.698; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.701; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@47595cd4 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.701; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:09.706; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.710; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37459_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.713; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:37459_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.718; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.719; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.718; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.725; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.726; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.726; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.831; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.833; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:44627
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.834; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.835; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.835; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.835; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.836; org.apache.solr.core.CoreContainer; New CoreContainer 471257608
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.836; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.836; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.907; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.908; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.908; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.908; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.909; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.909; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.909; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.910; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.910; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.910; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.913; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.914; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48376/solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.914; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.915; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.917; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@8db4921 name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.917; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.920; 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-16 14:31:10.925; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.927; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7ccc81e2 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.927; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:10.933; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.938; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44627_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.940; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:44627_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.945; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.946; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.946; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.945; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.954; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.955; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:11.956; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.037; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.043; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57780
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.044; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.045; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.045; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.046; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.047; org.apache.solr.core.CoreContainer; New CoreContainer 35341325
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.047; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.048; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.136; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.137; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.137; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.138; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.138; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.138; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.139; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.140; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.140; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.141; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.145; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.146; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48376/solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.147; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.148; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.150; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@21354f9a name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.150; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.153; 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-16 14:31:12.155; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.157; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7b9777a1 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.157; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:12.161; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.166; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57780_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.168; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57780_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.177; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.177; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.177; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.177; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.177; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.184; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.185; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.186; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.258; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.261; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60669
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.262; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.262; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.262; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366122673190
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.263; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366122673190/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.263; org.apache.solr.core.CoreContainer; New CoreContainer 562279762
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.264; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366122673190/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.265; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366122673190/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.338; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.339; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.339; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.342; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.345; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.346; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:48376/solr
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.346; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.348; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.349; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6dbb2ad name:ZooKeeperConnection Watcher:127.0.0.1:48376 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.350; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.352; 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-16 14:31:13.356; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.357; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@77155e2e name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.357; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:13.361; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.365; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60669_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.368; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60669_h%2Fs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.373; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.380; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.381; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.382; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.386; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.392; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.393; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.394; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.395; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.397; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.397; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.401; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.404; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.451; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.482; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.484; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.488; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.839; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.844; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.847; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.858; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.862; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.865; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:14.868; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:14.869; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.869; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:14.870; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:14.870; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.870; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.871; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.871; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18c72057
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.872; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.872; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.873; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:14.873; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.873; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.875; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.875; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.877; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.877; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.878; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.878; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.879; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.879; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.879; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.880; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.880; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.883; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.885; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7deb5908 main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.885; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.886; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.886; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.890; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@7deb5908 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:14.891; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.525; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.526; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:37459_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:37459/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.526; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.526; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.533; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.893; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.894; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:37459/h/s collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.896; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.908; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.913; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.914; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.915; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:37459/h/s/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.916; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.917; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:37459/h/s/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.918; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:37459/h/s/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:15.918; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.040; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.054; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:17.083; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:37459/h/s/unloadcollection1/ and leader is http://127.0.0.1:37459/h/s/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.084; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:37459/h/s
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.084; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.085; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.089; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.091; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.092; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366122669530/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.093; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122674390unloadcollection1_1n&action=CREATE&version=2&name=unloadcollection1&numShards=1&wt=javabin} status=0 QTime=2701 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.094; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.098; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.100; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e3b9522 name:ZooKeeperConnection Watcher:127.0.0.1:48376/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.101; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.104; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.109; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.110; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.116; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.117; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.118; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.119; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.121; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.172; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.200; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.201; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.205; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.554; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.559; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.562; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.585; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.590; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.596; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:17.598; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:17.601; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.601; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:17.604; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:17.604; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.605; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.605; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.606; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18c72057
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.607; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.608; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.609; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:17.610; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.610; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.613; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@77786962 lockFactory=org.apache.lucene.store.NativeFSLockFactory@464a54d5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.613; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.616; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.617; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.618; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.619; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.620; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.620; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.621; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.629; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.630; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.634; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.638; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@174e7d5e main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.639; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.640; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.641; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.645; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@174e7d5e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.648; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:17.648; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.563; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.564; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:37459_h%2Fs_unloadcollection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:37459_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:37459/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.568; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44627_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44627/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.568; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.569; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.573; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:18.651; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.652; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:44627/h/s collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.658; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:44627/h/s/unloadcollection2/ and leader is http://127.0.0.1:37459/h/s/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.659; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:44627/h/s
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.660; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.660; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.662; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.662; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.662; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.662; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.664; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.664; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.665; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366122670729/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.665; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.666; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n&action=CREATE&version=2&name=unloadcollection2&wt=javabin} status=0 QTime=1550 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.668; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.670; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.671; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:18.673; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:44627_h%2Fs_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:19.673; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:20.082; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:20.083; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:44627_h%2Fs_unloadcollection2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44627_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44627/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.101; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:20.674; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:44627_h%2Fs_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:20.675; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:44627_h%252Fs&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:44627_h%252Fs_unloadcollection2&state=recovering&checkLive=true&onlyIfLeader=true&core=unloadcollection1&wt=javabin} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:20.676; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:21.679; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.677; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:37459/h/s/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.677; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:44627/h/s START replicas=[http://127.0.0.1:37459/h/s/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:22.678; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.679; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.679; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.680; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.680; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.680; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:37459/h/s/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.681; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.682; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.685; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/get params={distrib=false&version=2&qt=/get&getVersions=100&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.686; 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-16 14:31:22.688; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.689; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.691; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.691; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.692; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6a42367a realtime
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.693; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={softCommit=false&version=2&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&wt=javabin} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.695; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.695; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.703; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.704; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=7 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.705; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.705; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.705; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.707; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.708; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.709; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index.20130416113122708
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.710; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@56c6263e lockFactory=org.apache.lucene.store.NativeFSLockFactory@115ecaf) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.712; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=segments_2&wt=filestream&generation=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.713; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.714; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.714; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.716; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@77786962 lockFactory=org.apache.lucene.store.NativeFSLockFactory@464a54d5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@77786962 lockFactory=org.apache.lucene.store.NativeFSLockFactory@464a54d5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.717; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.717; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.718; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4dc126a9 main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.720; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@4dc126a9 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.720; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index.20130416113122708 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index.20130416113122708;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.721; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index.20130416113122708
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.721; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122677115unloadcollection1_2n/index.20130416113122708
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.722; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.722; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.722; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.723; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:22.726; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.113; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.115; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:44627_h%2Fs_unloadcollection2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44627_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44627/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.123; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.122; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:23.685; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.686; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.687; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.705; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[6 (1432483459177119744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.706; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[6 (1432483459177119744)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.717; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[7 (1432483459192848384)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.719; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[7 (1432483459192848384)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[8 (1432483459207528448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[8 (1432483459207528448)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.731; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.740; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_3,generation=3,filenames=[_0_Lucene41_0.pos, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, segments_3, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.741; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[_0_Lucene41_0.pos, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, segments_3, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.742; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@441f3e76 main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.744; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.745; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@441f3e76 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C3)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.746; org.apache.solr.update.SolrCmdDistributor; Distrib commit to:[StdNode: http://127.0.0.1:44627/h/s/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.749; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.756; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@77786962 lockFactory=org.apache.lucene.store.NativeFSLockFactory@464a54d5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@77786962 lockFactory=org.apache.lucene.store.NativeFSLockFactory@464a54d5),segFN=segments_3,generation=3,filenames=[_0_Lucene41_0.pos, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, segments_3, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.757; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[_0_Lucene41_0.pos, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, segments_3, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.759; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@73ac6534 main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.760; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.761; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@73ac6534 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C3)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.762; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={softCommit=false&version=2&commit_end_point=true&waitSearcher=true&expungeDeletes=false&commit=true&wt=javabin} {commit=} 0 13
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.764; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={softCommit=false&version=2&waitSearcher=true&commit=true&wt=javabin} {commit=} 0 33
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.764; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.768; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.768; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.769; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.769; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.770; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.808; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.842; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.846; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:23.851; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.232; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.237; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.240; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.253; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.256; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.259; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:24.260; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:24.260; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.261; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:24.262; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:24.262; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.262; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.263; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.263; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18c72057
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.264; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.265; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.265; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:24.266; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.266; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.268; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7683e06a lockFactory=org.apache.lucene.store.NativeFSLockFactory@31aadcc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.269; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.270; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.271; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.271; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.272; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.272; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.273; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.273; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.273; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.274; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.276; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.279; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@45a8280a main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.279; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.280; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.280; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.284; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@45a8280a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.284; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.285; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.630; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.632; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57780_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57780/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.632; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.633; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:24.641; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.641; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.642; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.641; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.642; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.641; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:24.641; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:25.287; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.287; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:57780/h/s collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.293; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57780/h/s/unloadcollection3/ and leader is http://127.0.0.1:37459/h/s/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.294; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:57780/h/s
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.295; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.295; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.297; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.297; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.297; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.297; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.299; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.299; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.300; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366122671961/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.301; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.301; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n&action=CREATE&version=2&name=unloadcollection3&wt=javabin} status=0 QTime=1534 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.303; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.304; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:25.307; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:57780_h%2Fs_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:26.149; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:26.151; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57780_h%2Fs_unloadcollection3",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57780_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57780/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.157; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:26.307; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:26.308; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:57780_h%2Fs_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:26.309; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:57780_h%252Fs&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:57780_h%252Fs_unloadcollection3&state=recovering&checkLive=true&onlyIfLeader=true&core=unloadcollection1&wt=javabin} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:27.310; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.310; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:37459/h/s/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.311; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:57780/h/s START replicas=[http://127.0.0.1:37459/h/s/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-16 14:31:28.311; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.311; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.311; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.311; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.312; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.312; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:37459/h/s/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.312; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.312; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.313; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/get params={distrib=false&version=2&qt=/get&getVersions=100&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.323; 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-16 14:31:28.325; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_3,generation=3,filenames=[_0_Lucene41_0.pos, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, segments_3, _0.si]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@207a74f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@770e546a),segFN=segments_4,generation=4,filenames=[_0_Lucene41_0.pos, segments_4, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.326; org.apache.solr.core.SolrDeletionPolicy; newest commit = 4[_0_Lucene41_0.pos, segments_4, _0.fnm, _0.fdx, _0_Lucene41_0.doc, _0_Lucene41_0.tim, _0_Lucene41_0.tip, _0.fdt, _0.nvd, _0.nvm, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.327; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.327; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={softCommit=false&version=2&commit_end_point=true&waitSearcher=true&openSearcher=false&commit=true&wt=javabin} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.328; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.328; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.331; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={version=2&command=indexversion&qt=/replication&wt=javabin} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.331; org.apache.solr.handler.SnapPuller; Master's generation: 4
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.331; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.331; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.333; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={version=2&command=filelist&qt=/replication&wt=javabin&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.334; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.335; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index.20130416113128334
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.335; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@751af47f lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b94c8ac) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.337; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0_Lucene41_0.pos&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.340; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=segments_4&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.344; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.fnm&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.347; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.fdx&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.350; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0_Lucene41_0.tip&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.354; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0_Lucene41_0.tim&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.357; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0_Lucene41_0.doc&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.361; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.nvm&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.365; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.nvd&wt=filestream&generation=4} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.369; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.fdt&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.373; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/h/s path=/replication params={command=filecontent&qt=/replication&checksum=true&file=_0.si&wt=filestream&generation=4} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.374; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.376; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.376; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.378; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7683e06a lockFactory=org.apache.lucene.store.NativeFSLockFactory@31aadcc),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7683e06a lockFactory=org.apache.lucene.store.NativeFSLockFactory@31aadcc),segFN=segments_4,generation=4,filenames=[_0_Lucene41_0.pos, segments_4, _0.fnm, _0.fdx, _0_Lucene41_0.tip, _0_Lucene41_0.tim, _0_Lucene41_0.doc, _0.nvm, _0.nvd, _0.fdt, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.379; org.apache.solr.core.SolrDeletionPolicy; newest commit = 4[_0_Lucene41_0.pos, segments_4, _0.fnm, _0.fdx, _0_Lucene41_0.tip, _0_Lucene41_0.tim, _0_Lucene41_0.doc, _0.nvm, _0.nvd, _0.fdt, _0.si]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.379; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.380; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6b7a277a main
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.382; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@6b7a277a main{StandardDirectoryReader(segments_4:3:nrt _0(4.3):C3)}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.383; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index.20130416113128334 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index.20130416113128334;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.383; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index.20130416113128334
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.383; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1366122668518/1366122683766unloadcollection_3n/index.20130416113128334
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.384; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.384; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.384; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.384; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:28.395; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.167; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.168; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57780_h%2Fs_unloadcollection3",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57780_h%2Fs",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57780/h/s",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.173; org.apache.solr.common.cloud.ZkStateReader$2; 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-16 14:31:29.315; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.317; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.317; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.342; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1432483465090039808)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.342; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1432483465090039808)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.344; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[20 (1432483465090039808)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.345; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[20]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.359; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1432483465108914176)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.359; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1432483465108914176)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.361; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[21 (1432483465108914176)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.362; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[21]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.373; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1432483465126739968)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.373; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1432483465126739968)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.375; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[22 (1432483465126739968)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.375; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[22]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.387; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1432483465141420032)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.388; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1432483465141420032)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.389; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[23 (1432483465141420032)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[23]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.400; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1432483465156100096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.401; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1432483465156100096)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.402; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[24 (1432483465156100096)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[24]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.426; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1432483465173925888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.427; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1432483465173925888)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.427; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[25 (1432483465173925888)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.428; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[25]} 0 21
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.436; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1432483465193848832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.436; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1432483465193848832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.437; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[26 (1432483465193848832)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.438; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[26]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.449; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1432483465206431744)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.449; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1432483465206431744)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.451; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[27 (1432483465206431744)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.451; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[27]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.461; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1432483465220063232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.461; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1432483465220063232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.463; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[28 (1432483465220063232)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.464; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[28]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.475; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1432483465233694720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.475; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1432483465233694720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.477; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[29 (1432483465233694720)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.478; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[29]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.489; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1432483465249423360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1432483465249423360)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.491; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[30 (1432483465249423360)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.492; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[30]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.503; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1432483465263054848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.504; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1432483465263054848)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.505; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[31 (1432483465263054848)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.506; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[31]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.516; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1432483465277734912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.517; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1432483465277734912)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.518; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[32 (1432483465277734912)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.519; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[32]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.531; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1432483465291366400)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.531; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1432483465291366400)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.533; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[33 (1432483465291366400)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.534; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[33]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1432483465307095040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1432483465307095040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.546; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[34 (1432483465307095040)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.547; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[34]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.558; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1432483465320726528)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.558; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1432483465320726528)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.560; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[35 (1432483465320726528)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.561; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[35]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.573; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1432483465335406592)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.574; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1432483465335406592)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.575; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[36 (1432483465335406592)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[36]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1432483465351135232)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1432483465351135232)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.590; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[37 (1432483465351135232)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.591; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[37]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.601; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1432483465366863872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1432483465366863872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.604; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[38 (1432483465366863872)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.605; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[38]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.617; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1432483465381543936)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.617; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1432483465381543936)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[39 (1432483465381543936)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.620; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[39]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1432483465397272576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1432483465397272576)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.632; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[40 (1432483465397272576)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.633; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[40]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1432483465410904064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1432483465410904064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.646; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[41 (1432483465410904064)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[41]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1432483465425584128)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1432483465425584128)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.659; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[42 (1432483465425584128)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.660; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[42]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.671; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1432483465439215616)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.671; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1432483465439215616)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.673; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[43 (1432483465439215616)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[43]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.684; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1432483465453895680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.684; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1432483465453895680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.686; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[44 (1432483465453895680)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.687; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[44]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1432483465467527168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1432483465467527168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.699; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[45 (1432483465467527168)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.700; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[45]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1432483465480110080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1432483465480110080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[46 (1432483465480110080)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.711; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[46]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.721; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1432483465491644416)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.721; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1432483465491644416)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.722; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[47 (1432483465491644416)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.723; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[47]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.731; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1432483465504227328)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.731; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1432483465504227328)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.733; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[48 (1432483465504227328)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.735; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[48]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.743; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1432483465516810240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.743; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1432483465516810240)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[49 (1432483465516810240)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[49]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1432483465527296000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1432483465527296000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.756; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[50 (1432483465527296000)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.757; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[50]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.767; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1432483465540927488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.767; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1432483465540927488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.769; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[51 (1432483465540927488)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.770; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[51]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.780; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1432483465554558976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.781; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1432483465554558976)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[52 (1432483465554558976)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.784; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[52]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.794; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1432483465569239040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.794; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1432483465569239040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.796; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[53 (1432483465569239040)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.797; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[53]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1432483465582870528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.808; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1432483465582870528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[54 (1432483465582870528)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.810; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[54]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.821; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1432483465596502016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.821; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1432483465596502016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.823; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[55 (1432483465596502016)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.825; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[55]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.835; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1432483465612230656)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.835; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1432483465612230656)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.837; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[56 (1432483465612230656)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.838; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[56]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.848; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1432483465625862144)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.849; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1432483465625862144)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.850; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[57 (1432483465625862144)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.851; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[57]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.861; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1432483465639493632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.862; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1432483465639493632)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[58 (1432483465639493632)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.864; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[58]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.874; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1432483465653125120)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.875; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1432483465653125120)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.876; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[59 (1432483465653125120)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.878; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[59]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.888; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1432483465666756608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.888; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1432483465666756608)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.890; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[60 (1432483465666756608)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.891; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[60]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1432483465681436672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1432483465681436672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.904; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[61 (1432483465681436672)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.905; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[61]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1432483465695068160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1432483465695068160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.916; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[62 (1432483465695068160)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.917; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[62]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1432483465707651072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1432483465707651072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.929; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[63 (1432483465707651072)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.930; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[63]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.940; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1432483465722331136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.940; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1432483465722331136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.941; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:57780/h/s/unloadcollection3/&update.distrib=TOLEADER&wt=javabin} {add=[64 (1432483465722331136)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.942; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/h/s path=/update params={version=2&wt=javabin} {add=[64]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.954; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/h/s path=/update params={version=2&distrib.from=http://127.0.0.1:37459/h/s/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1432483465734914048)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 14:31:29.954; org.apache.solr

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

top shard! 35018
[junit4:junit4]   1> INFO  - 2013-04-16 14:41:28.083; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 14:41:28.084; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:46309 46309
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyShardSplitTest-1366123133611
[junit4:junit4]   2> check const of shard2
[junit4:junit4]   2> client0
[junit4:junit4]   2> PROPS:127.0.0.1:44888__collection1:{"collection":"collection1","state":"active","shard":"shard2","core":"collection1","node_name":"127.0.0.1:44888_","base_url":"http://127.0.0.1:44888","leader":"true"}
[junit4:junit4]   2>  live:true
[junit4:junit4]   2>  num:45
[junit4:junit4]   2> 
[junit4:junit4]   2> client1
[junit4:junit4]   2> PROPS:127.0.0.1:45062__collection1:{"collection":"collection1","state":"active","shard":"shard2","core":"collection1","node_name":"127.0.0.1:45062_","base_url":"http://127.0.0.1:45062"}
[junit4:junit4]   2>  live:true
[junit4:junit4]   2>  num:44
[junit4:junit4]   2> 
[junit4:junit4]   2> ######shard2 is not consistent.  Got 45 from http://127.0.0.1:44888/collection1lastClient and got 44 from http://127.0.0.1:45062/collection1
[junit4:junit4]   2> ######http://127.0.0.1:44888/collection1: SolrDocumentList[sz=45]=[SolrDocument{id=2, _version_=1432483958376890368}, SolrDocument{id=3, _version_=1432483958388424704}, SolrDocument{id=5, _version_=1432483958408347648}, SolrDocument{id=6, _version_=1432483958419881984}, SolrDocument{id=7, _version_=1432483958429319168}] , [...] , [SolrDocument{id=92, _version_=1432483959474749440}, SolrDocument{id=95, _version_=1432483959517741056}, SolrDocument{id=97, _version_=1432483959547101184}, SolrDocument{id=98, _version_=1432483959555489792}, SolrDocument{id=103, _version_=1432483963940634624}]
[junit4:junit4]   2> ######http://127.0.0.1:45062/collection1: SolrDocumentList[sz=44]=[SolrDocument{id=2, _version_=1432483958376890368}, SolrDocument{id=3, _version_=1432483958388424704}, SolrDocument{id=5, _version_=1432483958408347648}, SolrDocument{id=6, _version_=1432483958419881984}, SolrDocument{id=7, _version_=1432483958429319168}] , [...] , [SolrDocument{id=91, _version_=1432483959459020800}, SolrDocument{id=92, _version_=1432483959474749440}, SolrDocument{id=95, _version_=1432483959517741056}, SolrDocument{id=97, _version_=1432483959547101184}, SolrDocument{id=98, _version_=1432483959555489792}]
[junit4:junit4]   2> ###### sizes=45,44
[junit4:junit4]   2> ###### Only in http://127.0.0.1:44888/collection1: [{_version_=1432483963940634624, id=103}]
[junit4:junit4]   2> check const of shard1
[junit4:junit4]   2> client0
[junit4:junit4]   2> PROPS:127.0.0.1:54632__collection1:{"collection":"collection1","state":"down","shard":"shard1","core":"collection1","node_name":"127.0.0.1:54632_","base_url":"http://127.0.0.1:54632"}
[junit4:junit4]   2> error contacting client: Server refused connection at: http://127.0.0.1:54632/collection1
[junit4:junit4]   2> 
[junit4:junit4]   2> client1
[junit4:junit4]   2> PROPS:127.0.0.1:50895__collection1:{"collection":"collection1","state":"active","shard":"shard1","core":"collection1","node_name":"127.0.0.1:50895_","base_url":"http://127.0.0.1:50895","leader":"true"}
[junit4:junit4]   2>  live:true
[junit4:junit4]   2>  num:58
[junit4:junit4]   2> 
[junit4:junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1366123133611 FAILED !!!!!
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=9C83BEC3F82E4016 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it_IT -Dtests.timezone=America/Guatemala -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  154s J1 | ChaosMonkeyShardSplitTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: shard2 is not consistent.  Got 45 from http://127.0.0.1:44888/collection1lastClient and got 44 from http://127.0.0.1:45062/collection1
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C83BEC3F82E4016:1D6530DB8F71202A]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963)
[junit4:junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:109)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-16 14:41:28.096; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 154498 T3569 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-16 14:41:28.186; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-16 14:41:28.187; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=it_IT, timezone=America/Guatemala
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=3,free=96482864,total=328531968
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, TestLMJelinekMercerSimilarityFactory, TestSolrXMLSerializer, TestFoldingMultitermQuery, TestCodecSupport, SpellCheckCollatorTest, EchoParamsTest, TestSchemaResource, HighlighterConfigTest, OpenExchangeRatesOrgProviderTest, TestUpdate, SolrCoreCheckLockOnStartupTest, TestArbitraryIndexDir, TestRTGBase, FileUtilsTest, TestNumberUtils, TestAtomicUpdateErrorCases, TestIndexingPerformance, TestMultiCoreConfBootstrap, TestSolrXml, SpellCheckComponentTest, DebugComponentTest, StatsComponentTest, URLClassifyProcessorTest, TestSolrQueryParserResource, TestLazyCores, TestCopyFieldCollectionResource, AliasIntegrationTest, TestStressLucene, DistanceFunctionTest, TestSolr4Spatial, TestUniqueKeyFieldResource, RequiredFieldsTest, TestClassNameShortening, NotRequiredUniqueKeyTest, TestSerializedLuceneMatchVersion, TestRangeQuery, TestCollationField, CollectionsAPIDistributedZkTest, TestPropInject, SuggesterTSTTest, TestUtils, BasicDistributedZk2Test, ZkSolrClientTest, OutputWriterTest, TestPartialUpdateDeduplication, DirectUpdateHandlerTest, DateMathParserTest, TestPostingsSolrHighlighter, SimplePostToolTest, BadIndexSchemaTest, TestRecovery, TestOmitPositions, TestFieldCollectionResource, TestDynamicFieldCollectionResource, TestRandomFaceting, FieldAnalysisRequestHandlerTest, TestBM25SimilarityFactory, DocumentAnalysisRequestHandlerTest, NoCacheHeaderTest, TestJmxIntegration, TestCSVLoader, TestDefaultSimilarityFactory, SpellPossibilityIteratorTest, TestJmxMonitoredMap, TestZkChroot, TestElisionMultitermQuery, RequestHandlersTest, ConvertedLegacyTest, TestDistributedSearch, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressReorder, TestReload, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, SolrCmdDistributorTest, BasicFunctionalityTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SolrRequestParserTest, SuggesterWFSTTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, TestRemoteStreaming, SolrInfoMBeanTest, CacheHeaderTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest, DocumentBuilderTest, TermVectorComponentTest, FastVectorHighlighterTest, SolrPluginUtilsTest, JSONWriterTest, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, TestMergePolicyConfig, SampleTest, TestBinaryField, MinimalSchemaTest, TestSolrCoreProperties, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, TestDFRSimilarityFactory, TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, ResourceLoaderTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest, ZkNodePropsTest, ChaosMonkeyShardSplitTest]
[junit4:junit4] Completed on J1 in 155.54s, 1 test, 1 failure <<< FAILURES!

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

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