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 21:11:40 UTC

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

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

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

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

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


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([B6F34612C54D12:81507D5E659A2D2E]: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 9226 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.829; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /x/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.832; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.832; 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 18:44:25.833; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.933; org.apache.solr.cloud.ZkTestServer; start zk server on port:42974
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.934; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.994; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@104c36 name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.994; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:25.995; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.003; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.005; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@d7a704 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.005; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.006; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.011; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.015; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.020; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.024; 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 18:44:26.025; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.032; 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 18:44:26.034; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.039; 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 18:44:26.040; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.044; 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 18:44:26.045; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.049; 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 18:44:26.050; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.055; 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 18:44:26.056; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.061; 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 18:44:26.062; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.067; 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 18:44:26.068; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.072; 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 18:44:26.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.150; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.153; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34335
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.153; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.154; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.154; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366137866079
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.154; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366137866079/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.155; org.apache.solr.core.CoreContainer; New CoreContainer 7486072
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.155; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366137866079/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.156; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366137866079/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.230; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.230; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.231; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.231; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.231; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.232; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.232; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.232; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.233; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.233; 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 18:44:26.236; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.236; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:42974/solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.236; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.237; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.239; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@84d3a2 name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.239; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.241; 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 18:44:26.244; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.246; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2576e3 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.246; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.248; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.256; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.262; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.264; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34335_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.266; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34335_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.273; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.279; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.283; org.apache.solr.cloud.Overseer; Overseer (id=89531211175428099-127.0.0.1:34335_x-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.288; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.294; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.295; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.299; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.302; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.306; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.307; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.307; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.308; 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 18:44:26.310; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.311; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.312; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a12b55 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.313; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.314; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.315; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.375; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.377; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:59119
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.378; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.378; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.378; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.379; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.379; org.apache.solr.core.CoreContainer; New CoreContainer 7703499
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.379; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.380; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.452; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.452; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.455; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.455; 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 18:44:26.458; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.458; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:42974/solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.459; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.459; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.461; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@183436b name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.461; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.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 18:44:26.465; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.466; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1cebb81 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.467; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:26.472; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.477; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59119_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:59119_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.484; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.484; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.484; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.492; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.492; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.493; 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 18:44:27.559; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.561; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53902
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.563; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.564; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.565; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.565; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.566; org.apache.solr.core.CoreContainer; New CoreContainer 8410684
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.567; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.568; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.672; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.672; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.673; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.673; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.673; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.674; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.674; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.674; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.675; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.675; 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 18:44:27.678; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.678; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:42974/solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.679; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.679; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.681; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@22b784 name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.682; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.684; 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 18:44:27.686; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.687; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1af95b6 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.688; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:27.692; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.696; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53902_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.698; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53902_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.703; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.703; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.703; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.703; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.711; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.712; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.713; 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 18:44:28.781; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.784; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41545
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.785; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.786; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.787; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.788; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.788; org.apache.solr.core.CoreContainer; New CoreContainer 33476975
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.789; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.790; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.870; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.871; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.871; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.871; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.872; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.872; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.872; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.873; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.873; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.873; 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 18:44:28.876; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.877; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:42974/solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.877; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.878; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.879; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@12c389a name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.880; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.882; 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 18:44:28.885; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.886; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bae611 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.887; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:28.891; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.895; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41545_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.897; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41545_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.901; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.902; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.902; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.902; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.902; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.911; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.911; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.912; 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 18:44:29.978; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.981; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43520
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.982; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.983; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.984; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366137869917
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.985; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366137869917/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.986; org.apache.solr.core.CoreContainer; New CoreContainer 17803466
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.986; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366137869917/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:29.987; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366137869917/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.070; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.071; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.072; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.072; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.072; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.073; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.073; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.073; 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 18:44:30.076; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.077; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:42974/solr
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.077; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.078; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.079; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@14a2e57 name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.080; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.082; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.085; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.087; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@f70927 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.087; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:30.092; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.097; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43520_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.100; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43520_x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.104; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.105; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.104; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.104; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.104; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.104; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.113; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.114; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.115; 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 18:44:31.120; 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 18:44:31.126; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.127; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.128; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.128; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.130; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.130; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.133; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.134; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.201; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.237; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.240; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.244; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.590; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.596; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.599; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.616; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.620; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.624; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:31.626; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:31.627; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.627; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:31.629; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:31.630; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.630; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.631; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.633; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cc1cd5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.633; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.634; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.635; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:31.635; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.636; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.638; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.638; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.641; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.641; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.642; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.643; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.644; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.644; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.645; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.646; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.646; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.650; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.655; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@18aa757 main
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.655; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.656; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.657; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.662; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@18aa757 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:31.663; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.318; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.320; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:59119/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:59119_x",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.320; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.320; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.327; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.328; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.328; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.327; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.327; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.328; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:32.666; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.667; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:59119/x collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.668; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.680; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.685; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.686; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.686; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:59119/x/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.687; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.688; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:59119/x/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.689; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:59119/x/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:32.689; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.835; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.847; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:33.853; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:59119/x/unloadcollection1/ and leader is http://127.0.0.1:59119/x/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.854; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:59119/x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.855; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.856; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.858; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.860; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.861; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366137866316/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.863; 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/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137871124unloadcollection1_1n&wt=javabin&action=CREATE&name=unloadcollection1&numShards=1&version=2} status=0 QTime=2737 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.864; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.867; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.869; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@bcbaff name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.869; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.872; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.877; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.879; 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 18:44:33.886; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.887; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.889; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.889; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.892; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.938; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.971; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.973; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:33.977; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.342; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.347; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.350; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.365; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.369; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.373; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:34.375; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:34.377; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.378; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:34.379; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:34.380; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.380; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.381; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.381; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cc1cd5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.382; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.383; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.383; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:34.384; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.385; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.386; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@81b82e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c36cbe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.387; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.390; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.390; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.391; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.392; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.393; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.393; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.394; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.395; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.395; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.399; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.403; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@d9136 main
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.404; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.404; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.405; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.410; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@d9136 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.411; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:34.412; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.357; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.359; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:59119_x_unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:59119/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:59119_x",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.365; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53902/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53902_x",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.366; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.366; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.372; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:35.414; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.415; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:53902/x collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.420; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53902/x/unloadcollection2/ and leader is http://127.0.0.1:59119/x/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.421; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:53902/x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.422; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.422; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.423; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.424; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.425; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.426; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.426; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.427; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.428; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366137867498/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.428; 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 18:44:35.430; 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/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n&wt=javabin&action=CREATE&name=unloadcollection2&version=2} status=0 QTime=1544 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.431; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.433; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.435; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:35.436; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:53902_x_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:36.439; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:36.882; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:36.883; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53902_x_unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53902/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53902_x",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:36.898; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:37.438; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:53902_x_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:37.438; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53902_x&checkLive=true&state=recovering&wt=javabin&onlyIfLeader=true&action=PREPRECOVERY&core=unloadcollection1&coreNodeName=127.0.0.1:53902_x_unloadcollection2&version=2} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:37.442; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:38.445; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.440; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:59119/x/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.440; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:53902/x START replicas=[http://127.0.0.1:59119/x/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:39.441; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.441; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.442; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.442; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.443; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.443; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:59119/x/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.444; 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 18:44:39.448; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.453; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/get params={qt=/get&getVersions=100&wt=javabin&distrib=false&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.459; 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 18:44:39.461; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.462; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.463; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.464; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.465; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@a29d18 realtime
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.466; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.466; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={softCommit=false&commit=true&wt=javabin&commit_end_point=true&openSearcher=false&waitSearcher=true&version=2} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.468; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.468; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.472; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.473; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={qt=/replication&wt=javabin&command=indexversion&version=2} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.473; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.474; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.474; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.476; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={qt=/replication&wt=javabin&generation=2&command=filelist&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.477; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.480; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index.20130416124439478
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.480; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@129ed3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12d5212) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.483; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={checksum=true&qt=/replication&wt=filestream&file=segments_2&generation=2&command=filecontent} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.485; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.486; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.487; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.488; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@81b82e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c36cbe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@81b82e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1c36cbe),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.489; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.490; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.490; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1691914 main
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.492; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1691914 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.493; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index.20130416124439478 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index.20130416124439478;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.494; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index.20130416124439478
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.494; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137873884unloadcollection1_2n/index.20130416124439478
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.495; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.495; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.496; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.496; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.497; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.909; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.911; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53902_x_unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53902/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:53902_x",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:39.917; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:39.918; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:40.451; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.453; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.453; 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 18:44:40.461; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.461; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.463; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.464; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.466; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.514; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.547; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.549; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.553; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.909; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.915; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.918; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.933; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.937; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.940; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:40.942; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:40.942; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.943; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:40.944; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:40.945; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.946; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.946; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.947; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1cc1cd5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.948; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.949; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.950; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:40.951; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.952; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.954; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9247e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84bdce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.955; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.957; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.958; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.959; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.960; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.961; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.962; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.963; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.964; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.964; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.969; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.974; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@c04555 main
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.975; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.976; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.977; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.983; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@c04555 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.985; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:40.985; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.426; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.427; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41545/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "node_name":"127.0.0.1:41545_x",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.428; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.428; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.435; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.436; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:41.988; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.988; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:41545/x collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.994; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41545/x/unloadcollection3/ and leader is http://127.0.0.1:59119/x/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.994; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:41545/x
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.995; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.996; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.997; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.999; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:41.999; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.000; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.001; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.001; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.002; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366137868718/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.003; 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 18:44:42.004; 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/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n&wt=javabin&action=CREATE&name=unloadcollection3&version=2} status=0 QTime=1543 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.005; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.007; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.012; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:41545_x_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.943; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.945; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41545_x_unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41545/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "node_name":"127.0.0.1:41545_x",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:42.951; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.952; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.952; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.951; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.951; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.951; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:42.951; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:43.010; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:43.013; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:41545_x_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:43.014; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:41545_x&checkLive=true&state=recovering&wt=javabin&onlyIfLeader=true&action=PREPRECOVERY&core=unloadcollection1&coreNodeName=127.0.0.1:41545_x_unloadcollection3&version=2} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:44.013; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.015; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:59119/x/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.016; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:41545/x START replicas=[http://127.0.0.1:59119/x/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.016; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> WARN  - 2013-04-16 18:44:45.016; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.017; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.018; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.018; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.018; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/get params={qt=/get&getVersions=100&wt=javabin&distrib=false&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.019; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.020; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:59119/x/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.020; 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 18:44:45.027; 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 18:44:45.029; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@15b3993 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17f8cef),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.030; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.031; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.031; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={softCommit=false&commit=true&wt=javabin&commit_end_point=true&openSearcher=false&waitSearcher=true&version=2} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.032; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.033; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.035; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={qt=/replication&wt=javabin&command=indexversion&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.036; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.036; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.037; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.039; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={qt=/replication&wt=javabin&generation=3&command=filelist&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.040; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.042; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index.20130416124445040
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.042; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@10a3c32 lockFactory=org.apache.lucene.store.NativeFSLockFactory@130f3ad) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.045; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/x path=/replication params={checksum=true&qt=/replication&wt=filestream&file=segments_3&generation=3&command=filecontent} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.047; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.048; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.049; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.050; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9247e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84bdce),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9247e8 lockFactory=org.apache.lucene.store.NativeFSLockFactory@84bdce),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.052; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.052; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.053; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@ada34 main
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.056; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@ada34 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.057; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index.20130416124445040 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index.20130416124445040;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.057; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index.20130416124445040
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.058; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366137865832/1366137880458unloadcollection_3n/index.20130416124445040
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.058; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.059; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.059; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.059; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.061; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.962; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.964; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41545_x_unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41545/x",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "node_name":"127.0.0.1:41545_x",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:45.978; org.apache.solr.common.cloud.ZkStateReader$2; A 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 18:44:46.019; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.021; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.021; 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 18:44:46.056; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[20 (1432499400002764800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.061; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[20 (1432499400002764800)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.062; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[20 (1432499400002764800)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.063; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[20]} 0 27
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[21 (1432499400022687744)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[21 (1432499400022687744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[21 (1432499400022687744)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.074; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[21]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[22 (1432499400033173504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[22 (1432499400033173504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.084; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[22 (1432499400033173504)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.085; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[22]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.092; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[23 (1432499400043659264)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[23 (1432499400043659264)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.094; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[23 (1432499400043659264)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.095; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[23]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[24 (1432499400054145024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[24 (1432499400054145024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.105; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[24 (1432499400054145024)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.106; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[24]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.114; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[25 (1432499400066727936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.114; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[25 (1432499400066727936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.116; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[25 (1432499400066727936)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.117; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[25]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[26 (1432499400078262272)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[26 (1432499400078262272)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.125; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[26 (1432499400078262272)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.126; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[26]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[27 (1432499400087699456)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[27 (1432499400087699456)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.135; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[27 (1432499400087699456)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.136; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[27]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.144; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[28 (1432499400098185216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.144; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[28 (1432499400098185216)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.146; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[28 (1432499400098185216)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.147; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[28]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.155; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[29 (1432499400108670976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.155; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[29 (1432499400108670976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.157; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[29 (1432499400108670976)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.158; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[29]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.165; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[30 (1432499400121253888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.165; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[30 (1432499400121253888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.167; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[30 (1432499400121253888)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.168; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.176; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[31 (1432499400130691072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.176; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[31 (1432499400130691072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.177; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[31 (1432499400130691072)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.178; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[31]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.187; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[32 (1432499400142225408)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.187; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[32 (1432499400142225408)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.188; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[32 (1432499400142225408)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.189; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[32]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.197; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[33 (1432499400153759744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.197; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[33 (1432499400153759744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.199; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[33 (1432499400153759744)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.200; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[33]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.208; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[34 (1432499400165294080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.208; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[34 (1432499400165294080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.210; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[34 (1432499400165294080)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.211; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[34]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.219; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[35 (1432499400176828416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.219; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[35 (1432499400176828416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.221; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[35 (1432499400176828416)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.222; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[35]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.230; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[36 (1432499400187314176)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.230; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[36 (1432499400187314176)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.231; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[36 (1432499400187314176)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.232; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[36]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.241; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[37 (1432499400198848512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.241; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[37 (1432499400198848512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.242; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[37 (1432499400198848512)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.243; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[37]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.251; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[38 (1432499400210382848)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.252; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[38 (1432499400210382848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.253; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[38 (1432499400210382848)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.254; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.262; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[39 (1432499400221917184)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.263; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[39 (1432499400221917184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.264; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[39 (1432499400221917184)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.265; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[39]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.273; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[40 (1432499400233451520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.273; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[40 (1432499400233451520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.275; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[40 (1432499400233451520)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.276; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.284; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[41 (1432499400243937280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.284; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[41 (1432499400243937280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.285; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[41 (1432499400243937280)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.286; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[41]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[42 (1432499400255471616)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[42 (1432499400255471616)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.297; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[42 (1432499400255471616)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.298; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[42]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.306; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[43 (1432499400267005952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.306; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[43 (1432499400267005952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.307; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[43 (1432499400267005952)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.308; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[43]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[44 (1432499400278540288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.318; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[44 (1432499400278540288)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.319; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[44 (1432499400278540288)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.320; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[44]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.328; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[45 (1432499400291123200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.328; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[45 (1432499400291123200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.329; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[45 (1432499400291123200)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.331; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[45]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.338; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[46 (1432499400301608960)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.339; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[46 (1432499400301608960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.340; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[46 (1432499400301608960)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.341; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[46]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.349; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[47 (1432499400313143296)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.349; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[47 (1432499400313143296)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[47 (1432499400313143296)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.352; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[47]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.360; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[48 (1432499400324677632)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.360; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[48 (1432499400324677632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.362; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[48 (1432499400324677632)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.363; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[48]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[49 (1432499400336211968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[49 (1432499400336211968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.373; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[49 (1432499400336211968)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.374; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[49]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.382; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[50 (1432499400347746304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.382; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[50 (1432499400347746304)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.384; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[50 (1432499400347746304)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.385; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[50]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.393; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[51 (1432499400358232064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.393; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[51 (1432499400358232064)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.395; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[51 (1432499400358232064)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.396; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[51]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[52 (1432499400369766400)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.404; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[52 (1432499400369766400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.405; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[52 (1432499400369766400)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.406; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[52]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[53 (1432499400381300736)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[53 (1432499400381300736)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.416; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[53 (1432499400381300736)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.417; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[53]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.425; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[54 (1432499400392835072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.425; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[54 (1432499400392835072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.427; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[54 (1432499400392835072)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.428; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[54]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.436; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[55 (1432499400403320832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.436; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[55 (1432499400403320832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.437; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[55 (1432499400403320832)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.439; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[55]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[56 (1432499400414855168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[56 (1432499400414855168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.448; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[56 (1432499400414855168)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.449; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[56]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.458; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[57 (1432499400426389504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.458; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[57 (1432499400426389504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.460; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[57 (1432499400426389504)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.461; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[57]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.468; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[58 (1432499400437923840)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.468; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[58 (1432499400437923840)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.470; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[58 (1432499400437923840)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.471; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[58]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.479; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[59 (1432499400449458176)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.479; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[59 (1432499400449458176)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.481; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[59 (1432499400449458176)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.482; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[59]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[60 (1432499400460992512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[60 (1432499400460992512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.492; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[60 (1432499400460992512)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.493; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[60]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[61 (1432499400472526848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[61 (1432499400472526848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.502; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[61 (1432499400472526848)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.503; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[61]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.511; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[62 (1432499400483012608)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.511; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[62 (1432499400483012608)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.513; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[62 (1432499400483012608)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[62]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.522; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[63 (1432499400494546944)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.522; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[63 (1432499400494546944)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.524; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[63 (1432499400494546944)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.525; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[63]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.533; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[64 (1432499400506081280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.533; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[64 (1432499400506081280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.534; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[64 (1432499400506081280)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.535; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[64]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[65 (1432499400516567040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[65 (1432499400516567040)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.545; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[65 (1432499400516567040)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.546; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[65]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.554; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[66 (1432499400528101376)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.554; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[66 (1432499400528101376)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.556; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[66 (1432499400528101376)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.557; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[66]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.565; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[67 (1432499400539635712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.565; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[67 (1432499400539635712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.567; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[67 (1432499400539635712)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.568; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[67]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[68 (1432499400551170048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[68 (1432499400551170048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.578; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[68 (1432499400551170048)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.579; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[68]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.587; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[69 (1432499400561655808)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.587; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[69 (1432499400561655808)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[69 (1432499400561655808)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.589; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[69]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.597; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[70 (1432499400573190144)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.597; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[70 (1432499400573190144)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.599; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[70 (1432499400573190144)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.600; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[70]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.608; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[71 (1432499400584724480)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.609; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[71 (1432499400584724480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.610; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[71 (1432499400584724480)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.611; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[71]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[72 (1432499400596258816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[72 (1432499400596258816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.621; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[72 (1432499400596258816)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.622; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[72]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[73 (1432499400607793152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.630; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[73 (1432499400607793152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.632; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/x path=/update params={distrib.from=http://127.0.0.1:41545/x/unloadcollection3/&wt=javabin&update.distrib=TOLEADER&version=2} {add=[73 (1432499400607793152)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.633; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={wt=javabin&version=2} {add=[73]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-16 18:44:46.641; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/x path=/update params={distrib.from=http://127.0.0.1:59119/x/unloadcollection1/&wt=javabin&update.distrib=FROMLEADER&version=2} {add=[74 (1432499400619327488)]} 0 1
[junit4:jun

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

ode_name":"127.0.0.1:52352_"}
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:22.065; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:22.107; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 49477
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:22.108; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=31573833
[junit4:junit4]   1> WARN  - 2013-04-16 18:51:22.225; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:22.226; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-04-16 18:51:22.226; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.109; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.110; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.115; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10a4adc
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.125; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.126; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.127; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.127; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.129; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.129; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.130; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.130; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.130; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.131; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366138250480/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.132; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89531236383719436-127.0.0.1:49477_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.133; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-16 18:51:23.134; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-16 18:51:23.134; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.156; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.215; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.218; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:43367 43367
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1366138250480
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=B6F34612C54D12 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sv_SE -Dtests.timezone=ROK -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   32.8s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:50237/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([B6F34612C54D12:81507D5E659A2D2E]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-16 18:51:23.237; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32766 T2064 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=sv_SE, timezone=ROK
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=56087608,total=257622016
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestArbitraryIndexDir, HighlighterConfigTest, TestBM25SimilarityFactory, TimeZoneUtilsTest, SolrPluginUtilsTest, PathHierarchyTokenizerFactoryTest, TestAnalyzedSuggestions, DOMUtilTest, URLClassifyProcessorTest, ChaosMonkeySafeLeaderTest, IndexReaderFactoryTest, UpdateParamsTest, TestCopyFieldCollectionResource, LeaderElectionIntegrationTest, TermVectorComponentDistributedTest, ShardSplitTest, SampleTest, SpellCheckCollatorTest, OutputWriterTest, TestReload, HardAutoCommitTest, TestJmxMonitoredMap, NoCacheHeaderTest, TestDefaultSearchFieldResource, TestSystemIdResolver, TestQueryTypes, ClusterStateTest, CoreContainerCoreInitFailuresTest, TestIndexingPerformance, SimplePostToolTest, DocumentAnalysisRequestHandlerTest, TestSolrXMLSerializer, CurrencyFieldXmlFileTest, IndexBasedSpellCheckerTest, TestRangeQuery, StatsComponentTest, SolrCoreCheckLockOnStartupTest, TestLazyCores, ConvertedLegacyTest, CopyFieldTest, TestPartialUpdateDeduplication, TestCSVResponseWriter, ShardRoutingCustomTest, DefaultValueUpdateProcessorTest, FullSolrCloudDistribCmdsTest, TestDistributedGrouping, EchoParamsTest, SortByFunctionTest, TestMultiCoreConfBootstrap, BasicZkTest, TestCloudManagedSchema, DirectUpdateHandlerTest, TestUtils, TestRTGBase, NotRequiredUniqueKeyTest, PingRequestHandlerTest, TestSolr4Spatial, DebugComponentTest, TestJmxIntegration, TestShardHandlerFactory, TestZkChroot, SuggesterWFSTTest, JSONWriterTest, HighlighterTest, TestLMJelinekMercerSimilarityFactory, TestDynamicFieldResource, CollectionsAPIDistributedZkTest, RequiredFieldsTest, SignatureUpdateProcessorFactoryTest, TestFiltering, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.80s, 1 test, 1 error <<< FAILURES!

[...truncated 456 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, 1207 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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