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/14 05:20:11 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5156/
Java: 64bit/jdk1.8.0-ea-b84 -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:40204/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:40204/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([2CCD80E711484023:AD2B0EFF6617201F]: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([2CCD80E711484023:AD2B0EFF6617201F]: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 9246 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.707; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.724; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.725; 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-14 03:08:52.726; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.826; org.apache.solr.cloud.ZkTestServer; start zk server on port:47739
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.828; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.848; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2d210e5c name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.849; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.849; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@23e6f588 name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.863; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.872; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.875; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.875; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.879; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.880; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.883; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.884; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.886; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.889; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.890; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.892; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.893; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.895; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.896; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.898; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.899; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.901; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.902; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.982; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.986; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:38904
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.987; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.988; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.988; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365908932906
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.988; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365908932906/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.989; org.apache.solr.core.CoreContainer; New CoreContainer 788975990
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.989; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365908932906/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:52.990; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365908932906/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.012; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.012; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.013; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.013; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.013; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.014; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.015; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.015; 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-14 03:08:53.020; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.028; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47739/solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.029; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.030; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.031; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2cd4f75b name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.032; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.034; 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-14 03:08:53.037; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.039; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@271818e1 name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.040; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.042; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.046; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.049; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.050; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38904_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.051; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38904_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.055; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.061; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.064; org.apache.solr.cloud.Overseer; Overseer (id=89516207815327747-127.0.0.1:38904_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.068; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.072; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.073; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.075; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.077; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.080; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.081; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.081; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.082; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.084; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.085; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.087; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bcc96d5 name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.087; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.089; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.092; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.154; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.157; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34863
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.158; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.158; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.158; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.158; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.159; org.apache.solr.core.CoreContainer; New CoreContainer 1864745673
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.159; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.159; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.175; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.176; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.176; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.176; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.177; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.177; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.177; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.177; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.178; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.178; 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-14 03:08:53.183; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.191; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47739/solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.192; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.193; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.194; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@40d880e6 name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.205; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.208; 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-14 03:08:53.211; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.213; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2688484f name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.213; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:53.218; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.222; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34863_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.224; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34863_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.232; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.232; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.232; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.240; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.240; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.241; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.311; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.314; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54753
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.316; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.317; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.317; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.318; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.318; org.apache.solr.core.CoreContainer; New CoreContainer 1566446941
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.319; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.320; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.339; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.339; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.339; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.340; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.341; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.341; 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-14 03:08:54.347; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.354; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47739/solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.354; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.355; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.357; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@292f26b7 name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.358; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.361; 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-14 03:08:54.365; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.366; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@61336063 name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.366; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:54.373; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.378; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54753_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54753_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.387; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.387; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.387; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.387; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.396; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.396; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.397; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.470; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.473; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:52978
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.474; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.475; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.475; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.476; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.477; org.apache.solr.core.CoreContainer; New CoreContainer 441967830
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.477; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.478; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.498; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.498; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.499; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.499; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.499; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.500; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.500; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.500; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.500; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.501; 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-14 03:08:55.506; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.513; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47739/solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.513; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.514; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.517; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@145e093a name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.517; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.520; 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-14 03:08:55.523; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.525; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@65e7fccb name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.525; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:55.533; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.538; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52978_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52978_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.547; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.547; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.547; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.547; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.547; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.555; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.556; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.557; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.666; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.670; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54487
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.671; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.671; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.671; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365908936562
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.671; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365908936562/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.672; org.apache.solr.core.CoreContainer; New CoreContainer 815024140
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.672; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365908936562/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.672; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365908936562/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.687; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.688; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.688; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.688; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.689; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.689; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.689; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.689; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.690; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.690; 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-14 03:08:56.695; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.702; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47739/solr
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.703; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.704; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.706; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5e57735c name:ZooKeeperConnection Watcher:127.0.0.1:47739 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.706; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.709; 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-14 03:08:56.713; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.714; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@8cccc6b name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.714; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:56.721; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.726; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54487_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.728; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54487_
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.734; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.734; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.736; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.743; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.744; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.745; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.750; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.759; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.759; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.761; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.761; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.764; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.764; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.769; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.772; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.809; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.852; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.855; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:57.861; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.187; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.192; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.194; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.214; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.218; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.222; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:08:58.224; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:08:58.224; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.224; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:08:58.226; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:08:58.226; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.227; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.227; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.228; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ee113a0
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.229; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.230; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.230; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 03:08:58.231; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.232; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.234; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.235; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.238; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.238; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.239; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.240; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.241; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.241; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.242; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.243; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.243; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.245; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.247; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@111252dc main
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.247; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.248; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.248; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.254; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@111252dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:58.255; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.096; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.098; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:34863_",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34863",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.098; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.098; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.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-14 03:08:59.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-14 03:08:59.255; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:08:59.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-14 03:08:59.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-14 03:08:59.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-14 03:09:00.258; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.258; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:34863 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.259; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.266; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.269; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.269; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.270; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:34863/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.270; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.270; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:34863/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.270; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:34863/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.271; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.764; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.773; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.778; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:34863/unloadcollection1/ and leader is http://127.0.0.1:34863/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.779; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:34863
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.779; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.779; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.857; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.859; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.865; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365908933092/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.866; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908937756unloadcollection1_1n&action=CREATE&version=2&numShards=1&collection=unloadcollection&wt=javabin&name=unloadcollection1} status=0 QTime=3108 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.867; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.872; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.875; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@50391dfa name:ZooKeeperConnection Watcher:127.0.0.1:47739/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.875; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.879; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.885; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.886; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.893; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.894; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.895; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.895; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.898; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.924; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.966; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.968; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:00.971; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.298; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.303; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.305; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.318; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.321; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.324; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:01.325; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:01.326; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.327; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:01.328; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:01.328; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.328; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.329; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.329; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ee113a0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.330; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.330; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.331; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:01.331; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.331; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.333; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4951ed11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599447e9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.333; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.335; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.335; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.336; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.336; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.336; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.337; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.337; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.337; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.338; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.340; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.342; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1115b5a0 main
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.342; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.342; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.343; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.345; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@1115b5a0 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.346; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:01.346; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.280; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.281; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:34863_",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:34863__unloadcollection1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34863",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.284; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:54753_",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54753",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.285; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.285; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.289; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.348; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.348; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:54753 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.352; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:54753/unloadcollection2/ and leader is http://127.0.0.1:34863/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.352; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:54753
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.353; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.353; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.353; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.354; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.354; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.356; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.356; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.356; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.357; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.362; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365908934247/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.364; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:54753__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.364; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n&action=CREATE&version=2&collection=unloadcollection&wt=javabin&name=unloadcollection2} status=0 QTime=1471 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.365; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.366; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:02.367; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.369; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.797; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.798; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:54753_",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:54753__unloadcollection2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54753",
[junit4:junit4]   1>   "state":"recovering"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.876; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.877; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.877; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.877; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.877; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.876; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:03.876; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:04.364; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:54753__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:04.365; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=PREPRECOVERY&version=2&checkLive=true&onlyIfLeader=true&wt=javabin&coreNodeName=127.0.0.1:54753__unloadcollection2&state=recovering&nodeName=127.0.0.1:54753_&core=unloadcollection1} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:04.371; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:05.373; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.366; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:34863/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.366; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:54753 START replicas=[http://127.0.0.1:34863/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:06.366; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.366; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.367; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.367; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.367; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.367; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:34863/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.367; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.373; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&getVersions=100&version=2&wt=javabin&qt=/get} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.374; 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-14 03:09:06.375; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.376; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.376; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.377; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.377; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.378; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3e80aa07 realtime
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.378; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.378; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={openSearcher=false&version=2&commit=true&softCommit=false&wt=javabin&commit_end_point=true&waitSearcher=true} {commit=} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.379; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.379; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.385; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.385; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=4 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.386; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.386; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.386; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.388; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filelist&version=2&generation=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.389; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.390; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index.20130414150906389
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.390; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7ac5c97c lockFactory=org.apache.lucene.store.NativeFSLockFactory@5fd6841d) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.392; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={checksum=true&command=filecontent&generation=2&wt=filestream&file=segments_2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.393; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.394; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.394; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.395; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4951ed11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599447e9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4951ed11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@599447e9),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.396; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.396; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.396; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@581ce008 main
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.397; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@581ce008 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.397; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index.20130414150906389 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index.20130414150906389;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.397; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index.20130414150906389
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.398; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908940891unloadcollection1_2n/index.20130414150906389
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.398; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.398; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.398; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.398; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.399; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.884; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.885; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:54753_",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:54753__unloadcollection2",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:54753",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.888; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.888; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.889; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.888; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.889; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.889; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:06.889; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.377; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.378; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.378; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.385; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.386; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.387; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.388; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.391; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.431; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.458; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.460; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.465; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.818; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.824; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.826; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.841; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.845; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.848; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:07.849; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:07.849; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.850; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:07.851; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:07.851; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.851; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.851; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.852; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ee113a0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.852; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.853; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.853; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:07.853; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.854; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.855; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47329ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dcac28e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.855; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.857; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.857; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.858; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.858; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.858; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.859; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.859; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.859; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.860; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.862; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.864; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@442361fe main
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.864; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.865; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.865; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.868; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@442361fe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.869; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:07.869; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.394; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.395; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:52978_",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52978",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.395; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.396; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.400; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.870; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.871; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:52978 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.875; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52978/unloadcollection3/ and leader is http://127.0.0.1:34863/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.875; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:52978
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.875; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.875; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.876; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.876; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.877; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.877; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.877; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.878; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.878; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.892; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365908935403/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.892; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:52978__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.893; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n&action=CREATE&version=2&collection=unloadcollection&wt=javabin&name=unloadcollection3} status=0 QTime=1508 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.894; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:08.894; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.897; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.905; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.906; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:52978_",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:52978__unloadcollection3",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52978",
[junit4:junit4]   1>   "state":"recovering"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:09.911; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:10.893; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:52978__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:10.894; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={action=PREPRECOVERY&version=2&checkLive=true&onlyIfLeader=true&wt=javabin&coreNodeName=127.0.0.1:52978__unloadcollection3&state=recovering&nodeName=127.0.0.1:52978_&core=unloadcollection1} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:10.898; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:11.901; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.894; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:34863/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.895; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:52978 START replicas=[http://127.0.0.1:34863/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 03:09:12.895; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.895; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.896; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.896; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.896; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.896; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:34863/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.896; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.897; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={distrib=false&getVersions=100&version=2&wt=javabin&qt=/get} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.900; 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-14 03:09:12.901; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6e7ea31c lockFactory=org.apache.lucene.store.NativeFSLockFactory@65f5334b),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.902; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.902; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={openSearcher=false&version=2&commit=true&softCommit=false&wt=javabin&commit_end_point=true&waitSearcher=true} {commit=} 0 2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.903; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.903; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.903; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.905; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.906; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.906; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.906; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.908; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={command=filelist&version=2&generation=3&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.908; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.909; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index.20130414150912908
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.909; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@60bf270d lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d349157) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.911; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={checksum=true&command=filecontent&generation=3&wt=filestream&file=segments_3&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.912; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.913; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.913; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.914; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47329ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dcac28e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@47329ec4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1dcac28e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.914; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.914; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.915; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5fcb0f23 main
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.915; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@5fcb0f23 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.916; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index.20130414150912908 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index.20130414150912908;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.916; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index.20130414150912908
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.916; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365908932725/1365908947383unloadcollection_3n/index.20130414150912908
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.916; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.916; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.917; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.917; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:12.918; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:13.906; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.421; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.422; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "node_name":"127.0.0.1:52978_",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:52978__unloadcollection3",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52978",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.429; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.909; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.911; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.911; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.936; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[20 (1432259348323631104)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.941; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[20 (1432259348323631104)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.942; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[20 (1432259348323631104)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.943; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[20]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.953; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[21 (1432259348344602624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.953; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[21 (1432259348344602624)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.955; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[21 (1432259348344602624)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.956; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[21]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.967; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[22 (1432259348358234112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.967; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[22 (1432259348358234112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.968; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[22 (1432259348358234112)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.969; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[22]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.979; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[23 (1432259348371865600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[23 (1432259348371865600)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[23 (1432259348371865600)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.982; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[23]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[24 (1432259348385497088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.992; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[24 (1432259348385497088)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.993; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[24 (1432259348385497088)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:14.994; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[24]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.005; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[25 (1432259348398080000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.005; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[25 (1432259348398080000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.006; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[25 (1432259348398080000)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.007; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[25]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.017; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[26 (1432259348411711488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.017; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[26 (1432259348411711488)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.018; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[26 (1432259348411711488)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.019; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[26]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.029; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[27 (1432259348424294400)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.029; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[27 (1432259348424294400)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.031; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[27 (1432259348424294400)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.032; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[27]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.042; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[28 (1432259348437925888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.042; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[28 (1432259348437925888)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.043; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[28 (1432259348437925888)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.044; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[28]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.054; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[29 (1432259348450508800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.054; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[29 (1432259348450508800)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.056; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[29 (1432259348450508800)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.057; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[29]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.066; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[30 (1432259348464140288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.066; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[30 (1432259348464140288)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.068; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[30 (1432259348464140288)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.069; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[30]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.079; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[31 (1432259348476723200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.079; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[31 (1432259348476723200)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.081; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[31 (1432259348476723200)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.081; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[31]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.091; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[32 (1432259348489306112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.091; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[32 (1432259348489306112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.093; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[32 (1432259348489306112)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.094; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[32]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.104; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[33 (1432259348502937600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.104; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[33 (1432259348502937600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.105; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[33 (1432259348502937600)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.106; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[33]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.116; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[34 (1432259348515520512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.116; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[34 (1432259348515520512)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.117; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[34 (1432259348515520512)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.118; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[34]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.128; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[35 (1432259348528103424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.128; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[35 (1432259348528103424)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.130; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[35 (1432259348528103424)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.131; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[35]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.141; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[36 (1432259348541734912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.141; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[36 (1432259348541734912)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.142; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[36 (1432259348541734912)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.143; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[36]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.153; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[37 (1432259348554317824)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.153; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[37 (1432259348554317824)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.155; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[37 (1432259348554317824)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.156; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[37]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.166; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[38 (1432259348567949312)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.166; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[38 (1432259348567949312)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.167; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[38 (1432259348567949312)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.168; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[38]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.178; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[39 (1432259348580532224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.178; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[39 (1432259348580532224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.180; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[39 (1432259348580532224)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.181; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[39]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.191; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[40 (1432259348594163712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.191; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[40 (1432259348594163712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.192; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[40 (1432259348594163712)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.193; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[40]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.203; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[41 (1432259348606746624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.203; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[41 (1432259348606746624)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.204; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[41 (1432259348606746624)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.205; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[41]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.215; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[42 (1432259348619329536)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.215; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[42 (1432259348619329536)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.217; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[42 (1432259348619329536)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.218; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[42]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[43 (1432259348632961024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[43 (1432259348632961024)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.229; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[43 (1432259348632961024)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.230; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[43]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[44 (1432259348645543936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.240; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[44 (1432259348645543936)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.242; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[44 (1432259348645543936)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.243; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[44]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.252; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[45 (1432259348659175424)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.253; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[45 (1432259348659175424)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.254; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[45 (1432259348659175424)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.255; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[45]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.265; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[46 (1432259348671758336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.265; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[46 (1432259348671758336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.266; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[46 (1432259348671758336)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.267; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[46]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.277; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[47 (1432259348685389824)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.277; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[47 (1432259348685389824)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.279; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[47 (1432259348685389824)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.280; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[47]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.290; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[48 (1432259348697972736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.290; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[48 (1432259348697972736)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.291; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[48 (1432259348697972736)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.292; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[48]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[49 (1432259348710555648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[49 (1432259348710555648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[49 (1432259348710555648)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.304; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[49]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.314; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[50 (1432259348723138560)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.314; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[50 (1432259348723138560)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[50 (1432259348723138560)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.317; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[50]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.327; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[51 (1432259348736770048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.327; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[51 (1432259348736770048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.328; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[51 (1432259348736770048)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.329; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[51]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.339; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[52 (1432259348749352960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.339; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[52 (1432259348749352960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.341; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[52 (1432259348749352960)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.342; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[52]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.351; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[53 (1432259348762984448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.352; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[53 (1432259348762984448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.353; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[53 (1432259348762984448)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.354; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[53]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.364; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[54 (1432259348775567360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.364; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[54 (1432259348775567360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.365; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[54 (1432259348775567360)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.366; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[54]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.376; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[55 (1432259348788150272)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.376; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[55 (1432259348788150272)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.378; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[55 (1432259348788150272)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.379; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[55]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.389; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[56 (1432259348801781760)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.389; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[56 (1432259348801781760)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[56 (1432259348801781760)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.391; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[56]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.401; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[57 (1432259348815413248)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.402; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[57 (1432259348815413248)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.403; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[57 (1432259348815413248)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.404; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[57]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[58 (1432259348827996160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[58 (1432259348827996160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.415; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[58 (1432259348827996160)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.416; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[58]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.427; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[59 (1432259348841627648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.427; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[59 (1432259348841627648)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.428; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[59 (1432259348841627648)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.429; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[59]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.439; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[60 (1432259348854210560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.439; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[60 (1432259348854210560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.441; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[60 (1432259348854210560)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.442; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[60]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.452; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[61 (1432259348867842048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.452; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[61 (1432259348867842048)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.453; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[61 (1432259348867842048)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.454; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[61]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.464; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[62 (1432259348880424960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.464; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[62 (1432259348880424960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.466; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[62 (1432259348880424960)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.467; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[62]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.476; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[63 (1432259348894056448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.477; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[63 (1432259348894056448)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.478; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[63 (1432259348894056448)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.479; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[63]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.489; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[64 (1432259348906639360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.489; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[64 (1432259348906639360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[64 (1432259348906639360)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.491; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[64]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[65 (1432259348920270848)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.501; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[65 (1432259348920270848)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.503; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[65 (1432259348920270848)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.504; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[65]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[66 (1432259348932853760)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[66 (1432259348932853760)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.515; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[66 (1432259348932853760)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.516; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[66]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.526; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[67 (1432259348945436672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.526; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[67 (1432259348945436672)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.528; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[67 (1432259348945436672)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.529; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[67]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.539; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[68 (1432259348959068160)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.539; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[68 (1432259348959068160)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.540; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[68 (1432259348959068160)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.541; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[68]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.551; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[69 (1432259348971651072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.551; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[69 (1432259348971651072)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.552; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[69 (1432259348971651072)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.553; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[69]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.564; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[70 (1432259348985282560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.564; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[70 (1432259348985282560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.565; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[70 (1432259348985282560)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.566; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[70]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[71 (1432259348997865472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[71 (1432259348997865472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.577; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[71 (1432259348997865472)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.578; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[71]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[72 (1432259349011496960)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[72 (1432259349011496960)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.590; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[72 (1432259349011496960)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.591; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[72]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.601; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[73 (1432259349024079872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.601; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[73 (1432259349024079872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:52978/unloadcollection3/&wt=javabin} {add=[73 (1432259349024079872)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.603; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[73]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[74 (1432259349037711360)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 03:09:15.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:34863/unloadcollection1/&wt=javabin} {add=[74 (1432259349037711360)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 03

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

4 03:12:37.165; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:37.205; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 38059
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:37.205; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=533588551
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.207; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.208; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.212; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@9312682
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.231; 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-14 03:12:38.232; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.233; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.233; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.236; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.236; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.237; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.237; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.238; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.239; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365909125481/jetty4
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.240; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89516220447719436-127.0.0.1:38059_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.265; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.324; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.327; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:40418 40418
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365909125481
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=2CCD80E711484023 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=no_NO_NY -Dtests.timezone=Europe/Isle_of_Man -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   32.9s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:40204/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([2CCD80E711484023:AD2B0EFF6617201F]: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-14 03:12:38.348; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32879 T1665 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-14 03:12:38.428; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:38.428; 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-14 03:12:38.428; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-14 03:12:39.543; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 03:12:39.544; 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-14 03:12:39.544; 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=false,coord=no): {}, locale=no_NO_NY, timezone=Europe/Isle_of_Man
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=2,free=97764064,total=182419456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestOmitPositions, SolrRequestParserTest, HighlighterConfigTest, HighlighterTest, SpellCheckComponentTest, TestCSVResponseWriter, DisMaxRequestHandlerTest, TestJmxIntegration, BadCopyFieldTest, ChaosMonkeySafeLeaderTest, TestMergePolicyConfig, SolrPluginUtilsTest, NoCacheHeaderTest, TestSolr4Spatial, XsltUpdateRequestHandlerTest, TestPostingsSolrHighlighter, TestSolrXMLSerializer, RequestHandlersTest, TestComponentsName, TestFieldTypeCollectionResource, DOMUtilTest, ConvertedLegacyTest, TestRandomFaceting, TestRangeQuery, TestQueryTypes, IndexSchemaRuntimeFieldTest, SimplePostToolTest, TestBinaryField, TestPropInject, EchoParamsTest, DirectUpdateHandlerTest, TestIndexingPerformance, TestCollationField, SuggesterTSTTest, DirectSolrSpellCheckerTest, IndexReaderFactoryTest, TestFiltering, SortByFunctionTest, FullSolrCloudDistribCmdsTest, TestLuceneMatchVersion, TestFastOutputStream, TestSystemIdResolver, NumericFieldsTest, TestCoreDiscovery, ZkNodePropsTest, TestSuggestSpellingConverter, TestPartialUpdateDeduplication, XmlUpdateRequestHandlerTest, TestSchemaVersionResource, TestUtils, CurrencyFieldOpenExchangeTest, TestZkChroot, TestAnalyzedSuggestions, TestRTGBase, StatsComponentTest, TestAtomicUpdateErrorCases, CurrencyFieldXmlFileTest, HardAutoCommitTest, TestBM25SimilarityFactory, QueryResultKeyTest, UpdateParamsTest, ShardRoutingCustomTest, SolrCoreCheckLockOnStartupTest, StandardRequestHandlerTest, TestFieldResource, SignatureUpdateProcessorFactoryTest, TestWordDelimiterFilterFactory, TestSerializedLuceneMatchVersion, BasicDistributedZkTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 34.16s, 1 test, 1 error <<< FAILURES!

[...truncated 469 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 289 suites, 1200 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5158/
Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseConcMarkSweepGC

1 tests failed.
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([E5C59F6859F8F5B2:642311702EA7958E]: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 9300 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:26.971; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /b_y/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:26.974; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:26.975; 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-14 05:38:26.975; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.076; org.apache.solr.cloud.ZkTestServer; start zk server on port:59678
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.077; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.081; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a27517 name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.082; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.082; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.090; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.092; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1658753 name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.092; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.093; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.099; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.113; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.118; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.119; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.127; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.128; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.134; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.135; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.140; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.141; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.145; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.146; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.152; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.152; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.158; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.159; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.164; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.165; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.170; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.171; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.247; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.251; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:44946
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.252; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.252; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.252; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365917907177
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.253; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365917907177/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.253; org.apache.solr.core.CoreContainer; New CoreContainer 7485191
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.253; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365917907177/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.254; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1365917907177/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.270; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.270; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.271; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.272; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.272; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.272; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.272; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.273; 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-14 05:38:27.278; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.292; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:59678/solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.293; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.294; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.296; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@28e40e name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.296; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.300; 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-14 05:38:27.302; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.304; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1779020 name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.304; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.307; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.311; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.317; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.320; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44946_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.321; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:44946_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.326; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.339; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.343; org.apache.solr.cloud.Overseer; Overseer (id=89516795951644675-127.0.0.1:44946_b_y-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.350; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.357; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.362; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.366; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.372; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.374; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.374; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.375; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.380; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.382; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.384; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@72effd name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.384; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.387; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.391; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.464; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.466; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:52378
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.467; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.467; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.468; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.468; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.468; org.apache.solr.core.CoreContainer; New CoreContainer 5481282
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.469; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.469; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.485; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.485; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.486; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.486; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.486; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.486; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.487; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.487; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.487; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.488; 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-14 05:38:27.499; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.508; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:59678/solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.508; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.509; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.512; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16f7fa8 name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.512; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.516; 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-14 05:38:27.519; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.520; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1dc43b2 name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.521; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:27.526; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.531; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52378_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.533; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52378_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.539; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.539; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.540; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.547; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.547; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.548; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.613; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.615; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35377
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.616; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.616; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.617; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.617; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.617; org.apache.solr.core.CoreContainer; New CoreContainer 32585413
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.618; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.618; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.645; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.645; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.645; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.646; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.646; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.646; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.647; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.647; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.648; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.648; 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-14 05:38:28.653; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.663; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:59678/solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.663; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.664; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.666; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@17e9070 name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.667; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.669; 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-14 05:38:28.674; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.676; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@14fe696 name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.676; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:28.683; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.688; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35377_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.690; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35377_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.695; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.695; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.695; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.695; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.703; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.704; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.705; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.789; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.791; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:38413
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.792; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.792; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.792; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.793; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.793; org.apache.solr.core.CoreContainer; New CoreContainer 9106462
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.793; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.794; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.810; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.810; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.810; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.811; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.811; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.812; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.812; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.812; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.812; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.813; 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-14 05:38:29.818; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.826; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:59678/solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.827; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.828; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.829; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e55769 name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.830; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.833; 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-14 05:38:29.839; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.841; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d0669b name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.841; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:29.849; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.854; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38413_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.860; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38413_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.863; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.863; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.863; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.864; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.864; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.874; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.874; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.875; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.941; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.943; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53157
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.944; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.945; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.945; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365917910877
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.945; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365917910877/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.946; org.apache.solr.core.CoreContainer; New CoreContainer 5314441
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.946; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365917910877/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.946; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1365917910877/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.964; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.964; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.965; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.965; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.965; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.966; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.966; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.966; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.967; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.967; 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-14 05:38:30.972; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.987; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:59678/solr
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.988; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.989; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.991; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ace79a name:ZooKeeperConnection Watcher:127.0.0.1:59678 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.991; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.993; 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-14 05:38:30.996; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.997; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@f4f616 name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:30.998; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:31.001; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.004; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53157_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.007; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53157_b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.013; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.021; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.022; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.023; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.028; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.034; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.035; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.036; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.037; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.039; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.044; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.047; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.096; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.133; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.135; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.138; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.492; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.497; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.499; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.519; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.523; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.528; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:32.530; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:32.531; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.531; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:32.541; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:32.541; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.542; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.542; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.543; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d27912
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.544; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.545; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.546; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:32.546; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.547; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.550; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.550; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.553; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.554; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.555; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.556; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.557; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.557; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.558; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.559; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.559; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.563; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.566; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1d02ab7 main
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.566; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.566; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.567; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.571; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@1d02ab7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:32.573; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.388; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.389; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52378/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:52378_b_y",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.390; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.390; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.398; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.398; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.399; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.398; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.398; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.398; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.575; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.575; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:52378/b_y collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.590; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.596; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.596; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.597; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:52378/b_y/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.597; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.598; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:52378/b_y/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.598; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:52378/b_y/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:33.599; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.907; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.922; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.966; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52378/b_y/unloadcollection1/ and leader is http://127.0.0.1:52378/b_y/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.966; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:52378/b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.967; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.967; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.981; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.983; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.992; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1365917907391/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.994; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917912032unloadcollection1_1n&action=CREATE&collection=unloadcollection&numShards=1&version=2&name=unloadcollection1&wt=javabin} status=0 QTime=2960 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.995; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:34.998; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.001; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1f26faa name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.002; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.005; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.011; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.013; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.019; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.019; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.021; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.021; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.024; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.073; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.106; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.108; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.111; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.478; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.489; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.492; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.514; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.519; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.525; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:35.528; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:35.530; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.530; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:35.533; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:35.533; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.534; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.534; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.535; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d27912
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.536; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.537; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.538; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:35.538; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.539; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.542; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@109532c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1168698),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.542; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.545; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.546; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.547; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.548; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.549; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.549; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.550; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.551; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.552; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.556; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.560; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@12397d9 main
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.561; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.562; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.563; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.565; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@12397d9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.566; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:35.566; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.433; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.435; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:52378/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:52378_b_y_unloadcollection1",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:52378_b_y",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35377/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35377_b_y",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.442; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.450; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.450; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.452; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.451; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.451; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.450; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.450; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.568; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.569; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:35377/b_y collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.575; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:35377/b_y/unloadcollection2/ and leader is http://127.0.0.1:52378/b_y/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.575; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:35377/b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.576; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.576; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.577; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.578; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.578; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.579; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.579; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.580; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.581; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.588; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:35377_b_y_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.590; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1365917908553/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.591; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n&action=CREATE&collection=unloadcollection&version=2&name=unloadcollection2&wt=javabin} status=0 QTime=1572 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.593; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.595; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:36.597; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.599; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.963; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.965; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35377/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:35377_b_y_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35377_b_y",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:37.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:38.589; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:35377_b_y_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:38.589; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:35377_b_y_unloadcollection2&action=PREPRECOVERY&checkLive=true&state=recovering&version=2&core=unloadcollection1&nodeName=127.0.0.1:35377_b_y&onlyIfLeader=true&wt=javabin} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:38.602; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:39.605; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.591; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:52378/b_y/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.591; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:35377/b_y START replicas=[http://127.0.0.1:52378/b_y/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:40.592; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.592; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.592; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.593; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.593; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.593; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:52378/b_y/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.594; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.608; 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-14 05:38:40.609; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.608; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/get params={getVersions=100&version=2&wt=javabin&qt=/get&distrib=false} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.610; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.611; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.611; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.612; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.613; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@15e69f0 realtime
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.613; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.614; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={commit=true&waitSearcher=true&softCommit=false&version=2&commit_end_point=true&wt=javabin&openSearcher=false} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.615; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.615; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.618; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.619; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.620; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.620; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.620; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.623; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=filelist&version=2&generation=2&wt=javabin&qt=/replication} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.624; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.625; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index.20130413223840624
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.626; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@16b9425 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bc0ee2) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.628; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=filecontent&generation=2&file=segments_2&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.630; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.632; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.632; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.633; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@109532c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1168698),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@109532c lockFactory=org.apache.lucene.store.NativeFSLockFactory@1168698),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.634; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.635; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.635; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@266007 main
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.637; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@266007 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.637; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index.20130413223840624 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index.20130413223840624;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.638; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index.20130413223840624
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.638; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917915017unloadcollection1_2n/index.20130413223840624
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.638; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.639; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.639; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.639; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.641; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.985; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.986; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35377/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:35377_b_y_unloadcollection2",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35377_b_y",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.993; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.994; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.994; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.994; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.993; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.994; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:40.993; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.612; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.613; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.614; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.620; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.621; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.622; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.623; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.626; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.677; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.709; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.712; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:41.715; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.096; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.100; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.102; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.121; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.125; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.130; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:42.139; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:42.139; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.140; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:42.142; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:42.143; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.144; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.144; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.145; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d27912
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.146; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.147; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.147; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:42.148; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.149; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.151; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e7e11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1971642),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.152; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.155; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.156; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.157; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.158; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.158; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.159; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.160; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.160; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.161; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.164; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.166; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@9ebd7 main
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.167; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.167; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.167; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.172; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@9ebd7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.173; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.174; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.503; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.505; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38413/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:38413_b_y",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.505; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.505; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.513; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.513; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.514; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.514; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.514; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.513; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:42.513; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.176; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.177; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:38413/b_y collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.183; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:38413/b_y/unloadcollection3/ and leader is http://127.0.0.1:52378/b_y/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.184; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:38413/b_y
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.184; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.185; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.186; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.187; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.187; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.187; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.187; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.189; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.190; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.197; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:38413_b_y_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.199; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1365917909709/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.200; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n&action=CREATE&collection=unloadcollection&version=2&name=unloadcollection3&wt=javabin} status=0 QTime=1580 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.201; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:43.203; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.021; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.023; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38413/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38413_b_y_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:38413_b_y",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.030; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.197; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:38413_b_y_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.198; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:38413_b_y_unloadcollection3&action=PREPRECOVERY&checkLive=true&state=recovering&version=2&core=unloadcollection1&nodeName=127.0.0.1:38413_b_y&onlyIfLeader=true&wt=javabin} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:44.206; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:45.209; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.199; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:52378/b_y/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.200; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:38413/b_y START replicas=[http://127.0.0.1:52378/b_y/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 05:38:46.200; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.200; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.200; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.200; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.201; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.201; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:52378/b_y/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.201; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.202; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/get params={getVersions=100&version=2&wt=javabin&qt=/get&distrib=false} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.205; 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-14 05:38:46.206; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1518c6a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b4dd6e),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.207; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.207; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.207; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={commit=true&waitSearcher=true&softCommit=false&version=2&commit_end_point=true&wt=javabin&openSearcher=false} {commit=} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.208; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.209; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.210; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=indexversion&version=2&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.210; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.211; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.211; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.211; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.212; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=filelist&version=2&generation=3&wt=javabin&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.213; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.214; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index.20130413223846213
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.214; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@e013f4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cbeb71) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.216; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/b_y path=/replication params={command=filecontent&generation=3&file=segments_3&checksum=true&wt=filestream&qt=/replication} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.217; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.217; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.218; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.218; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e7e11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1971642),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e7e11 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1971642),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.219; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.219; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.219; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1cb1e8a main
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.220; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@1cb1e8a main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.221; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index.20130413223846213 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index.20130413223846213;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.221; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index.20130413223846213
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.221; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917921619unloadcollection_3n/index.20130413223846213
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.221; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.221; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.222; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.222; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:46.223; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.038; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.039; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:38413/b_y",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:38413_b_y_unloadcollection3",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:38413_b_y",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "operation":"state"}
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.053; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.213; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.214; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.214; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.233; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1432268756462075904)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.236; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[20 (1432268756462075904)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.236; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[20 (1432268756462075904)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.237; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[20]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.244; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1432268756474658816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.244; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[21 (1432268756474658816)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.246; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[21 (1432268756474658816)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.246; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[21]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.256; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1432268756484096000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.257; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[22 (1432268756484096000)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.257; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[22 (1432268756484096000)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.258; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[22]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.264; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1432268756495630336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.264; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[23 (1432268756495630336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.265; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[23 (1432268756495630336)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.266; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[23]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.272; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1432268756504018944)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.272; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[24 (1432268756504018944)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.273; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[24 (1432268756504018944)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.273; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[24]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.279; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1432268756512407552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.279; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[25 (1432268756512407552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.280; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[25 (1432268756512407552)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.280; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[25]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.287; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1432268756519747584)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.287; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[26 (1432268756519747584)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.288; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[26 (1432268756519747584)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.288; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[26]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.294; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1432268756528136192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.294; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[27 (1432268756528136192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[27 (1432268756528136192)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.296; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[27]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1432268756535476224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[28 (1432268756535476224)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.302; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[28 (1432268756535476224)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.303; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[28]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.309; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1432268756543864832)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.309; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[29 (1432268756543864832)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.310; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[29 (1432268756543864832)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.311; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[29]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.317; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1432268756551204864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.317; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[30 (1432268756551204864)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.318; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[30 (1432268756551204864)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.318; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[30]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.325; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1432268756559593472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.325; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[31 (1432268756559593472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.325; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[31 (1432268756559593472)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.326; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[31]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.332; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1432268756567982080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.332; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[32 (1432268756567982080)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.333; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[32 (1432268756567982080)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.334; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[32]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.340; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1432268756575322112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.340; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[33 (1432268756575322112)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.341; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[33 (1432268756575322112)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.341; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[33]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.348; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1432268756583710720)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.348; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[34 (1432268756583710720)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.349; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[34 (1432268756583710720)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.350; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[34]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.356; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1432268756593147904)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.356; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[35 (1432268756593147904)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.357; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[35 (1432268756593147904)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.357; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[35]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.363; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1432268756600487936)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.363; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[36 (1432268756600487936)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.364; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[36 (1432268756600487936)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.365; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[36]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1432268756608876544)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.371; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[37 (1432268756608876544)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.375; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[37 (1432268756608876544)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.376; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[37]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.383; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1432268756620410880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.383; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[38 (1432268756620410880)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.383; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[38 (1432268756620410880)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.384; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[38]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1432268756628799488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.390; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[39 (1432268756628799488)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.391; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[39 (1432268756628799488)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.392; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[39]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.398; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1432268756637188096)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.398; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[40 (1432268756637188096)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.399; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[40 (1432268756637188096)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.400; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[40]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.406; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1432268756645576704)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.406; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[41 (1432268756645576704)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.407; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[41 (1432268756645576704)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.408; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[41]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1432268756653965312)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.415; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[42 (1432268756653965312)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.415; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[42 (1432268756653965312)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.416; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[42]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.422; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1432268756662353920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.422; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[43 (1432268756662353920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.423; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[43 (1432268756662353920)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.424; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[43]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.430; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1432268756669693952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.430; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[44 (1432268756669693952)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[44 (1432268756669693952)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.431; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[44]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.438; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1432268756678082560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.438; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[45 (1432268756678082560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.439; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[45 (1432268756678082560)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.439; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[45]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.446; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1432268756686471168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.446; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[46 (1432268756686471168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[46 (1432268756686471168)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[46]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.454; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1432268756694859776)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.454; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[47 (1432268756694859776)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.455; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[47 (1432268756694859776)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.455; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[47]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.462; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1432268756703248384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.462; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[48 (1432268756703248384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.463; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[48 (1432268756703248384)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.463; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[48]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.470; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1432268756711636992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.470; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[49 (1432268756711636992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.471; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[49 (1432268756711636992)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.476; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[49]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.483; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1432268756725268480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.483; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[50 (1432268756725268480)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.484; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[50 (1432268756725268480)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.484; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[50]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1432268756733657088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[51 (1432268756733657088)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.491; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[51 (1432268756733657088)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.492; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[51]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.498; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1432268756742045696)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.498; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[52 (1432268756742045696)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.499; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[52 (1432268756742045696)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.500; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[52]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.506; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1432268756749385728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.506; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[53 (1432268756749385728)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.507; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[53 (1432268756749385728)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.507; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[53]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1432268756757774336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.514; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[54 (1432268756757774336)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.515; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[54 (1432268756757774336)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.515; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[54]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.521; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1432268756766162944)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.521; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[55 (1432268756766162944)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.522; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[55 (1432268756766162944)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.523; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[55]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.529; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1432268756774551552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.529; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[56 (1432268756774551552)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.530; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[56 (1432268756774551552)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.531; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[56]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.537; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1432268756781891584)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.537; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[57 (1432268756781891584)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.538; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[57 (1432268756781891584)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.538; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[57]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1432268756790280192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.544; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[58 (1432268756790280192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.545; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[58 (1432268756790280192)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.546; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[58]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.554; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1432268756799717376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.554; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[59 (1432268756799717376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.555; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[59 (1432268756799717376)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.555; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[59]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.561; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1432268756808105984)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.561; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[60 (1432268756808105984)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.562; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[60 (1432268756808105984)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.563; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[60]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.569; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1432268756816494592)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.569; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[61 (1432268756816494592)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.570; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[61 (1432268756816494592)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.571; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[61]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.577; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1432268756824883200)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.577; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[62 (1432268756824883200)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.578; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[62 (1432268756824883200)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.579; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[62]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.587; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1432268756835368960)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.587; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[63 (1432268756835368960)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[63 (1432268756835368960)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.588; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[63]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.595; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1432268756842708992)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.595; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[64 (1432268756842708992)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.596; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[64 (1432268756842708992)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.597; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[64]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.603; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1432268756851097600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.603; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[65 (1432268756851097600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.604; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[65 (1432268756851097600)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.604; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[65]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.611; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1432268756859486208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.611; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[66 (1432268756859486208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.612; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[66 (1432268756859486208)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.612; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[66]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.618; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[67 (1432268756867874816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.618; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[67 (1432268756867874816)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.619; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[67 (1432268756867874816)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.620; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[67]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[68 (1432268756875214848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[68 (1432268756875214848)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.627; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[68 (1432268756875214848)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.627; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[68]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.634; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[69 (1432268756883603456)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.634; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[69 (1432268756883603456)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[69 (1432268756883603456)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[69]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.641; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[70 (1432268756891992064)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.641; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[70 (1432268756891992064)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.642; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[70 (1432268756891992064)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.643; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[70]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.649; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[71 (1432268756899332096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.649; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[71 (1432268756899332096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.650; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[71 (1432268756899332096)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.651; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[71]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.657; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[72 (1432268756907720704)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.658; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[72 (1432268756907720704)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.659; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[72 (1432268756907720704)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.659; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[72]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.665; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[73 (1432268756917157888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.665; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[73 (1432268756917157888)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.666; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[73 (1432268756917157888)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.667; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[73]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.673; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[74 (1432268756924497920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.673; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[74 (1432268756924497920)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[74 (1432268756924497920)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[74]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[75 (1432268756932886528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[75 (1432268756932886528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[75 (1432268756932886528)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.682; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[75]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[76 (1432268756941275136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[76 (1432268756941275136)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.690; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[76 (1432268756941275136)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.690; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={version=2&wt=javabin} {add=[76]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[77 (1432268756949663744)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.696; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:52378/b_y/unloadcollection1/&version=2&update.distrib=FROMLEADER&wt=javabin} {add=[77 (1432268756949663744)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/b_y path=/update params={distrib.from=http://127.0.0.1:38413/b_y/unloadcollection3/&version=2&update.distrib=TOLEADER&wt=javabin} {add=[77 (1432268756949663744)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-14 05:38:47.698; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollect

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

.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=3,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-14 05:40:45.651; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.652; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.653; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.655; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.655; org.apache.solr.core.SolrCore; [unloadcollection4] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.655; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.656; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.657; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.658; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.658; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n/index.20130413223901842 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n/index.20130413223901842;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.659; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975/1365917929156unloadcollection_4n/index.20130413223901842
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.660; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89516795951644684-127.0.0.1:53157_b_y-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.664; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.664; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 0)
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.687; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/b_y,null}
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.742; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.744; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:59678 59678
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.848; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1f26faa name:ZooKeeperConnection Watcher:127.0.0.1:59678/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:45.848; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-UnloadDistributedZkTest-1365917906975
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=E5C59F6859F8F5B2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=America/Santa_Isabel -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  139s J1 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([E5C59F6859F8F5B2:642311702EA7958E]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[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-14 05:40:45.865; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 138903 T1659 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-14 05:40:46.963; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 05:40:46.964; 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-14 05:40:46.964; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=464), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=464)), sim=DefaultSimilarity, locale=lv, timezone=America/Santa_Isabel
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=28515424,total=166748160
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFiltering, TestReload, TestArbitraryIndexDir, ClusterStateTest, StandardRequestHandlerTest, RequestHandlersTest, XsltUpdateRequestHandlerTest, TimeZoneUtilsTest, DisMaxRequestHandlerTest, TestIndexingPerformance, SpellCheckComponentTest, TestMultiCoreConfBootstrap, TestSuggestSpellingConverter, IndexReaderFactoryTest, TestPropInject, OutputWriterTest, TestUtils, CurrencyFieldOpenExchangeTest, TestNumberUtils, TestLuceneMatchVersion, TestDistributedSearch, DocValuesMultiTest, BasicZkTest, TestSerializedLuceneMatchVersion, TestFieldTypeResource, ConvertedLegacyTest, TestLMJelinekMercerSimilarityFactory, DOMUtilTest, SolrRequestParserTest, TestWordDelimiterFilterFactory, TestUniqueKeyFieldResource, FieldAnalysisRequestHandlerTest, TestDynamicFieldResource, TestMergePolicyConfig, TestAtomicUpdateErrorCases, IndexSchemaRuntimeFieldTest, TestDFRSimilarityFactory, OpenCloseCoreStressTest, TestSolrJ, BadIndexSchemaTest, TestFastOutputStream, TestUpdate, DateMathParserTest, TestShardHandlerFactory, CachingDirectoryFactoryTest, TestPostingsSolrHighlighter, JSONWriterTest, BadCopyFieldTest, TestSolrXMLSerializer, CoreContainerCoreInitFailuresTest, URLClassifyProcessorTest, LeaderElectionIntegrationTest, DirectUpdateHandlerTest, TestOmitPositions, TestQuerySenderNoQuery, TestZkChroot, TestBinaryResponseWriter, StatsComponentTest, NumericFieldsTest, TestComponentsName, TestQueryTypes, TestManagedSchema, ZkSolrClientTest, SuggesterWFSTTest, SpellCheckCollatorTest, HighlighterTest, TestLazyCores, MultiTermTest, XmlUpdateRequestHandlerTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest]
[junit4:junit4] Completed on J1 in 140.19s, 1 test, 1 failure <<< FAILURES!

[...truncated 443 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 289 suites, 1201 tests, 1 failure, 13 ignored (7 assumptions)

Total time: 35 minutes 21 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-trunk-Linux (32bit/jdk1.8.0-ea-b84) - Build # 5157 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5157/
Java: 32bit/jdk1.8.0-ea-b84 -client -XX:+UseParallelGC

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

Error Message:
Server at http://127.0.0.1:47210/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:47210/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([DD41965C24F22829:5CA7184453AD4815]: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)




Build Log:
[...truncated 9151 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.396; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.399; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.399; 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-14 04:22:19.400; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.500; org.apache.solr.cloud.ZkTestServer; start zk server on port:56108
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.501; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.532; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@11fcba3 name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.533; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.534; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.541; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.542; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d833b0 name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.543; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.543; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.546; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.549; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.551; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.554; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.554; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.558; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.559; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.563; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.563; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.566; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.569; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.570; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.573; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.574; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.578; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.579; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.582; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.583; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.586; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.586; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.680; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.683; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:48478
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.684; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.684; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.685; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.685; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.686; org.apache.solr.core.CoreContainer; New CoreContainer 20354824
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.686; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.686; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.706; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.706; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.709; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.709; 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-14 04:22:19.715; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.726; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:56108/solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.727; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.728; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.729; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d2895f name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.730; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.731; 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-14 04:22:19.735; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.748; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b20d0f name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.748; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.750; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.755; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.759; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.761; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48478_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.763; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:48478_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.767; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.775; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.778; org.apache.solr.cloud.Overseer; Overseer (id=89516496610983939-127.0.0.1:48478_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.783; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.789; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.790; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.794; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.797; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.801; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.806; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.806; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.808; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.808; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.810; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.811; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.812; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.843; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.877; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.879; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:19.882; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.249; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.255; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.258; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.269; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.272; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.275; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:20.276; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:20.276; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.277; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:20.278; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:20.278; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.278; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.278; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1365913339590/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.279; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.279; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.279; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.280; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:20.280; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.280; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.281; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@65131b lockFactory=org.apache.lucene.store.NativeFSLockFactory@17d935e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.281; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.283; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.283; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.284; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.284; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.284; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.285; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.285; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.285; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.285; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.288; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.290; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5fff91 main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.291; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.291; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.291; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.294; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5fff91 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.295; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:20.295; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:21.306; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:21.307; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:48478_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"1"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:21.308; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:21.308; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:21.313; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.297; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.297; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:48478 collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.298; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.316; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.318; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.319; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.319; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:48478/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.319; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.319; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:48478/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.320; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:48478/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.320; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.818; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.824; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.876; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:48478/collection1/ and leader is http://127.0.0.1:48478/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.876; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48478
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.876; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.876; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.876; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.878; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.879; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.880; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.880; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.883; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.885; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.887; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@15167cf name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.887; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.889; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.893; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.961; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.963; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60354
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.964; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.964; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.965; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.965; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.965; org.apache.solr.core.CoreContainer; New CoreContainer 21848025
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.966; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.966; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.987; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.987; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.989; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.989; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.989; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:22.990; 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-14 04:22:22.996; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.007; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:56108/solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.008; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.009; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.010; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1496662 name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.010; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.012; 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-14 04:22:23.015; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.016; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@65e088 name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.016; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:23.020; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.023; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60354_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.024; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60354_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.027; 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> INFO  - 2013-04-14 04:22:24.027; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.027; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.028; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.032; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.032; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.033; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.033; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.034; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.035; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.035; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.061; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.096; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.098; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.102; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.328; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.329; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48478_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"1"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.332; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.332; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.332; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.476; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.482; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.485; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.497; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.501; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.504; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:24.505; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:24.505; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.505; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:24.506; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:24.506; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.507; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.507; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.507; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.508; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.508; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.508; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:24.508; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.509; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.510; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@22cf7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@15f2494),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.510; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.512; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.512; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.512; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.513; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.513; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.514; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.514; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.514; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.515; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.517; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.520; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@17eaa45 main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.520; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.521; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.521; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.526; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@17eaa45 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.528; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:24.528; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.836; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.837; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"2"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.837; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.838; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.945; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.945; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:25.945; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.530; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.530; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:60354 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.537; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.539; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.539; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.540; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:60354/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.540; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.540; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:60354/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.540; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:60354/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:26.540; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.450; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.531; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.531; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.531; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.548; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:60354/collection1/ and leader is http://127.0.0.1:60354/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.549; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60354
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.549; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.549; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.550; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.552; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.553; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.554; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.554; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.625; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.628; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:47210
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.628; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.629; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.629; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.629; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.630; org.apache.solr.core.CoreContainer; New CoreContainer 12382180
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.630; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.630; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.650; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.651; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.651; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.651; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.652; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.652; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.653; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.653; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.653; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.654; 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-14 04:22:27.660; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.673; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:56108/solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.674; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.675; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.676; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@30e3d7 name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.676; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.678; 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-14 04:22:27.681; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.682; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@183bc8 name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.682; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:27.686; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.690; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47210_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.691; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:47210_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.693; 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> INFO  - 2013-04-14 04:22:28.694; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.694; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.694; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.694; 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> INFO  - 2013-04-14 04:22:28.694; 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> INFO  - 2013-04-14 04:22:28.695; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.698; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.699; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.699; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.700; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.701; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.701; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.702; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.727; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.764; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.766; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:28.770; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.037; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.038; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"2"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.041; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.041; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.041; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.041; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.145; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.151; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.154; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.165; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.168; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.172; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:29.173; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:29.173; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.173; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:29.174; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:29.174; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.175; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.175; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1365913347557/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.175; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.176; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.176; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.176; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:29.176; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.177; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.178; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699b63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ab1e89),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.178; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.180; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.180; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.181; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.181; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.182; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.182; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.182; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.183; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.183; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.186; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.195; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1efe3fd main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.195; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.196; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.196; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.200; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1efe3fd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.201; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:29.201; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.545; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.546; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47210",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:47210_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"3"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.546; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.546; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.550; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.550; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.550; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:30.550; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.203; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.203; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:47210 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.205; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.216; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.220; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.221; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.221; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:47210/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.222; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.222; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:47210/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.223; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:47210/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:31.223; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.055; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.071; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.084; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:47210/collection1/ and leader is http://127.0.0.1:47210/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.085; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:47210
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.085; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.086; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.086; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.089; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.091; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.092; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.093; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.176; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.178; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60085
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.179; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.179; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.179; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.180; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.180; org.apache.solr.core.CoreContainer; New CoreContainer 3764603
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.180; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.181; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.199; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.200; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.200; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.200; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.201; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.202; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.202; 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-14 04:22:32.208; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.219; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:56108/solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.219; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.220; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.222; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@11a21d7 name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.222; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.224; 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-14 04:22:32.227; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.229; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a491be name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.229; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:32.237; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.241; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60085_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.244; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60085_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.247; 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> INFO  - 2013-04-14 04:22:33.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.249; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.249; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.249; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.250; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.250; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.255; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.255; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.256; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.257; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.259; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.260; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.261; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.301; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.338; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.340; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.344; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.579; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.580; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47210",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:47210_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"3"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.584; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.584; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.584; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.584; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.584; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.728; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.734; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.736; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.754; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.758; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.762; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:33.763; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:33.764; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.764; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:33.765; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:33.766; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.766; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.767; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1365913352099/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.767; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.768; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.769; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.769; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:33.769; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.770; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.772; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b4e16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c59d5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.773; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.776; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.777; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.778; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.779; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.780; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.781; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.781; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.783; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.783; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.786; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.788; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@c7f75d main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.789; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.789; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.789; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.796; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@c7f75d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.799; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:33.799; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.088; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.089; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60085",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:60085_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"4"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.089; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.089; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.105; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.801; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.802; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:60085 collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.805; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:60085/collection1/ and leader is http://127.0.0.1:60354/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.805; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60085
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.805; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.805; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.806; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.807; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.807; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.807; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.807; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.808; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.808; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.808; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.809; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.812; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.894; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.897; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34574
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.897; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.897; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.898; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.898; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.899; org.apache.solr.core.CoreContainer; New CoreContainer 8391001
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.899; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.899; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.920; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.921; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.921; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.922; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.922; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.923; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.923; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.924; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.924; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.925; 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-14 04:22:35.932; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.944; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:56108/solr
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.944; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.945; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.947; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1c6fc9c name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.947; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.950; 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-14 04:22:35.956; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.959; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1092118 name:ZooKeeperConnection Watcher:127.0.0.1:56108/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.959; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:35.963; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.610; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.612; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60085",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60085_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"4"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.631; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.632; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.632; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.632; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.632; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.632; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.813; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.814; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&onlyIfLeader=true&nodeName=127.0.0.1:60085_&core=collection1&checkLive=true&action=PREPRECOVERY&state=recovering&version=2&coreNodeName=4} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.968; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34574_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.970; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34574_
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.972; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.974; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.974; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.973; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.974; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.979; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.980; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.981; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.981; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.983; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.984; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:36.985; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.025; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.074; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.076; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.080; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.473; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.479; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.481; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.497; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.500; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.504; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:37.506; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:37.506; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.507; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:37.509; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:37.509; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.510; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.510; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1365913355812/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.511; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.511; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.512; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.513; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:37.513; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.514; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.516; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686923 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8e422),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.516; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.519; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.519; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.520; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.521; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.522; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.523; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.524; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.525; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.525; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.529; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.532; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7e88a9 main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.532; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.533; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.533; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.537; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7e88a9 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.539; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:37.539; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.142; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.143; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34574",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:34574_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"5"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.144; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.144; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.540; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.541; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:34574 collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.547; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:34574/collection1/ and leader is http://127.0.0.1:47210/collection1/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.547; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34574
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.548; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.548; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.549; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.551; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.551; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.551; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.552; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.553; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.554; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.556; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.562; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.562; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.564; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.568; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.571; org.apache.solr.core.CoreContainer; Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.572; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.573; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.574; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.576; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.577; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.581; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.584; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/onenodecollectioncore/'
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.624; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.663; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.665; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.670; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.815; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:60354/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.816; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:60085 START replicas=[http://127.0.0.1:60354/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:38.816; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.816; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.816; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.817; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.817; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.817; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:60354/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.817; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.820; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={wt=javabin&qt=/get&getVersions=100&distrib=false&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.820; 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-14 04:22:38.822; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@22cf7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@15f2494),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.823; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.823; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@22cf7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@15f2494),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@22cf7c lockFactory=org.apache.lucene.store.NativeFSLockFactory@15f2494),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.824; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.824; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3cb03b realtime
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.825; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.825; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true&openSearcher=false&version=2&commit=true} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.826; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.826; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.828; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.828; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.828; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.829; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.829; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.830; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=javabin&generation=2&command=filelist&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.831; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.832; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index.20130414082238831
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.832; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@12053eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@7bbab6) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.834; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=filestream&checksum=true&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.836; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.836; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.837; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.837; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b4e16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c59d5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8b4e16 lockFactory=org.apache.lucene.store.NativeFSLockFactory@16c59d5),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.838; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.838; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.839; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@459973 main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.841; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@459973 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.842; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index.20130414082238831 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index.20130414082238831;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.842; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index.20130414082238831
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.842; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty3/index.20130414082238831
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.842; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.842; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.843; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.843; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:38.844; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.073; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.079; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.082; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.105; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.109; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.112; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:39.113; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:39.114; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.114; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:39.116; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:39.116; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.117; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.117; org.apache.solr.core.SolrCore; [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1365913342893/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.118; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c1907c
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.118; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.119; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.119; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection/index/
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:39.120; org.apache.solr.core.SolrCore; [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.120; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.122; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@57edd2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1aa6395),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.122; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.124; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.124; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.125; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.126; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.126; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.127; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.127; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.128; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.128; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.131; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.134; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@8d08ff main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.134; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection/tlog
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.135; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.135; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.138; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@8d08ff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.139; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.658; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.660; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34574",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:34574_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "core_node_name":"5"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.665; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60085",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60085_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"4"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.670; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.671; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.671; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:39.678; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.141; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.141; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:60354 collection:onenodecollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.142; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.149; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.152; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.152; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.153; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:60354/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.153; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.154; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:60354/onenodecollectioncore/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.154; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:60354/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.154; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.570; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 5, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:40.570; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&onlyIfLeader=true&nodeName=127.0.0.1:34574_&core=collection1&checkLive=true&action=PREPRECOVERY&state=recovering&version=2&coreNodeName=5} status=0 QTime=2002 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.189; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.214; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:60354/onenodecollectioncore/ and leader is http://127.0.0.1:60354/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.215; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:60354
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.215; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.215; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.217; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.219; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&numShards=1&roles=none&action=CREATE&name=onenodecollectioncore&collection=onenodecollection&version=2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399/onenodecollection} status=0 QTime=2647 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.219; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:41.220; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.222; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.571; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:47210/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.572; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:34574 START replicas=[http://127.0.0.1:47210/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:42.572; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.573; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.573; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.573; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.574; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.574; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:47210/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.575; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.580; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={wt=javabin&qt=/get&getVersions=100&distrib=false&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.582; 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-14 04:22:42.583; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699b63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ab1e89),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.585; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.586; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699b63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ab1e89),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@699b63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ab1e89),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.586; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.587; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1757a53 realtime
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.587; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.587; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={wt=javabin&softCommit=false&waitSearcher=true&commit_end_point=true&openSearcher=false&version=2&commit=true} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.588; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.588; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.590; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.591; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=javabin&command=indexversion&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.592; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.592; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.592; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.594; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=javabin&generation=2&command=filelist&qt=/replication&version=2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.595; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.596; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index.20130414082242596
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.597; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1e512f4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@e944e6) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.599; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=filestream&checksum=true&generation=2&command=filecontent&qt=/replication&file=segments_2} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.601; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.602; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.602; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.603; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686923 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8e422),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@686923 lockFactory=org.apache.lucene.store.NativeFSLockFactory@8e422),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.604; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.604; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.605; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@d2c7bb main
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.607; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@d2c7bb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.608; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index.20130414082242596 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index.20130414082242596;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.608; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index.20130414082242596
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.608; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index.20130414082242596
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.609; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.609; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.609; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.610; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.611; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.703; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.704; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:60354__onenodecollectioncore"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.717; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34574",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:34574_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "core_node_name":"5"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.731; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.732; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.732; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.732; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.732; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:42.732; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.225; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.227; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.227; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.236; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.238; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@de108 name:ZooKeeperConnection Watcher:127.0.0.1:56108 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.239; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> / (2)
[junit4:junit4]   1> DATA:
[junit4:junit4]   1>     
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1>  /solr (7)
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/solrconfig.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/protwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/currency.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/stopwords.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/open-exchange-rates.json (0)
[junit4:junit4]   1>     DATA:
[junit4:junit4]   1>         {
[junit4:junit4]   1>           "disclaimer": "This data is not real, it was synthetically created to match currency.xml.  It is modeled after the data format available from openexchangerates.org.  See https://openexchangerates.org/documentation for details",
[junit4:junit4]   1>           "license": "http://www.apache.org/licenses/LICENSE-2.0",
[junit4:junit4]   1>           "timestamp": 1332070464,
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml",
[junit4:junit4]   1>         
[junit4:junit4]   1>         
[junit4:junit4]   1>           "base": "USD",
[junit4:junit4]   1>           "rates": {
[junit4:junit4]   1>             "USD": 1,
[junit4:junit4]   1>             "JPY": 81.29,
[junit4:junit4]   1>             "EUR": 2.5,
[junit4:junit4]   1>             "GBP": 0.5,
[junit4:junit4]   1>             "MXN": 2.0
[junit4:junit4]   1>           }
[junit4:junit4]   1>         }
[junit4:junit4]   1>         
[junit4:junit4]   1>     /solr/configs/conf1/schema.xml (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (0)
[junit4:junit4]   1>     DATA: ...supressed...
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/onenodecollection (2)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {
[junit4:junit4]   1>          "router":"compositeId",
[junit4:junit4]   1>          "configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leaders (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"onenodecollectioncore",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60354_"}
[junit4:junit4]   1>     /solr/collections/onenodecollection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/onenodecollection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/onenodecollection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/onenodecollection/leader_elect/shard1/election/89516496610983942-127.0.0.1:60354__onenodecollectioncore-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/control_collection/leaders (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>            "node_name":"127.0.0.1:48478_"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>     /solr/collections/control_collection/leader_elect (1)
[junit4:junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
[junit4:junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/89516496610983939-1-n_0000000000 (0)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:47210",
[junit4:junit4]   1>            "node_name":"127.0.0.1:47210_"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "core":"collection1",
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>            "node_name":"127.0.0.1:60354_"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89516496610983944-3-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89516496610983948-5-n_0000000001 (0)
[junit4:junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
[junit4:junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89516496610983942-2-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89516496610983946-4-n_0000000001 (0)
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:60085_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:47210_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:34574_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:60354_ (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:48478_ (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"1":{
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:48478_",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "leader":"true"}}}}},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:60354__onenodecollectioncore":{
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "leader":"true"}}}}},
[junit4:junit4]   1>         "collection1":{
[junit4:junit4]   1>           "router":"compositeId",
[junit4:junit4]   1>           "shards":{
[junit4:junit4]   1>             "shard1":{
[junit4:junit4]   1>               "range":"80000000-ffffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "2":{
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "4":{
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:60085",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:60085_",
[junit4:junit4]   1>                   "state":"active"}}},
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "3":{
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:47210",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:47210_",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "5":{
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:34574",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:34574_",
[junit4:junit4]   1>                   "state":"active"}}}}}}
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89516496610983939-127.0.0.1:48478_-n_0000000000"}
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89516496610983948-127.0.0.1:34574_-n_0000000004 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89516496610983942-127.0.0.1:60354_-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89516496610983946-127.0.0.1:60085_-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89516496610983944-127.0.0.1:47210_-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89516496610983939-127.0.0.1:48478_-n_0000000000 (0)
[junit4:junit4]   1>   /solr/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1> 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.310; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 48478
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:43.313; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=20354824
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.243; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.245; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48478_",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"1"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:44.251; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.316; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.317; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.321; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1b8130f
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.325; 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-14 04:22:45.326; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.326; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.327; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.327; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.328; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.328; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.328; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.329; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.329; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/control/data
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.331; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89516496610983939-127.0.0.1:48478_-n_0000000000) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.332; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.332; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.332; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.332; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:45.332; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.332; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:45.333; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.333; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.334; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.334; 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: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.336; org.apache.solr.cloud.Overseer; Overseer (id=89516496610983942-127.0.0.1:60354_-n_0000000001) starting
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.339; 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: 5)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.339; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.339; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.340; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.341; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.342; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:48478",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:48478_",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"1"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.345; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.345; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.345; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.345; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.353; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.404; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 60354
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:45.405; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=21848025
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.849; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.851; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={
[junit4:junit4]   1>   "core":"onenodecollectioncore",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:60354__onenodecollectioncore"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.857; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={
[junit4:junit4]   1>   "core":"collection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:60354",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:60354_",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "core_node_name":"2"}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.872; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.872; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.872; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:46.872; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:48.407; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:48.408; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:48.411; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:48.414; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@49ae43
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:48.421; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,del

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

:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:50.811; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:50.862; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 34574
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:50.863; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=8391001
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:51.001; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.001; 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-14 04:22:51.002; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.865; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.866; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.871; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@c5ba7d
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.883; 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-14 04:22:51.884; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.885; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.886; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.888; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.889; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.890; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.891; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.892; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.892; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365913339399/jetty4
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.893; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89516496610983948-127.0.0.1:34574_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.917; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.975; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:51.978; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:56108 56108
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1365913339399
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=DD41965C24F22829 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Asia/Muscat -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   32.6s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:47210/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([DD41965C24F22829:5CA7184453AD4815]: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-14 04:22:51.996; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32606 T2268 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-14 04:22:53.196; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-14 04:22:53.197; 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-14 04:22:53.197; 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=DefaultSimilarity, locale=sq, timezone=Asia/Muscat
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=121395016,total=288423936
[junit4:junit4]   2> NOTE: All tests run in this JVM: [MinimalSchemaTest, LeaderElectionTest, TestSolrDeletionPolicy1, RAMDirectoryFactoryTest, SolrCoreTest, TestCharFilters, TestSerializedLuceneMatchVersion, LoggingHandlerTest, ReturnFieldsTest, StatelessScriptUpdateProcessorFactoryTest, ZkCLITest, TestFuzzyAnalyzedSuggestions, SolrIndexSplitterTest, TestConfig, ResourceLoaderTest, TestFaceting, CacheHeaderTest, CSVRequestHandlerTest, TestPHPSerializedResponseWriter, TestRemoteStreaming, ShowFileRequestHandlerTest, BadComponentTest, RegexBoostProcessorTest, TestReplicationHandler, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestSolrCoreProperties, TestRealTimeGet, SchemaVersionSpecificBehaviorTest, LukeRequestHandlerTest, TestQueryUtils, OverseerCollectionProcessorTest, PreAnalyzedUpdateProcessorTest, QueryElevationComponentTest, TestSweetSpotSimilarityFactory, TestWriterPerf, DocumentBuilderTest, TestPropInjectDefaults, PluginInfoTest, ZkControllerTest, DistributedTermsComponentTest, TestLMDirichletSimilarityFactory, ScriptEngineTest, TestSolrDeletionPolicy2, TestFunctionQuery, TestStressVersions, UpdateRequestProcessorFactoryTest, TestStressRecovery, ChaosMonkeyNothingIsSafeTest, SuggesterTest, BinaryUpdateRequestHandlerTest, SimpleFacetsTest, TestPerFieldSimilarity, BasicFunctionalityTest, ResponseLogComponentTest, BasicDistributedZkTest, TestFastWriter, QueryEqualityTest, ExternalFileFieldSortTest, TermsComponentTest, TestDocumentBuilder, TestSearchPerf, PreAnalyzedFieldTest, TestDynamicFieldResource, TestLFUCache, TestCoreContainer, SystemInfoHandlerTest, SliceStateTest, DirectUpdateHandlerOptimizeTest, AlternateDirectoryTest, CircularListTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 33.89s, 1 test, 1 error <<< FAILURES!

[...truncated 589 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 289 suites, 1201 tests, 1 error, 13 ignored (7 assumptions)

Total time: 32 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 -client -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure