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/09 08:54:03 UTC

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

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

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

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


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([CC379618113FA53:8D25F779F64C9A6F]: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 9329 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.468; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /ef_mgs/fq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.473; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.474; 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-09 07:41:09.474; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.575; org.apache.solr.cloud.ZkTestServer; start zk server on port:40899
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.577; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.722; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@893ea5 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.722; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.722; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.731; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4edf44 name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.732; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.732; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.739; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.741; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.743; 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-09 07:41:09.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.748; 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-09 07:41:09.748; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.751; 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-09 07:41:09.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.755; 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-09 07:41:09.755; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.758; 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-09 07:41:09.759; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.762; 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-09 07:41:09.763; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.767; 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-09 07:41:09.767; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.771; 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-09 07:41:09.772; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.775; 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-09 07:41:09.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.839; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.843; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:45022
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.843; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.843; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.844; 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-1365489669779
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.844; 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-1365489669779/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.844; org.apache.solr.core.CoreContainer; New CoreContainer 7925328
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.845; 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-1365489669779/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.845; 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-1365489669779/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.864; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.864; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.864; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.865; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.865; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.865; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.866; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.866; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.866; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.867; 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-09 07:41:09.878; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.887; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:40899/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.888; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.889; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.890; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bf1265 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.890; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.893; 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-09 07:41:09.897; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.898; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7d5a59 name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.898; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.900; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.904; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.907; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.910; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45022_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.911; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:45022_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.914; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.920; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.923; org.apache.solr.cloud.Overseer; Overseer (id=89488730978779139-127.0.0.1:45022_ef_mgs%2Ffq-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.927; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.931; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.931; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.934; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.936; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.939; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.940; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.941; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.942; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.945; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.946; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.947; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1cc1f2b name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.947; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.949; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:09.951; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.014; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.015; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57696
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.016; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.016; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.017; 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-1365489669951
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.017; 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-1365489669951/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.018; org.apache.solr.core.CoreContainer; New CoreContainer 25252644
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.018; 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-1365489669951/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.018; 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-1365489669951/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.045; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.045; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.045; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.046; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.046; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.046; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.047; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.050; 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-09 07:41:10.058; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.072; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:40899/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.073; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.074; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.076; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17ec869 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.076; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.078; 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-09 07:41:10.081; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.082; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1e73cbe name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.082; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:10.094; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.098; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57696_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.099; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57696_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.103; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.103; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.103; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.107; 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-09 07:41:11.107; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.108; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.177; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.179; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40112
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.180; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.180; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.181; 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-1365489671116
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.181; 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-1365489671116/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.181; org.apache.solr.core.CoreContainer; New CoreContainer 7898209
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.182; 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-1365489671116/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.182; 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-1365489671116/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.199; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.200; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.200; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.203; 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-09 07:41:11.208; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.224; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:40899/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.225; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.226; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.227; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@13a1c24 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.227; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.230; 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-09 07:41:11.232; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.234; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ee5652 name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.234; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:11.238; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.241; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40112_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.243; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40112_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.250; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.257; 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-09 07:41:12.258; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.259; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.334; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.337; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:42215
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.337; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.338; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.338; 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-1365489672264
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.338; 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-1365489672264/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.339; org.apache.solr.core.CoreContainer; New CoreContainer 2934211
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.339; 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-1365489672264/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.340; 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-1365489672264/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.364; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.364; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.364; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.365; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.365; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.365; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.366; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.366; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.366; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.367; 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-09 07:41:12.372; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.407; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:40899/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.407; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.408; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.410; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@686cc5 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.410; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.412; 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-09 07:41:12.415; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.416; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@162310b name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.417; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:12.421; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.424; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42215_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:42215_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.431; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.441; 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-09 07:41:13.442; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.443; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.502; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.505; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60077
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.506; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.507; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.508; 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-1365489673447
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.508; 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-1365489673447/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.509; org.apache.solr.core.CoreContainer; New CoreContainer 31135773
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.510; 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-1365489673447/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.511; 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-1365489673447/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.538; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.539; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.540; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.541; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.541; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.541; 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-09 07:41:13.560; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.574; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:40899/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.575; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.576; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.578; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@51d1c1 name:ZooKeeperConnection Watcher:127.0.0.1:40899 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.578; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.581; 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-09 07:41:13.642; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.644; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2aabbc name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.644; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:13.651; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.657; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60077_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.659; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60077_ef_mgs%2Ffq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.664; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.664; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.664; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.665; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.673; 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-09 07:41:14.674; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.674; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.679; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.686; 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-1365489669951/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.687; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.689; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.689; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.693; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.693; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.696; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.697; 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-1365489669951/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.740; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.783; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.786; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:14.790; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.194; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.201; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.204; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.227; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.233; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.239; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:15.241; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:15.242; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.243; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:15.245; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:15.246; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.246; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.247; 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-1365489669951/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489674684unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.248; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2f17c
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.248; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.250; 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-1365489669474/1365489674684unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.250; 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-1365489669474/1365489674684unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:15.251; 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-1365489669474/1365489674684unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.252; 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-1365489669474/1365489674684unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.254; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.255; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.259; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.260; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.261; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.262; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.262; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.263; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.264; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.265; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.266; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.269; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.271; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@196446e main
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.271; 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-1365489669474/1365489674684unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.272; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.272; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.277; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@196446e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.279; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.953; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.955; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57696_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57696/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.955; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.956; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:15.977; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.281; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.281; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:57696/ef_mgs/fq collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.282; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.290; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.294; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.294; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.295; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.295; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.295; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.295; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:16.296; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.485; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.499; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.498; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.505; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/ and leader is http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.505; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:57696/ef_mgs/fq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.506; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.506; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.514; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.516; 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-1365489669951/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.526; 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-1365489669951/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.527; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489674684unloadcollection1_1n&name=unloadcollection1&version=2&collection=unloadcollection&action=CREATE} status=0 QTime=2841 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.528; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.531; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.542; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a24b0 name:ZooKeeperConnection Watcher:127.0.0.1:40899/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.543; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.546; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.552; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.553; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.560; 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-1365489671116/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.561; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.562; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.563; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.566; 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-1365489671116/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.607; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.646; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.648; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:17.657; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.071; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.076; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.078; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.092; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.096; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.099; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:18.101; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:18.101; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.102; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:18.103; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:18.103; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.104; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.104; 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-1365489671116/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489677558unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.104; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2f17c
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.105; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.105; 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-1365489669474/1365489677558unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.106; 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-1365489669474/1365489677558unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:18.106; 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-1365489669474/1365489677558unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.107; 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-1365489669474/1365489677558unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.108; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@94e7ad lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cd0f86)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.108; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.110; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.110; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.111; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.111; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.112; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.112; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.112; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.113; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.113; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.115; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.118; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@819c86 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.118; 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-1365489669474/1365489677558unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.118; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.119; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.123; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@819c86 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.126; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:18.126; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.019; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.020; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:57696_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57696_ef_mgs%2Ffq_unloadcollection1",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57696/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.024; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40112_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40112/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.025; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.025; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.029; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.129; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.129; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:40112/ef_mgs/fq collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.133; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40112/ef_mgs/fq/unloadcollection2/ and leader is http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.133; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:40112/ef_mgs/fq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.133; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.134; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.134; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.135; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.135; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.135; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.135; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.136; 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-1365489671116/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.136; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.147; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:40112_ef_mgs%2Ffq_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.148; 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-1365489671116/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.149; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489677558unloadcollection1_2n&name=unloadcollection2&version=2&collection=unloadcollection&action=CREATE} status=0 QTime=1589 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.150; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.151; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:19.152; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.154; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.541; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.542; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40112_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40112_ef_mgs%2Ffq_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40112/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:20.566; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:21.148; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:40112_ef_mgs%2Ffq_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:21.148; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&checkLive=true&coreNodeName=127.0.0.1:40112_ef_mgs%252Ffq_unloadcollection2&onlyIfLeader=true&version=2&nodeName=127.0.0.1:40112_ef_mgs%252Ffq&state=recovering&action=PREPRECOVERY&core=unloadcollection1} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:21.156; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:22.158; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.149; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.150; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:40112/ef_mgs/fq START replicas=[http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:23.151; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.151; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.151; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.152; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.152; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.152; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.153; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.160; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/get params={wt=javabin&distrib=false&version=2&qt=/get&getVersions=100} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.161; 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-09 07:41:23.161; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.163; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.164; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.165; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.165; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.166; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1227b7a realtime
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.167; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.167; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&openSearcher=false&version=2&commit_end_point=true&softCommit=false&commit=true&waitSearcher=true} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.168; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.168; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.170; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.171; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=indexversion&wt=javabin&version=2&qt=/replication} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.171; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.172; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.172; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.174; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=filelist&wt=javabin&version=2&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.174; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.175; 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-1365489669474/1365489677558unloadcollection1_2n/index.20130409024123175
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.175; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@240d4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@bcc216) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.177; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=filecontent&wt=filestream&checksum=true&qt=/replication&generation=2&file=segments_2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.180; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.181; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.181; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.184; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@94e7ad lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cd0f86)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@94e7ad lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cd0f86)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.185; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.186; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.186; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2eefa7 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.188; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@2eefa7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.188; 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-1365489669474/1365489677558unloadcollection1_2n/index.20130409024123175 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489677558unloadcollection1_2n/index.20130409024123175;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.188; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489677558unloadcollection1_2n/index.20130409024123175
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.188; 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-1365489669474/1365489677558unloadcollection1_2n/index.20130409024123175
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.189; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.189; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.189; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.190; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.192; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.577; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.578; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40112_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40112_ef_mgs%2Ffq_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40112/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:23.587; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.165; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.167; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.167; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.171; 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-1365489672264/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.171; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.172; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.172; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.174; 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-1365489672264/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.221; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.267; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.270; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.274; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.641; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.646; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.648; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.664; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.667; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.671; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:24.673; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:24.673; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.674; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:24.675; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:24.676; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.676; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.677; 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-1365489672264/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489684169unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.677; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2f17c
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.678; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.679; 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-1365489669474/1365489684169unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.679; 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-1365489669474/1365489684169unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:24.680; 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-1365489669474/1365489684169unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.680; 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-1365489669474/1365489684169unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.682; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6d98b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@160af49)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.683; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.685; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.685; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.686; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.687; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.687; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.688; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.688; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.688; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.689; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.691; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.693; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@336f9c main
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.694; 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-1365489669474/1365489684169unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.694; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.694; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.698; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@336f9c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.699; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:24.699; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.094; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.095; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:42215_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42215/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.096; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.096; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.135; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.136; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.136; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.136; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.136; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.135; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.135; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.702; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.702; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:42215/ef_mgs/fq collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.707; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/ and leader is http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.707; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:42215/ef_mgs/fq
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.708; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.708; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.708; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.709; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.709; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.709; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.710; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.710; 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-1365489672264/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.712; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.715; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:42215_ef_mgs%2Ffq_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.715; 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-1365489672264/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.717; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489684169unloadcollection_3n&name=unloadcollection3&version=2&collection=unloadcollection&action=CREATE} status=0 QTime=1546 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.718; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:25.719; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.642; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.643; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:42215_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:42215_ef_mgs%2Ffq_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42215/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.651; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.717; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:42215_ef_mgs%2Ffq_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.717; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&checkLive=true&coreNodeName=127.0.0.1:42215_ef_mgs%252Ffq_unloadcollection3&onlyIfLeader=true&version=2&nodeName=127.0.0.1:42215_ef_mgs%252Ffq&state=recovering&action=PREPRECOVERY&core=unloadcollection1} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:26.720; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:27.723; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.718; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.719; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:42215/ef_mgs/fq START replicas=[http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-09 07:41:28.719; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.719; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.720; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.720; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.720; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.720; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.720; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.722; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/get params={wt=javabin&distrib=false&version=2&qt=/get&getVersions=100} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.725; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.725; 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-09 07:41:28.727; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@147a995 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ba5f4)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.727; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.727; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&openSearcher=false&version=2&commit_end_point=true&softCommit=false&commit=true&waitSearcher=true} {commit=} 0 3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.728; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.729; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.730; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=indexversion&wt=javabin&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.731; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.731; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.731; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.733; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=filelist&wt=javabin&version=2&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.734; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.735; 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-1365489669474/1365489684169unloadcollection_3n/index.20130409024128734
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.735; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@17b2193 lockFactory=org.apache.lucene.store.NativeFSLockFactory@137f21b) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.737; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/ef_mgs/fq path=/replication params={command=filecontent&wt=filestream&checksum=true&qt=/replication&generation=3&file=segments_3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.738; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.739; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.739; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.740; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6d98b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@160af49)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6d98b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@160af49)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.740; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.740; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.741; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@9bf701 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.742; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@9bf701 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.742; 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-1365489669474/1365489684169unloadcollection_3n/index.20130409024128734 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489684169unloadcollection_3n/index.20130409024128734;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.742; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365489669474/1365489684169unloadcollection_3n/index.20130409024128734
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.742; 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-1365489669474/1365489684169unloadcollection_3n/index.20130409024128734
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.742; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.743; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.743; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.743; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:28.744; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.665; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.666; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:42215_ef_mgs%2Ffq",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:42215_ef_mgs%2Ffq_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42215/ef_mgs/fq"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.670; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.727; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.728; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.729; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.748; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[20 (1431819716909858816)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.753; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[20 (1431819716909858816)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[20 (1431819716909858816)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[20]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.763; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[21 (1431819716928733184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.763; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[21 (1431819716928733184)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.765; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[21 (1431819716928733184)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.765; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[21]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.773; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[22 (1431819716940267520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.773; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[22 (1431819716940267520)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.774; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[22 (1431819716940267520)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.775; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[22]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[23 (1431819716949704704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.782; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[23 (1431819716949704704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[23 (1431819716949704704)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[23]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[24 (1431819716959141888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[24 (1431819716959141888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.792; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[24 (1431819716959141888)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.792; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[24]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.799; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[25 (1431819716967530496)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.800; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[25 (1431819716967530496)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.801; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[25 (1431819716967530496)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.801; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[25]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[26 (1431819716976967680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[26 (1431819716976967680)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.811; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[26 (1431819716976967680)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.812; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[26]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.821; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[27 (1431819716989550592)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.821; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[27 (1431819716989550592)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.822; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[27 (1431819716989550592)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.823; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[27]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.831; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[28 (1431819717001084928)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.831; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[28 (1431819717001084928)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.832; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[28 (1431819717001084928)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.833; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[28]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.840; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[29 (1431819717010522112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.840; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[29 (1431819717010522112)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.841; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[29 (1431819717010522112)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.842; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[29]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.850; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[30 (1431819717021007872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.850; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[30 (1431819717021007872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.851; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[30 (1431819717021007872)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.851; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.858; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[31 (1431819717029396480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.858; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[31 (1431819717029396480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.859; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[31 (1431819717029396480)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.860; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[31]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.867; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[32 (1431819717038833664)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.867; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[32 (1431819717038833664)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.869; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[32 (1431819717038833664)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.870; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[32]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.886; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[33 (1431819717050368000)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.887; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[33 (1431819717050368000)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.888; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[33 (1431819717050368000)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.888; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[33]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.895; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[34 (1431819717069242368)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.895; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[34 (1431819717069242368)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.896; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[34 (1431819717069242368)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.897; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[34]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.904; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[35 (1431819717077630976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.904; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[35 (1431819717077630976)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.905; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[35 (1431819717077630976)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.907; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[35]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[36 (1431819717089165312)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.914; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[36 (1431819717089165312)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.915; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[36 (1431819717089165312)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.916; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[36]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.922; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[37 (1431819717097553920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.922; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[37 (1431819717097553920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.923; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[37 (1431819717097553920)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.924; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[37]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.930; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[38 (1431819717105942528)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.931; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[38 (1431819717105942528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.932; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[38 (1431819717105942528)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.932; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[38]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.940; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[39 (1431819717115379712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.940; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[39 (1431819717115379712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.941; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[39 (1431819717115379712)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.942; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[39]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.948; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[40 (1431819717124816896)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.948; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[40 (1431819717124816896)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.949; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[40 (1431819717124816896)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.950; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[40]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.957; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[41 (1431819717133205504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.957; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[41 (1431819717133205504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.958; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[41 (1431819717133205504)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.958; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[41]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.965; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[42 (1431819717141594112)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.965; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[42 (1431819717141594112)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.966; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[42 (1431819717141594112)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.967; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[42]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[43 (1431819717157322752)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[43 (1431819717157322752)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[43 (1431819717157322752)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.982; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[43]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[44 (1431819717166759936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.989; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[44 (1431819717166759936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[44 (1431819717166759936)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.990; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[44]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.997; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[45 (1431819717175148544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.997; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[45 (1431819717175148544)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.998; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[45 (1431819717175148544)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:29.998; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[45]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.006; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[46 (1431819717184585728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.006; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[46 (1431819717184585728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[46 (1431819717184585728)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.008; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.016; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[47 (1431819717195071488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.016; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[47 (1431819717195071488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.018; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[47 (1431819717195071488)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.019; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[47]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.028; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[48 (1431819717207654400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.028; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[48 (1431819717207654400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.029; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[48 (1431819717207654400)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.030; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[48]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.036; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[49 (1431819717217091584)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.036; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[49 (1431819717217091584)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.038; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[49 (1431819717217091584)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.038; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[49]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.046; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[50 (1431819717225480192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.046; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[50 (1431819717225480192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.047; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[50 (1431819717225480192)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.048; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[50]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.055; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[51 (1431819717235965952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.055; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[51 (1431819717235965952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.056; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[51 (1431819717235965952)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.056; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[51]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.063; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[52 (1431819717244354560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.063; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[52 (1431819717244354560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.064; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[52 (1431819717244354560)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.064; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[52]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.072; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[53 (1431819717253791744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.072; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[53 (1431819717253791744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[53 (1431819717253791744)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.073; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[53]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.081; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[54 (1431819717264277504)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.082; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[54 (1431819717264277504)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[54 (1431819717264277504)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[54]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.090; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[55 (1431819717272666112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.090; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[55 (1431819717272666112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.091; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[55 (1431819717272666112)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.091; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[55]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.098; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[56 (1431819717281054720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.098; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[56 (1431819717281054720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.099; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[56 (1431819717281054720)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.100; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[56]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.107; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[57 (1431819717290491904)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.107; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[57 (1431819717290491904)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[57 (1431819717290491904)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.108; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[57]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.115; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[58 (1431819717298880512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.115; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[58 (1431819717298880512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.116; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[58 (1431819717298880512)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.117; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[58]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[59 (1431819717308317696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[59 (1431819717308317696)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.125; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[59 (1431819717308317696)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.126; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[59]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.133; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[60 (1431819717317754880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.133; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[60 (1431819717317754880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[60 (1431819717317754880)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.134; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[60]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.141; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[61 (1431819717326143488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.141; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[61 (1431819717326143488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.142; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[61 (1431819717326143488)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.143; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[61]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.150; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[62 (1431819717335580672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.150; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[62 (1431819717335580672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[62 (1431819717335580672)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[62]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.160; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[63 (1431819717346066432)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.160; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[63 (1431819717346066432)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.161; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[63 (1431819717346066432)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.162; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[63]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.170; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[64 (1431819717356552192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.170; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[64 (1431819717356552192)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.171; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[64 (1431819717356552192)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.172; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[64]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.179; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[65 (1431819717365989376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.179; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[65 (1431819717365989376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.180; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[65 (1431819717365989376)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.180; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[65]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.188; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[66 (1431819717374377984)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.188; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[66 (1431819717374377984)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.189; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[66 (1431819717374377984)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.189; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[66]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.196; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[67 (1431819717383815168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.196; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[67 (1431819717383815168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.197; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[67 (1431819717383815168)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.198; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[67]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.204; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[68 (1431819717393252352)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.204; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[68 (1431819717393252352)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.205; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[68 (1431819717393252352)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.206; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[68]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.213; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[69 (1431819717401640960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.213; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[69 (1431819717401640960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.216; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs/fq/unloadcollection3/&update.distrib=TOLEADER} {add=[69 (1431819717401640960)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.216; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2} {add=[69]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.223; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[70 (1431819717412126720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.223; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:57696/ef_mgs/fq/unloadcollection1/&update.distrib=FROMLEADER} {add=[70 (1431819717412126720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-09 07:41:30.224; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/ef_mgs/fq path=/update params={wt=javabin&version=2&distrib.from=http://127.0.0.1:42215/ef_mgs

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

e.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:04.441; 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-09 06:45:04.441; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.295; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.295; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.299; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ec4c7
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.303; 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-09 06:45:05.304; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.304; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.305; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.306; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.306; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.307; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.307; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.307; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.308; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365489873260/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.308; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89488744334163980-127.0.0.1:53177_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.332; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.387; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.389; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:33554 33554
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365489873260
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=CC379618113FA53 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Asia/Kashgar -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   32.1s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:33068/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([CC379618113FA53:8D25F779F64C9A6F]: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-09 06:45:05.398; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32147 T1485 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-09 06:45:05.519; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:05.519; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> WARN  - 2013-04-09 06:45:05.519; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-09 06:45:06.610; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-09 06:45:06.610; 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-09 06:45:06.611; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ga, timezone=Asia/Kashgar
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=14384736,total=141692928
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSchemaResource, TestPostingsSolrHighlighter, IndexSchemaRuntimeFieldTest, TestUpdate, TestSolrXMLSerializer, TestQueryTypes, TestRangeQuery, ChaosMonkeyShardSplitTest, TimeZoneUtilsTest, StatsComponentTest, NumericFieldsTest, IndexReaderFactoryTest, ConvertedLegacyTest, TestBinaryField, RequiredFieldsTest, TestSolrJ, HighlighterConfigTest, SpellPossibilityIteratorTest, TestIndexSearcher, OpenExchangeRatesOrgProviderTest, DocumentAnalysisRequestHandlerTest, ZkNodePropsTest, TestElisionMultitermQuery, TestFastOutputStream, TestDistributedSearch, TestPartialUpdateDeduplication, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, DOMUtilTest, XmlUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, SpellCheckComponentTest, PreAnalyzedUpdateProcessorTest, RequestHandlersTest, TestDynamicFieldCollectionResource, TestDFRSimilarityFactory, TestComponentsName, OpenCloseCoreStressTest, ClusterStateTest, SpellCheckCollatorTest, SolrIndexConfigTest, TestRTGBase, TestSolrQueryParserDefaultOperatorResource, NoCacheHeaderTest, CurrencyFieldOpenExchangeTest, TestJmxMonitoredMap, TestPropInject, DirectUpdateHandlerTest, SolrRequestParserTest, TestArbitraryIndexDir, HardAutoCommitTest, TestSuggestSpellingConverter, TestRecovery, TestFiltering, DefaultValueUpdateProcessorTest, TestCodecSupport, HighlighterTest, TestHashPartitioner, SuggesterWFSTTest, XsltUpdateRequestHandlerTest, DebugComponentTest, FieldAnalysisRequestHandlerTest, TestLuceneMatchVersion, SimplePostToolTest, SolrCmdDistributorTest, SuggesterTSTTest, TestUtils, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.43s, 1 test, 1 error <<< FAILURES!

[...truncated 541 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:448: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1234: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:878: There were test failures: 288 suites, 1186 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_43) - Build # 5035 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5035/
Java: 32bit/jdk1.6.0_43 -server -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([DFF555672B2D35D9:5E13DB7F5C7255E5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:483)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:662)




Build Log:
[...truncated 8775 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.711; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /z/h
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.715; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.715; 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-09 07:53:04.716; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.816; org.apache.solr.cloud.ZkTestServer; start zk server on port:43128
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.817; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.828; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@150395f name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.828; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.829; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.835; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.837; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c7e104 name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.837; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.838; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.844; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.851; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.855; 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-09 07:53:04.856; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.862; 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-09 07:53:04.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.869; 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-09 07:53:04.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.875; 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-09 07:53:04.876; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.880; 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-09 07:53:04.881; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.886; 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-09 07:53:04.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.891; 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-09 07:53:04.892; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.896; 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-09 07:53:04.897; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.902; 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-09 07:53:04.902; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.990; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.994; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34408
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.995; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.995; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.996; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.996; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.996; org.apache.solr.core.CoreContainer; New CoreContainer 31931579
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.997; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:04.997; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.013; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.016; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.016; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.016; 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-09 07:53:05.022; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.032; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:43128/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.032; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.033; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.034; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18b52f3 name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.035; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.037; 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-09 07:53:05.055; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.057; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@10d858a name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.058; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.060; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.066; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.074; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34408_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34408_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.081; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.091; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.095; org.apache.solr.cloud.Overseer; Overseer (id=89489013782544387-127.0.0.1:34408_z%2Fh-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.103; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.109; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.110; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.114; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.117; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.121; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.124; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.125; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.126; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.130; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.133; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.134; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1807e89 name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.135; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.138; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.142; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.218; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.220; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:57504
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.221; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.221; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.222; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.222; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.222; org.apache.solr.core.CoreContainer; New CoreContainer 32755359
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.223; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.223; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.240; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.240; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.241; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.241; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.241; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.242; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.242; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.242; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.243; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.243; 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-09 07:53:05.248; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.258; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:43128/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.259; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.260; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.261; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a8a612 name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.262; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.263; 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-09 07:53:05.266; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.267; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1917bcb name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.267; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:05.271; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.275; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57504_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.278; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:57504_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.283; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.283; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.283; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.293; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.293; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.294; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.360; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.362; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:58577
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.363; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.363; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.364; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.364; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.365; org.apache.solr.core.CoreContainer; New CoreContainer 1393419
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.366; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.366; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.383; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.384; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.384; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.384; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.385; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.385; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.385; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.386; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.386; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.386; 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-09 07:53:06.392; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.402; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:43128/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.402; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.403; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.405; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16833d1 name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.406; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.409; 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-09 07:53:06.411; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.413; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b9591e name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.413; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:06.420; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.424; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58577_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.426; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:58577_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.433; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.432; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.461; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.461; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.462; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.523; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.526; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41836
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.527; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.527; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.528; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.529; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.529; org.apache.solr.core.CoreContainer; New CoreContainer 13402254
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.530; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.531; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.558; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.558; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.558; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.559; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.559; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.559; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.560; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.560; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.560; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.561; 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-09 07:53:07.566; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.575; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:43128/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.575; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.576; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.578; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6580d4 name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.579; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.582; 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-09 07:53:07.585; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.586; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6b2648 name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.586; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:07.591; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.596; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41836_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.599; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41836_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.604; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.604; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.605; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.605; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.605; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.613; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.614; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.615; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.691; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.694; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:33103
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.695; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.695; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.696; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.697; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.697; org.apache.solr.core.CoreContainer; New CoreContainer 20183491
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.698; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.699; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.722; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.722; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.723; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.723; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.723; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.724; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.725; 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-09 07:53:08.730; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.740; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:43128/solr
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.740; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.741; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.743; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a0a08e name:ZooKeeperConnection Watcher:127.0.0.1:43128 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.743; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.746; 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-09 07:53:08.749; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.750; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@a53f5a name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.750; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:08.757; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.761; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33103_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.762; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:33103_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.764; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.764; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.765; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.765; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.764; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.764; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.769; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.769; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.770; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.774; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.805; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.807; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.810; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   1>   "operation":"createcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "maxShardsPerNode":null,
[junit4:junit4]   1>   "createNodeSet":null,
[junit4:junit4]   1>   "name":"nodes_used_collection",
[junit4:junit4]   1>   "replicationFactor":"2"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.810; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:34408_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.811; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:41836_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.812; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:57504_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.813; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:33103_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.814; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.815; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.815; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.814; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.817; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.815; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.816; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.815; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.819; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.819; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.818; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.821; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.820; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.820; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.823; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.823; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.821; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.825; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.824; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.827; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.826; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.826; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.830; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.831; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.833; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.834; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.835; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.835; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.834; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.836; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.890; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.913; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.917; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.919; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.973; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.975; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.975; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.976; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.978; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.979; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.979; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.979; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.980; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.980; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:09.999; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.001; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.627; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.629; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.633; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.639; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.640; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.642; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.646; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.650; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.651; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.651; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.653; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.656; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.656; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.656; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.656; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.660; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.661; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.661; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.662; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.663; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.664; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.663; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.665; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.665; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.666; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.667; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.667; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.667; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.667; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.668; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.668; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.668; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.669; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.669; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.669; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.670; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.670; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.671; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.671; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.671; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.672; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.672; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.672; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.672; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.673; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.673; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.674; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.675; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ade290 lockFactory=org.apache.lucene.store.NativeFSLockFactory@72c354),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.675; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.676; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1690a83 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ed938c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.676; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.676; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.677; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.678; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.678; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.678; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.679; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.679; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.679; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.680; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.679; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.680; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.680; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.681; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.682; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.681; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.682; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.682; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.684; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.681; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.685; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.684; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.684; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.687; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.686; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.685; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.687; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.687; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.689; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.690; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.689; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.688; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.691; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.690; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.692; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.692; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.693; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.692; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.693; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.694; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.695; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.696; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@12e1097 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.695; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.697; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@9ccae8 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.696; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.696; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.698; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.698; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.697; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.697; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.700; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.700; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.701; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@101736 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ed9813),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.702; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.698; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:10.701; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.701; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.704; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.705; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.706; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.707; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.707; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@11f0bd3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@f66c06),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.708; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.708; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.709; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.710; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.710; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.711; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@9ccae8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.711; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.712; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@12e1097 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.712; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.712; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.713; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.713; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.713; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.713; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.714; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.715; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.715; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.715; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.716; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.716; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.716; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.717; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@174f61a main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.718; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.718; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.718; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.719; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.720; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@50ae06 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.720; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.721; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.722; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.723; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@174f61a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.725; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.726; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@50ae06 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:10.727; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.137; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.138; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:33103_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:33103/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.138; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection nodes_used_collection with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.145; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:34408_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34408/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.150; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57504_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57504/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.156; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41836_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41836/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.162; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.162; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.162; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.162; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.162; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.163; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.715; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.716; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:33103/z/h collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.716; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.717; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:34408/z/h collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.718; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.719; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.732; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.733; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:41836/z/h collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.733; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.735; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:57504/z/h collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.735; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.737; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.741; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.741; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.746; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.746; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.747; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:33103/z/h/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.746; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.748; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.748; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:33103/z/h START replicas=[http://127.0.0.1:57504/z/h/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.748; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:34408/z/h/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.749; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:33103/z/h DONE.  We have no versions.  sync failed.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.750; org.apache.solr.cloud.SyncStrategy; Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.750; org.apache.solr.cloud.ShardLeaderElectionContext; We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.751; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:33103/z/h/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.749; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:34408/z/h START replicas=[http://127.0.0.1:41836/z/h/nodes_used_collection_shard1_replica2/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.752; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.752; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:34408/z/h DONE.  We have no versions.  sync failed.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.753; org.apache.solr.cloud.SyncStrategy; Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.754; org.apache.solr.cloud.ShardLeaderElectionContext; We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.754; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:34408/z/h/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.754; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.757; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] webapp=/z/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:11.759; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] webapp=/z/h path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.676; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.700; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.712; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:33103/z/h/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:33103/z/h/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.713; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:33103/z/h
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.714; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.714; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.715; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:34408/z/h/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:34408/z/h/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.716; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:34408/z/h
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.717; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.717; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.717; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=active
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.719; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.720; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.722; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.731; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.732; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=2917 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.735; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.736; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=2922 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.744; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41836/z/h/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:34408/z/h/nodes_used_collection_shard1_replica1/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.745; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:41836/z/h
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.746; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.746; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.746; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:57504/z/h/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:33103/z/h/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.747; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard1_replica2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.748; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.748; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.748; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:57504/z/h
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.750; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.750; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.750; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.751; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.753; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.754; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.754; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.754; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.755; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.756; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.761; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:41836_z%2Fh_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.765; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.766; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard1&name=nodes_used_collection_shard1_replica2&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=2952 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.768; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.769; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.771; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=2&shard=shard2&name=nodes_used_collection_shard2_replica1&action=CREATE&collection=nodes_used_collection&wt=javabin&qt=/admin/cores&version=2} status=0 QTime=2957 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.771; org.apache.solr.cloud.OverseerCollectionProcessor; Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.774; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:57504_z%2Fh_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.797; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.800; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.800; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=2917},core=nodes_used_collection_shard2_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/solr.xml},null={responseHeader={status=0,QTime=2922},core=nodes_used_collection_shard1_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/solr.xml},null={responseHeader={status=0,QTime=2952},core=nodes_used_collection_shard1_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/solr.xml},null={responseHeader={status=0,QTime=2957},core=nodes_used_collection_shard2_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/solr.xml}}}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.803; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/collections params={numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2} status=0 QTime=3024 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.805; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.806; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.808; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c5ca99 name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.808; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.811; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.816; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.818; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.820; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@19dc909 name:ZooKeeperConnection Watcher:127.0.0.1:43128/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.820; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.823; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.831; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : numShards=2&maxShardsPerNode=3&name=awholynewcollection_0&replicationFactor=5&action=CREATE&wt=javabin&version=2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.833; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.835; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   1>   "operation":"createcollection",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "maxShardsPerNode":"3",
[junit4:junit4]   1>   "createNodeSet":null,
[junit4:junit4]   1>   "name":"awholynewcollection_0",
[junit4:junit4]   1>   "replicationFactor":"5"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.836; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:58577_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.836; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:57504_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.837; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:33103_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.837; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica4 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:34408_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.837; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.838; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.837; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica5 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:41836_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.839; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.840; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.839; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.839; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:58577_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.841; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard1_replica5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.839; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.842; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.838; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.844; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.843; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.845; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.842; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.841; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:57504_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.841; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.841; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.847; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.847; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.847; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:33103_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.846; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.845; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.844; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.851; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.851; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.853; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.851; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.850; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.850; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.850; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica4 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:34408_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.849; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.849; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.848; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.858; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.858; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.857; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica4' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.859; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.856; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.856; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica5 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:41836_z%2Fh
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.856; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.855; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.862; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica5' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.863; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.864; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.855; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.854; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.853; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.866; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.866; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.865; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.869; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.862; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.862; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.861; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.859; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.859; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.874; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.873; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.873; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.872; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.871; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.868; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.878; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.880; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.878; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.876; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.876; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.885; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.885; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard1_replica5/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.888; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.890; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.892; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.892; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.893; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.894; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.897; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.942; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.964; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.966; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.991; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.993; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:12.994; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.010; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.021; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.036; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.071; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.117; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.120; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.123; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.126; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.126; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.129; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.129; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.141; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.142; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.142; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.145; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.148; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.150; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.148; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.172; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.173; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.173; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.174; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.177; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.178; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.180; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.180; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.181; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.183; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.186; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.186; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.192; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.218; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.219; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:13.225; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.216; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.217; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:33103_z%2Fh_nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:33103_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:33103/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.228; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:34408_z%2Fh_nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:34408_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34408/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.231; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41836_z%2Fh_nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41836_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41836/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.235; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:57504_z%2Fh_nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:57504_z%2Fh",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:57504/z/h"}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.238; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.239; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.239; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.239; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.239; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.238; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.238; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.254; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.771; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:41836_z%2Fh_nodes_used_collection_shard1_replica2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.771; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:41836_z%252Fh_nodes_used_collection_shard1_replica2&state=recovering&nodeName=127.0.0.1:41836_z%252Fh&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard1_replica1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2011 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.775; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:57504_z%2Fh_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.776; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:57504_z%252Fh_nodes_used_collection_shard2_replica1&state=recovering&nodeName=127.0.0.1:57504_z%252Fh&action=PREPRECOVERY&checkLive=true&core=nodes_used_collection_shard2_replica2&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.829; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.842; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.869; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.884; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.936; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.945; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.945; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.945; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.950; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.949; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.970; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.972; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.973; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:14.974; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:14.975; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.975; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.976; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.977; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:14.978; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:14.979; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.979; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.979; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.980; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.981; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.982; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.982; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.985; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.981; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.986; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.982; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:14.991; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.992; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.988; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.994; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c8ccf4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17c50f4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.995; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.995; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:14.997; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.000; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.020; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.021; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.022; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.023; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.023; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.024; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.025; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.025; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.025; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.027; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.027; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.028; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.028; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.028; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.030; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.030; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.031; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.031; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica5] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.032; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.032; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.033; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.034; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.030; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.043; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.035; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.035; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.034; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.031; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.047; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.047; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica5] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.044; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.048; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.049; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.050; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@19a0dbc lockFactory=org.apache.lucene.store.NativeFSLockFactory@e25481),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.050; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.052; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.052; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.053; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.052; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.054; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.052; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.055; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.056; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.056; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.052; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.057; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.058; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.056; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.060; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.061; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.061; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@18eda1a main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.062; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard2_replica3/data/tlog
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.062; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.063; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.063; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.054; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.065; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.063; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.067; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.068; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.061; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.061; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.060; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.074; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.075; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.075; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.058; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.076; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.074; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.067; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.066; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.089; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.066; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.090; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.090; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.089; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Registered new searcher Searcher@18eda1a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.089; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.093; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.077; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.093; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.092; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.092; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica4] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.096; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.097; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.091; org.apache.solr.cloud.ZkController; publishing core=awholynewcollection_0_shard2_replica3 state=down
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.090; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.098; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica4] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/data/
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.098; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.099; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.098; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/data
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.094; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.101; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.101; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.102; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.094; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.102; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.102; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.100; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.100; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.100; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7499b2 main
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.099; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.099; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.111; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.112; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.110; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1365493987466/awholynewcollection_0_shard2_replica5/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.110; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.113; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.109; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica4] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.109; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.107; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.103; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.114; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/data/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.116; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica4] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.114; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.114; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard2_replica4/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.118; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.119; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5810d3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17e5de0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.119; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.114; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.113; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.120; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.117; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.121; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.121; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.117; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1365493984909/awholynewcollection_0_shard1_replica4/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.116; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.121; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.121; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.121; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica5] Registered new searcher Searcher@7499b2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.124; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.124; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/data/index/
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.126; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.123; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.126; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@392aa3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ee701f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.128; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.126; org.apache.solr.cloud.ZkController; publishing core=awholynewcollection_0_shard2_replica5 state=down
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.126; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.124; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.131; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard1_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.131; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.131; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.128; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.133; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.128; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1365493986298/awholynewcollection_0_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.128; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.128; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.135; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.135; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.135; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.133; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.133; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@178c31a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d1ba0d),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.133; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.138; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.131; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.139; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.139; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.138; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.138; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.141; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.137; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.137; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27e4d0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d36299),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.142; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.137; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.141; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.140; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.140; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.139; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.144; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.144; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.144; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.146; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.143; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.143; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.143; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.147; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.146; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.146; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.148; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.145; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.145; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.144; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.149; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.149; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.149; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.148; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.151; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.148; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.147; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.147; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.154; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.151; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.151; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/data
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.150; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.150; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a63d3
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.156; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.157; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.156; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.157; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.158; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.156; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.155; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.159; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.160; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.161; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.162; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.155; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.154; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.154; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.167; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.167; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@af80a1 main
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.166; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1365493985143/awholynewcollection_0_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.159; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.168; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-04-09 07:53:15.159; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.157; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.156; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-09 07:53:15.169; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollectio

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

tory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1365493988619/awholynewcollection_0_shard1_replica3/data/index
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:28.689; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89489013782544396-127.0.0.1:33103_z%2Fh-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:28.712; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/z/h,null}
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:28.765; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:28.767; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:43128 43128
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1365493984715
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=DFF555672B2D35D9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_NI -Dtests.timezone=Etc/GMT-1 -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  264s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DFF555672B2D35D9:5E13DB7F5C7255E5]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:483)
[junit4:junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:146)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:28.777; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 264069 T2316 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-09 07:57:29.991; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard1/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> WARN  - 2013-04-09 07:57:29.992; org.apache.solr.cloud.LeaderElector$1; 
[junit4:junit4]   1> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard2/election
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4:junit4]   1> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4:junit4]   1> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4:junit4]   1> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
[junit4:junit4]   1> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
[junit4:junit4]   1> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
[junit4:junit4]   1> INFO  - 2013-04-09 07:57:29.992; 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-09 07:57:29.993; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-09 07:57:29.993; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=SimpleText), range_facet_l=PostingsFormat(name=SimpleText), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_t=PostingsFormat(name=SimpleText), text=Pulsing41(freqCutoff=2 minBlockSize=2 maxBlockSize=75), range_facet_si=PostingsFormat(name=SimpleText), _version_=Lucene41(blocksize=128), other_tl1=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=SimpleText), a_si=Lucene41(blocksize=128), intDefault=Lucene41(blocksize=128)}, docValues:{}, sim=DefaultSimilarity, locale=es_NI, timezone=Etc/GMT-1
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Sun Microsystems Inc. 1.6.0_43 (32-bit)/cpus=8,threads=1,free=105875080,total=200237056
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SignatureUpdateProcessorFactoryTest, CurrencyFieldXmlFileTest, TestCSVLoader, TestDistributedSearch, TestPartialUpdateDeduplication, NumericFieldsTest, TestMultiCoreConfBootstrap, DebugComponentTest, TestRandomFaceting, TestAtomicUpdateErrorCases, TestJmxIntegration, BasicZkTest, OutputWriterTest, PreAnalyzedUpdateProcessorTest, OpenExchangeRatesOrgProviderTest, TestSolrQueryParserResource, DateMathParserTest, SolrRequestParserTest, ChaosMonkeySafeLeaderTest, LeaderElectionIntegrationTest, ZkSolrClientTest, MultiTermTest, TestSystemIdResolver, FieldAnalysisRequestHandlerTest, StatsComponentTest, TestCollationField, TestAnalyzedSuggestions, TestUtils, TestQuerySenderNoQuery, DirectUpdateHandlerTest, TestReload, TestJmxMonitoredMap, TestDefaultSimilarityFactory, DOMUtilTest, OpenCloseCoreStressTest, DefaultValueUpdateProcessorTest, SolrIndexConfigTest, TestIndexSearcher, RequiredFieldsTest, SampleTest, CopyFieldTest, TestShardHandlerFactory, TestSolrQueryParserDefaultOperatorResource, SolrCmdDistributorTest, UpdateParamsTest, CoreContainerCoreInitFailuresTest, TimeZoneUtilsTest, CurrencyFieldOpenExchangeTest, DistanceFunctionTest, TestCollationKeyRangeQueries, TestCSVResponseWriter, TermVectorComponentDistributedTest, TestStressLucene, TestDefaultSearchFieldResource, TestSolr4Spatial, SpellCheckComponentTest, DirectSolrSpellCheckerTest, TestFieldTypeCollectionResource, TestDFRSimilarityFactory, FullSolrCloudDistribCmdsTest, TestSolrJ, TestLMJelinekMercerSimilarityFactory, NoCacheHeaderTest, TestSchemaNameResource, TestFiltering, FileUtilsTest, TestQueryTypes, PathHierarchyTokenizerFactoryTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest]
[junit4:junit4] Completed on J1 in 265.35s, 1 test, 1 failure <<< FAILURES!

[...truncated 402 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:448: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1234: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:878: There were test failures: 288 suites, 1186 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 40 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_43 -server -XX:+UseSerialGC
Email was triggered for: Failure
Sending email for trigger: Failure