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

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

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

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


FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:38143/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([608A7197DBAFEBD1:E16CFF8FACF08BED]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	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:815)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9340 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.188; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /zc_b/hv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.196; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.198; 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-26 21:42:46.199; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.299; org.apache.solr.cloud.ZkTestServer; start zk server on port:38534
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.300; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.400; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1794475 name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.401; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.401; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.409; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.413; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1beb06a name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.413; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.414; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.420; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.425; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.428; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.432; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.433; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.440; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.441; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.470; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.470; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.474; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.475; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.478; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.478; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.690; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.690; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.693; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.694; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.697; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.697; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.699; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.767; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.772; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:43878
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.773; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.773; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.773; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.774; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.774; org.apache.solr.core.CoreContainer; New CoreContainer 18034444
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.774; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.775; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.814; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.815; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.816; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.821; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.839; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.840; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.841; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1367012566703/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.844; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.844; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.844; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.845; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.845; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.845; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.846; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.846; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.847; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.847; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.851; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.852; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38534/solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.852; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.853; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.855; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a871de name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.856; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.857; 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-26 21:42:46.861; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.862; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@47b118 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.862; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.864; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.870; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.872; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43878_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.873; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:43878_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.878; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.882; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.884; org.apache.solr.cloud.Overseer; Overseer (id=89588535538614275-127.0.0.1:43878_zc_b%2Fhv-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.891; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.892; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.902; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.905; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.906; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.906; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.907; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.910; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.911; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.912; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d92f79 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.912; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.914; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.916; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.986; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.988; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35857
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.988; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.989; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.989; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.989; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.990; org.apache.solr.core.CoreContainer; New CoreContainer 17524642
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.990; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:46.990; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.030; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.030; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.031; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.036; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.055; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.056; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.057; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.059; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.059; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.060; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.060; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.061; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.061; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.061; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.062; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.062; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.062; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.066; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.066; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38534/solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.067; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.067; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.069; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@172ae33 name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.069; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.071; 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-26 21:42:47.074; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.076; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a64141 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.076; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:47.081; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.088; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35857_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.090; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35857_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.093; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.094; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.094; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.101; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.102; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.103; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.170; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.172; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:44231
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.172; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.173; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.173; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.174; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.174; org.apache.solr.core.CoreContainer; New CoreContainer 25269920
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.174; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.175; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.234; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.235; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.236; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.241; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.259; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.259; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.261; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.263; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.263; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.264; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.264; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.264; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.265; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.265; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.265; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.266; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.266; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.270; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.270; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38534/solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.271; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.272; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.273; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1b37cf1 name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.273; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.275; 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-26 21:42:48.279; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.280; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1af8ab4 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.280; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:48.285; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.290; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44231_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.293; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:44231_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.299; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.299; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.300; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.300; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.308; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.309; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.310; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.395; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.397; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:50340
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.398; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.398; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.399; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.399; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.400; org.apache.solr.core.CoreContainer; New CoreContainer 13141610
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.400; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.400; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.445; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.446; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.447; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.451; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.468; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.468; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.470; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.471; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.472; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.472; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.472; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.473; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.473; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.473; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.474; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.474; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.474; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.478; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.478; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38534/solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.478; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.479; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.481; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@bce374 name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.481; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.483; 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-26 21:42:49.488; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.490; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@e1d311 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.491; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:49.496; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.500; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50340_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.503; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:50340_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.508; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.509; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.509; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.509; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.510; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.518; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.518; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.519; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.599; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.601; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:47687
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.601; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.602; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.602; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.602; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.603; org.apache.solr.core.CoreContainer; New CoreContainer 32458282
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.603; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.604; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.640; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.641; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.641; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/collection1/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.646; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/collection1/conf/xslt
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.662; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/collection1/lib
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.663; org.apache.solr.core.SolrCoreDiscoverer; Looking for cores in /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/collection1/lib/classes
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.664; org.apache.solr.core.SolrCoreDiscoverer; Discovered properties file /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/conf/core.properties, adding to cores
[junit4:junit4]   1> SET INST DIR:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1367012570525/conf
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.666; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.666; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.666; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.667; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.667; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.668; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.668; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.668; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.669; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.669; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.672; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.673; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:38534/solr
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.673; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.674; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.675; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@101f7f4 name:ZooKeeperConnection Watcher:127.0.0.1:38534 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.676; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.677; 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-26 21:42:50.682; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.684; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@28e7fd name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.685; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:50.691; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.697; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47687_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.699; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:47687_zc_b%2Fhv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.705; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.705; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.705; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.705; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.705; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.706; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.715; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.715; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.716; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.722; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.732; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.733; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.734; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.734; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.735; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.736; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.738; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.739; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.765; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.794; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.796; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:51.799; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.137; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.143; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.146; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.166; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.173; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.180; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:52.183; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:52.183; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.184; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:52.187; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:52.188; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.188; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.189; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1367012566916/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.189; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1336330
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.191; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.192; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.193; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:52.193; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.194; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.197; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.197; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.201; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.201; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.203; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.204; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.205; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.205; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.206; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.207; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.208; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.213; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.217; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1242e86 main
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.218; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.219; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.220; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.225; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@1242e86 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.226; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.917; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.918; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35857/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:35857_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.918; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.918; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:52.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-26 21:42:52.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-26 21:42:52.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-26 21:42:52.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-26 21:42:52.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-26 21:42:52.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-26 21:42:53.228; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.229; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:35857/zc_b/hv collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.230; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.238; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.240; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.240; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.241; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:35857/zc_b/hv/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.241; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.241; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:35857/zc_b/hv/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.242; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:35857/zc_b/hv/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:53.242; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.429; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.442; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.442; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.442; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.443; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.443; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.443; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.451; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:35857/zc_b/hv/unloadcollection1/ and leader is http://127.0.0.1:35857/zc_b/hv/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.451; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:35857/zc_b/hv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.452; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.452; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.453; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.455; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&action=CREATE&name=unloadcollection1&version=2&numShards=1&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012571731unloadcollection1_1n} status=0 QTime=2723 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.455; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.457; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.459; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@40b061 name:ZooKeeperConnection Watcher:127.0.0.1:38534/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.459; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.460; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.463; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.464; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.469; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.469; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.470; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.470; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.472; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.511; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.557; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.559; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.562; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.876; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.883; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.885; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.907; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.914; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.920; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:54.922; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:54.924; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.924; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:54.927; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:54.927; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.928; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.929; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1367012568106/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.930; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1336330
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.931; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.932; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.933; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:54.933; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.934; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.937; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f6430e lockFactory=org.apache.lucene.store.NativeFSLockFactory@acab7b),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.938; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.941; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.941; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.943; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.943; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.944; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.944; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.944; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.945; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.945; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.947; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.950; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@fe450b main
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.950; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.951; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.951; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.956; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@fe450b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.959; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:54.960; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.950; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.951; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:35857/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:35857_zc_b%2Fhv_unloadcollection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:35857_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.955; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44231/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:44231_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.956; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.956; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.960; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.961; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.961; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.961; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.960; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.961; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.963; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.960; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.968; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:44231/zc_b/hv collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.972; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:44231/zc_b/hv/unloadcollection2/ and leader is http://127.0.0.1:35857/zc_b/hv/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.973; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:44231/zc_b/hv
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.973; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.973; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.974; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.974; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.974; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.975; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.975; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.975; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&action=CREATE&name=unloadcollection2&version=2&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n} status=0 QTime=1507 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.976; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.976; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.977; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.978; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:55.981; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:44231_zc_b%2Fhv_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:56.980; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.476; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.478; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44231/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:44231_zc_b%2Fhv_unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44231_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.982; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:44231_zc_b%2Fhv_unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.982; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:44231_zc_b%252Fhv&wt=javabin&state=recovering&onlyIfLeader=true&checkLive=true&coreNodeName=127.0.0.1:44231_zc_b%252Fhv_unloadcollection2&action=PREPRECOVERY&version=2&core=unloadcollection1} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:57.984; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:58.988; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.984; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:35857/zc_b/hv/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.984; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:44231/zc_b/hv START replicas=[http://127.0.0.1:35857/zc_b/hv/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-26 21:42:59.985; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.986; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.986; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.987; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.987; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.987; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:35857/zc_b/hv/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.988; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.991; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.995; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/get params={wt=javabin&getVersions=100&version=2&qt=/get&distrib=false} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.996; 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-26 21:42:59.998; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 21:42:59.999; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.000; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.001; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.001; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@f6480e realtime
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.002; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.003; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={waitSearcher=true&wt=javabin&softCommit=false&openSearcher=false&version=2&commit_end_point=true&commit=true} {commit=} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.004; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.005; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.008; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.009; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=javabin&version=2&qt=/replication&command=indexversion} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.010; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.010; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.010; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.013; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=javabin&generation=2&version=2&qt=/replication&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.014; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.016; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index.20130427084300015
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.016; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@dd8dff lockFactory=org.apache.lucene.store.NativeFSLockFactory@1b8f61f) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.019; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=filestream&file=segments_2&generation=2&checksum=true&qt=/replication&command=filecontent} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.021; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.023; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.023; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.026; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f6430e lockFactory=org.apache.lucene.store.NativeFSLockFactory@acab7b),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f6430e lockFactory=org.apache.lucene.store.NativeFSLockFactory@acab7b),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.027; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.028; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.028; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@78303 main
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.030; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@78303 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.032; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index.20130427084300015 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index.20130427084300015;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.033; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index.20130427084300015
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.034; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012574467unloadcollection1_2n/index.20130427084300015
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.035; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.035; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.036; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.037; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.039; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.496; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.497; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:44231/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:44231_zc_b%2Fhv_unloadcollection2",
[junit4:junit4]   1>   "node_name":"127.0.0.1:44231_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.502; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.994; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.996; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:00.998; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.007; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.008; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.010; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.011; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.014; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.065; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.100; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.102; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.106; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.427; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.433; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.436; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.458; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.463; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.468; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:01.471; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:01.472; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.473; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:01.475; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:01.475; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.475; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.476; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1367012569317/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.476; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1336330
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.477; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.478; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.479; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:01.479; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.480; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.481; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9cf9a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fa2fe),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.482; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.484; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.485; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.485; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.486; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.487; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.487; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.488; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.488; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.489; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.492; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.495; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@2ac2cc main
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.495; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.496; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.496; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.500; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@2ac2cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.501; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:01.502; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.009; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.011; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:50340/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:50340_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.011; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.011; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.020; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.021; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.021; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.020; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.021; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.021; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.021; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.503; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.504; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:50340/zc_b/hv collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.507; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:50340/zc_b/hv/unloadcollection3/ and leader is http://127.0.0.1:35857/zc_b/hv/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.508; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:50340/zc_b/hv
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.508; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.508; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.509; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.509; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.509; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.509; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.510; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.510; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={wt=javabin&action=CREATE&name=unloadcollection3&version=2&collection=unloadcollection&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n} status=0 QTime=1503 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.511; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.511; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.512; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:02.516; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:50340_zc_b%2Fhv_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.514; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.531; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.533; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:50340/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:50340_zc_b%2Fhv_unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:50340_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:03.540; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:04.516; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:50340_zc_b%2Fhv_unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:04.517; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:04.517; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:50340_zc_b%252Fhv&wt=javabin&state=recovering&onlyIfLeader=true&checkLive=true&coreNodeName=127.0.0.1:50340_zc_b%252Fhv_unloadcollection3&action=PREPRECOVERY&version=2&core=unloadcollection1} status=0 QTime=2001 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:05.521; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.519; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:35857/zc_b/hv/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.520; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:50340/zc_b/hv START replicas=[http://127.0.0.1:35857/zc_b/hv/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-26 21:43:06.520; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.521; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.521; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.521; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.522; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.522; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:35857/zc_b/hv/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.522; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.523; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/get params={wt=javabin&getVersions=100&version=2&qt=/get&distrib=false} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.524; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.530; 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-26 21:43:06.533; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_2,generation=2}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1c6aa61 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3412bc),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.534; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.535; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.535; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={waitSearcher=true&wt=javabin&softCommit=false&openSearcher=false&version=2&commit_end_point=true&commit=true} {commit=} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.537; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.537; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.540; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=javabin&version=2&qt=/replication&command=indexversion} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.541; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.541; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.542; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.544; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=javabin&generation=3&version=2&qt=/replication&command=filelist} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.545; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.547; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index.20130427084306546
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.547; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1acc413 lockFactory=org.apache.lucene.store.NativeFSLockFactory@73b78f) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.551; org.apache.solr.core.SolrCore; [unloadcollection1] webapp=/zc_b/hv path=/replication params={wt=filestream&file=segments_3&generation=3&checksum=true&qt=/replication&command=filecontent} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.553; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.554; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.554; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.556; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9cf9a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fa2fe),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9cf9a6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@fa2fe),segFN=segments_3,generation=3}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.556; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.557; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.557; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@6063cd main
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.559; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@6063cd main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.560; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index.20130427084306546 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index.20130427084306546;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.560; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index.20130427084306546
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.561; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1367012566197/1367012581005unloadcollection_3n/index.20130427084306546
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.561; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.561; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.562; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.562; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:06.564; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:07.527; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.054; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.056; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:50340/zc_b/hv",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:50340_zc_b%2Fhv_unloadcollection3",
[junit4:junit4]   1>   "node_name":"127.0.0.1:50340_zc_b%2Fhv",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "shard_range":null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.064; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.063; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.530; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.532; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.533; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.559; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[20 (1433416592054550528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.562; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[20 (1433416592054550528)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.563; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[20 (1433416592054550528)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.563; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[20]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.572; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[21 (1433416592070279168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.572; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[21 (1433416592070279168)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.573; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[21 (1433416592070279168)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.574; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[21]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.582; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[22 (1433416592080764928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.582; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[22 (1433416592080764928)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[22 (1433416592080764928)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.583; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[22]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.591; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[23 (1433416592091250688)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.591; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[23 (1433416592091250688)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.592; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[23 (1433416592091250688)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.592; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[23]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.600; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[24 (1433416592100687872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.600; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[24 (1433416592100687872)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.601; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[24 (1433416592100687872)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[24]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[25 (1433416592112222208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.613; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[25 (1433416592112222208)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.614; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[25 (1433416592112222208)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.616; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[25]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.625; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[26 (1433416592126902272)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.625; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[26 (1433416592126902272)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[26 (1433416592126902272)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.626; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[26]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.633; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[27 (1433416592136339456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.633; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[27 (1433416592136339456)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[27 (1433416592136339456)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.635; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[27]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[28 (1433416592145776640)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.644; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[28 (1433416592145776640)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.645; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[28 (1433416592145776640)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.645; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[28]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.652; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[29 (1433416592155213824)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.652; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[29 (1433416592155213824)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.653; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[29 (1433416592155213824)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.654; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[29]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.661; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[30 (1433416592164651008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.661; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[30 (1433416592164651008)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.662; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[30 (1433416592164651008)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.662; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[30]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.670; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[31 (1433416592174088192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.670; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[31 (1433416592174088192)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.671; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[31 (1433416592174088192)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.672; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[31]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[32 (1433416592183525376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[32 (1433416592183525376)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.680; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[32 (1433416592183525376)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.681; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[32]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.688; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[33 (1433416592192962560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.688; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[33 (1433416592192962560)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.689; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[33 (1433416592192962560)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.690; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[33]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[34 (1433416592202399744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.697; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[34 (1433416592202399744)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.700; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[34 (1433416592202399744)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.701; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[34]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[35 (1433416592213934080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.708; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[35 (1433416592213934080)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.709; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[35 (1433416592213934080)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[35]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.717; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[36 (1433416592223371264)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.717; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[36 (1433416592223371264)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.718; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[36 (1433416592223371264)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.719; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[36]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.726; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[37 (1433416592232808448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.726; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[37 (1433416592232808448)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.727; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[37 (1433416592232808448)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.728; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.736; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[38 (1433416592242245632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.736; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[38 (1433416592242245632)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[38 (1433416592242245632)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.738; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[39 (1433416592252731392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.745; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[39 (1433416592252731392)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.746; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[39 (1433416592252731392)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.747; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[39]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[40 (1433416592263217152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.755; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[40 (1433416592263217152)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.756; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[40 (1433416592263217152)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.757; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[40]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.764; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[41 (1433416592272654336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.764; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[41 (1433416592272654336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.766; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[41 (1433416592272654336)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.766; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[41]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.775; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[42 (1433416592283140096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.775; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[42 (1433416592283140096)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.776; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[42 (1433416592283140096)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.776; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[42]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[43 (1433416592292577280)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.783; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[43 (1433416592292577280)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.785; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[43 (1433416592292577280)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.785; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[43]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.792; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[44 (1433416592302014464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.792; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[44 (1433416592302014464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.793; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[44 (1433416592302014464)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.794; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[44]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.801; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[45 (1433416592311451648)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.806; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[45 (1433416592311451648)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[45 (1433416592311451648)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[45]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.815; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[46 (1433416592326131712)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.815; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[46 (1433416592326131712)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.816; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[46 (1433416592326131712)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.817; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.825; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[47 (1433416592336617472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.825; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[47 (1433416592336617472)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.826; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[47 (1433416592336617472)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.827; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[47]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.834; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[48 (1433416592347103232)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.835; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[48 (1433416592347103232)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.836; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[48 (1433416592347103232)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.836; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[48]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.844; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[49 (1433416592356540416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.844; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[49 (1433416592356540416)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.845; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[49 (1433416592356540416)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.845; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[49]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.853; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[50 (1433416592365977600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.853; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[50 (1433416592365977600)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.854; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[50 (1433416592365977600)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.854; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[50]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.862; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[51 (1433416592375414784)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.862; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[51 (1433416592375414784)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[51 (1433416592375414784)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.863; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[51]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.871; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[52 (1433416592384851968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.871; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[52 (1433416592384851968)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.872; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[52 (1433416592384851968)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.873; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[52]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.880; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[53 (1433416592394289152)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.881; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[53 (1433416592394289152)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.881; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[53 (1433416592394289152)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.882; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[53]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.889; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[54 (1433416592403726336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.889; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[54 (1433416592403726336)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.891; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[54 (1433416592403726336)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.891; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[54]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.898; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[55 (1433416592413163520)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[55 (1433416592413163520)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[55 (1433416592413163520)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.901; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[55]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.908; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[56 (1433416592423649280)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.908; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[56 (1433416592423649280)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.909; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[56 (1433416592423649280)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.909; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[56]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.917; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[57 (1433416592433086464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.917; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[57 (1433416592433086464)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.919; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[57 (1433416592433086464)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.919; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[57]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.926; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[58 (1433416592443572224)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.926; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[58 (1433416592443572224)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.927; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[58 (1433416592443572224)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.928; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[58]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.935; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[59 (1433416592451960832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.935; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[59 (1433416592451960832)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.936; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[59 (1433416592451960832)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.937; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[59]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.943; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[60 (1433416592461398016)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.944; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[60 (1433416592461398016)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.944; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[60 (1433416592461398016)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.945; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[60]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.953; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[61 (1433416592471883776)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.953; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[61 (1433416592471883776)]} 0 0
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.954; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[61 (1433416592471883776)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.955; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[61]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.962; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[62 (1433416592480272384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.962; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[62 (1433416592480272384)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.962; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[62 (1433416592480272384)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.963; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&version=2} {add=[62]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.970; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[63 (1433416592488660992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.970; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:35857/zc_b/hv/unloadcollection1/&version=2&update.distrib=FROMLEADER} {add=[63 (1433416592488660992)]} 0 1
[junit4:junit4]   1> INFO  - 2013-04-26 21:43:08.971; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp=/zc_b/hv path=/update params={wt=javabin&distrib.from=http://127.0.0.1:50340/zc_b/hv/unloadcollection3/&version=2&update.distrib=TOLEADER} {add=[63 

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

ed, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:37.273; 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-26 21:54:37.274; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.153; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.153; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.155; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a80e9a
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.162; 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-26 21:54:38.163; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.163; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.164; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.165; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.166; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.166; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.167; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.167; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.168; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367013246090/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.169; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89588580095885324-127.0.0.1:47461_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.191; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.246; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.247; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:47336 47336
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1367013246090
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=608A7197DBAFEBD1 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=SystemV/PST8 -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   32.2s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:38143/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([608A7197DBAFEBD1:E16CFF8FACF08BED]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[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:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.254; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32172 T2554 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-26 21:54:38.378; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:38.379; 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-26 21:54:38.379; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-26 21:54:39.470; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-26 21:54:39.470; 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-26 21:54:39.470; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=ru, timezone=SystemV/PST8
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=93852552,total=187187200
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLMDirichletSimilarityFactory, DocumentBuilderTest, RecoveryZkTest, TestQueryUtils, TestReversedWildcardFilterFactory, PrimUtilsTest, TestExtendedDismaxParser, TestTrie, TestDynamicFieldCollectionResource, ScriptEngineTest, TestLFUCache, FastVectorHighlighterTest, TestRandomDVFaceting, TestCoreContainer, SolrTestCaseJ4Test, TestWriterPerf, BinaryUpdateRequestHandlerTest, FieldMutatingUpdateProcessorTest, TestXIncludeConfig, TestSerializedLuceneMatchVersion, ClusterStateUpdateTest, SchemaVersionSpecificBehaviorTest, SOLR749Test, DirectUpdateHandlerOptimizeTest, DistributedSpellCheckComponentTest, TestFastWriter, ExternalFileFieldSortTest, TestPluginEnable, PrimitiveFieldTypeTest, CoreAdminHandlerTest, UnloadDistributedZkTest, TestShardHandlerFactory, ChaosMonkeyShardSplitTest, TestCollationKeyRangeQueries, QueryResultKeyTest, TestValueSourceCache, ResourceLoaderTest, TestFastLRUCache, OverseerTest, TestConfig, AutoCommitTest, TestRealTimeGet, TestFaceting, OverseerCollectionProcessorTest, TestClassNameShortening, SolrInfoMBeanTest, RAMDirectoryFactoryTest, SynonymTokenizerTest, SliceStateTest, TestBadConfig, SyncSliceTest, DirectSolrConnectionTest, StatelessScriptUpdateProcessorFactoryTest, ZkCLITest, TestSolrCoreProperties, PeerSyncTest, ChaosMonkeyNothingIsSafeTest, LeaderElectionTest, TestSolrQueryParser, PreAnalyzedUpdateProcessorTest, SystemInfoHandlerTest, SuggesterFSTTest, DateFieldTest, MinimalSchemaTest, SliceStateUpdateTest, ShowFileRequestHandlerTest, BasicFunctionalityTest, TermVectorComponentTest, AlternateDirectoryTest, TestPropInjectDefaults, TestStressVersions, TestIBSimilarityFactory, BasicDistributedZkTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 33.44s, 1 test, 1 error <<< FAILURES!

[...truncated 580 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:384: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:364: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 294 suites, 1222 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk6) - Build # 5307 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5307/
Java: 32bit/ibm-j9-jdk6 

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:39152/dt_bfr/lg/onenodecollectioncore returned non ok status:404, message:Can not find: /dt_bfr/lg/onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([8E6B866F1A0FA261:F8D08776D50C25D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	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:815)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	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:738)




Build Log:
[...truncated 8650 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:56.960; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:56.966; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:56.968; 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-26 23:24:56.969; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.069; org.apache.solr.cloud.ZkTestServer; start zk server on port:46727
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.070; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.169; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@37f337f3 name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.170; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.170; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.175; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.178; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7fa17fa1 name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.178; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.179; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.185; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.190; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.194; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.199; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.201; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.206; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.208; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.212; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.214; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.218; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.219; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.226; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.227; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.231; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.233; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.236; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.241; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.242; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.246; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.247; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.418; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.420; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:36290
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.422; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.422; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.423; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.424; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.424; org.apache.solr.core.CoreContainer; New CoreContainer 114427602
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.425; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.426; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.473; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.474; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.475; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.475; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.476; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.477; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.478; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.479; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.479; 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-26 23:24:57.485; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.487; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:46727/solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.488; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.489; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.492; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@74f074f0 name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.492; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.495; 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-26 23:24:57.504; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.507; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5e505e50 name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.507; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.511; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.518; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.525; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.530; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36290_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.531; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:36290_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.539; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.552; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.556; org.apache.solr.cloud.Overseer; Overseer (id=89588937324756995-127.0.0.1:36290_dt_bfr%2Flg-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.561; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.567; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.568; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.572; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.577; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.583; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.585; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.586; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.588; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.588; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.591; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.593; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.594; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.642; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.716; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.718; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:57.725; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.140; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.145; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.148; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.173; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.179; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.184; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:24:58.191; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:24:58.192; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.193; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:24:58.195; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:24:58.196; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.196; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.197; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367018697252/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.198; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.198; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.199; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.200; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:24:58.200; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.201; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.203; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@372a372a lockFactory=org.apache.lucene.store.NativeFSLockFactory@22292229),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.204; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.206; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.207; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.208; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.208; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.209; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.210; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.210; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.211; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.212; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.213; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.215; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1660166 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.216; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.217; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.218; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.223; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1660166 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.225; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:58.225; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.091; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.120; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.120; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.121; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.127; org.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-26 23:24:59.273; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.274; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:36290/dt_bfr/lg collection:control_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.275; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.285; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.289; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.290; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.291; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:36290/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.291; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.292; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:36290/dt_bfr/lg/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.292; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:36290/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:24:59.293; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.634; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.645; org.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-26 23:25:00.705; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:36290/dt_bfr/lg/collection1/ and leader is http://127.0.0.1:36290/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.705; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36290/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.706; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.706; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.707; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.710; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.712; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.713; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.714; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.723; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.725; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.726; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@36723672 name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.727; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.729; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.732; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.899; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.901; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:34952
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.902; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.903; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.904; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.905; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.905; org.apache.solr.core.CoreContainer; New CoreContainer 1540447185
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.906; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.907; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.988; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.989; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.991; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.992; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.993; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.994; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.994; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:00.995; 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-26 23:25:01.001; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.003; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:46727/solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.004; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.005; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.011; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@648b648b name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.012; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.014; 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-26 23:25:01.021; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.023; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@361f361f name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.024; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:01.031; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.037; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34952_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.040; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:34952_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.045; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.046; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.046; 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-26 23:25:02.048; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.059; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.060; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.061; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.062; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.065; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.067; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.068; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.119; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.157; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.159; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:36290_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.164; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.166; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.166; org.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-26 23:25:02.167; org.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-26 23:25:02.166; org.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-26 23:25:02.173; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.588; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.594; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.597; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.620; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.627; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.638; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:02.641; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:02.642; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.643; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:02.646; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:02.646; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.647; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.648; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.649; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.650; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.651; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.652; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:02.652; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.653; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.655; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@334e334e lockFactory=org.apache.lucene.store.NativeFSLockFactory@44f244f2),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.655; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.658; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.659; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.660; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.660; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.661; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.662; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.662; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.663; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.664; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.666; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.668; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@460c460c main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.668; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty1/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.670; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.670; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.677; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@460c460c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.680; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:02.680; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.678; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.680; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.680; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.681; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.687; org.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-26 23:25:03.687; org.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-26 23:25:03.688; org.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-26 23:25:03.713; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.713; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:34952/dt_bfr/lg collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.715; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.733; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.737; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.737; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.738; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:34952/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.738; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.739; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:34952/dt_bfr/lg/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.739; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:34952/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:03.740; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.195; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.295; org.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-26 23:25:05.295; org.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-26 23:25:05.295; org.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-26 23:25:05.308; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:34952/dt_bfr/lg/collection1/ and leader is http://127.0.0.1:34952/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.309; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34952/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.310; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.311; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.311; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.314; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.317; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.317; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.318; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.467; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.469; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:39152
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.470; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.470; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.471; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.472; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.472; org.apache.solr.core.CoreContainer; New CoreContainer 2055895690
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.473; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.474; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.521; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.522; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.522; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.523; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.524; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.524; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.525; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.526; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.526; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.527; 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-26 23:25:05.533; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.534; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:46727/solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.535; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.537; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.539; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ed30ed3 name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.539; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.542; 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-26 23:25:05.549; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.551; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@74e074e name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.552; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:05.558; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.564; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39152_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.566; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:39152_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.569; 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-26 23:25:06.570; 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-26 23:25:06.570; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.571; 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-26 23:25:06.573; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.574; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.575; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.582; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.582; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.583; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.584; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.586; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.587; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.588; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.623; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.660; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.663; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.668; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.807; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.809; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:34952_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:06.815; org.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-26 23:25:06.815; org.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-26 23:25:06.815; org.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-26 23:25:06.816; org.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-26 23:25:07.087; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.094; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.098; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.122; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.127; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.163; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:07.168; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:07.169; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.170; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:07.173; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:07.173; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.174; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.175; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367018705324/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.176; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.177; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.178; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.179; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:07.180; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.181; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.183; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fba3fba lockFactory=org.apache.lucene.store.NativeFSLockFactory@26742674),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.184; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.189; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.190; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.191; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.192; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.194; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.194; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.195; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.197; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.198; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.200; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.203; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1f651f65 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.204; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty2/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.205; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.206; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.216; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1f651f65 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.219; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:07.219; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:08.339; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:08.341; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39152/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:39152_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:08.341; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:08.342; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:08.347; org.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-26 23:25:08.348; org.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-26 23:25:08.348; org.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-26 23:25:08.348; org.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-26 23:25:09.221; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.222; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:39152/dt_bfr/lg collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.223; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.232; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.236; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.236; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.237; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:39152/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.237; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.238; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:39152/dt_bfr/lg/collection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.238; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:39152/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.239; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.857; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.937; org.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-26 23:25:09.938; org.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-26 23:25:09.938; org.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-26 23:25:09.937; org.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-26 23:25:09.952; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:39152/dt_bfr/lg/collection1/ and leader is http://127.0.0.1:39152/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.952; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39152/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.953; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.954; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.955; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.958; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.960; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.961; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:09.963; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.136; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.139; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40480
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.140; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.140; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.141; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.142; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.142; org.apache.solr.core.CoreContainer; New CoreContainer 1781754419
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.143; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.144; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.189; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.190; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.190; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.191; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.192; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.192; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.193; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.194; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.195; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.197; 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-26 23:25:10.203; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.205; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:46727/solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.205; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.207; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.209; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@18e018e name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.210; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.213; 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-26 23:25:10.220; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.222; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@67c367c3 name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.223; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:10.229; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.235; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40480_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.237; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40480_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.240; 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-26 23:25:11.240; 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-26 23:25:11.242; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.243; 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-26 23:25:11.243; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.241; 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-26 23:25:11.246; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.247; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.289; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.289; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.290; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.291; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.293; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.295; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.296; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.343; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.391; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.393; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.399; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.456; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.457; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:39152/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:39152_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:39152_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.464; org.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-26 23:25:11.464; org.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-26 23:25:11.464; org.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-26 23:25:11.464; org.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-26 23:25:11.467; org.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-26 23:25:11.830; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.835; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.838; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.860; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.866; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.870; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:11.872; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:11.873; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.873; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:11.875; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:11.876; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.876; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.877; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367018709972/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.878; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.879; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.879; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.880; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:11.880; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.881; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.885; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35583558 lockFactory=org.apache.lucene.store.NativeFSLockFactory@21402140),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.886; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.890; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.890; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.891; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.892; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.893; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.894; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.895; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.895; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.896; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.898; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.914; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@25692569 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.915; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.916; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.917; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.923; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@25692569 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.926; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:11.927; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:12.976; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:12.978; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40480/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:40480_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:12.979; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:12.980; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:12.987; org.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-26 23:25:12.988; org.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-26 23:25:12.988; org.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-26 23:25:12.987; org.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-26 23:25:12.987; org.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-26 23:25:13.929; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.929; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:40480/dt_bfr/lg collection:collection1 shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.936; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40480/dt_bfr/lg/collection1/ and leader is http://127.0.0.1:34952/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.937; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40480/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.937; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.938; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.939; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.940; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.940; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.940; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.942; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.943; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.943; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.944; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.945; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:13.959; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:40480_dt_bfr%2Flg_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.167; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.170; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41274
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.172; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.173; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.174; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.175; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.176; org.apache.solr.core.CoreContainer; New CoreContainer 1627152636
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.177; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.178; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.246; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.247; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.248; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.248; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.249; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.250; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.250; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.251; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.252; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.253; 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-26 23:25:14.260; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.262; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:46727/solr
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.264; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.266; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.268; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5b7d5b7d name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.268; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.271; 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-26 23:25:14.282; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.284; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@545e545e name:ZooKeeperConnection Watcher:127.0.0.1:46727/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.285; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.292; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.501; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.503; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40480/dt_bfr/lg",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40480_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40480_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.510; org.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-26 23:25:14.511; org.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-26 23:25:14.511; org.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-26 23:25:14.511; org.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-26 23:25:14.511; org.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-26 23:25:14.511; org.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-26 23:25:14.961; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:40480_dt_bfr%2Flg_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:14.962; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={state=recovering&onlyIfLeader=true&checkLive=true&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:40480_dt_bfr%252Flg_collection1&wt=javabin&nodeName=127.0.0.1:40480_dt_bfr%252Flg&core=collection1} status=0 QTime=1003 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.298; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41274_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.300; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41274_dt_bfr%2Flg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.304; 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-26 23:25:15.304; 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-26 23:25:15.306; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.305; 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-26 23:25:15.307; 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-26 23:25:15.307; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.309; 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-26 23:25:15.305; 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-26 23:25:15.327; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.327; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.329; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.330; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.333; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.334; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.335; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.336; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.338; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/collection1/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.339; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/collection1/lib/README' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.340; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/collection1/lib/classes/' to classloader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.374; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.408; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.410; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.416; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.834; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.839; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.842; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.874; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.881; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.887; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:15.889; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:15.889; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.890; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:15.892; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:15.893; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.893; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.894; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367018713953/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.894; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.895; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.896; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.897; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:15.897; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.898; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.900; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b967b96 lockFactory=org.apache.lucene.store.NativeFSLockFactory@445f445f),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.900; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.903; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.904; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.905; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.905; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.906; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.907; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.908; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.908; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.909; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.911; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.914; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@192a192a main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.915; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.917; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.918; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.926; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@192a192a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.931; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:15.932; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.023; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.024; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41274/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:41274_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.025; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.025; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.032; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.032; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.033; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.033; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.032; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.032; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.934; org.apache.solr.core.CoreContainer; registering core: collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.935; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41274/dt_bfr/lg collection:collection1 shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.941; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41274/dt_bfr/lg/collection1/ and leader is http://127.0.0.1:39152/dt_bfr/lg/collection1/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.942; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41274/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.943; org.apache.solr.cloud.ZkController; Core needs to recover:collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.943; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.944; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.945; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.945; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.946; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.945; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.948; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.949; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.950; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.951; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.958; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:41274_dt_bfr%2Flg_collection1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.961; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.963; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.963; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:34952/dt_bfr/lg/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.964; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:40480/dt_bfr/lg START replicas=[http://127.0.0.1:34952/dt_bfr/lg/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:16.965; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.966; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.966; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.967; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.968; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.968; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:34952/dt_bfr/lg/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.969; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.978; org.apache.solr.core.CoreContainer; Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.979; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.980; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/get params={getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.981; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.983; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.986; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.988; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.992; 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-26 23:25:16.994; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.995; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@334e334e lockFactory=org.apache.lucene.store.NativeFSLockFactory@44f244f2),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.997; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.997; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/onenodecollectioncore/'
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:16.998; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@334e334e lockFactory=org.apache.lucene.store.NativeFSLockFactory@44f244f2),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@334e334e lockFactory=org.apache.lucene.store.NativeFSLockFactory@44f244f2),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.001; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.044; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@25ea25ea realtime
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.045; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.046; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/dt_bfr/lg path=/update params={softCommit=false&commit_end_point=true&commit=true&version=2&waitSearcher=true&wt=javabin&openSearcher=false} {commit=} 0 54
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.048; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.049; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.051; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.053; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.054; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.055; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.055; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.057; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={qt=/replication&version=2&generation=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.059; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.062; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index.20130427042517060
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.063; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@39bc39bc lockFactory=org.apache.lucene.store.NativeFSLockFactory@21ec21ec) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.065; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={checksum=true&qt=/replication&generation=2&command=filecontent&file=segments_2&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.067; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.069; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.069; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.071; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35583558 lockFactory=org.apache.lucene.store.NativeFSLockFactory@21402140),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@35583558 lockFactory=org.apache.lucene.store.NativeFSLockFactory@21402140),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.072; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.073; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.073; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@e200e2 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.075; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@e200e2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.076; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_44
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.076; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index.20130427042517060 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index.20130427042517060;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.078; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index.20130427042517060
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.078; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty3/index.20130427042517060
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.079; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.080; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.080; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.081; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.083; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.117; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.120; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.125; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.545; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.547; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41274/dt_bfr/lg",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41274_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:41274_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.555; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40480/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40480_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40480_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.562; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.563; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.562; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.563; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.563; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.562; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.614; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.619; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.623; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.642; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.648; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.652; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:17.655; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:17.655; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.656; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:17.658; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:17.659; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.673; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.674; org.apache.solr.core.SolrCore; [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367018700733/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.675; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13641364
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.677; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.678; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.679; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection/index/
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:17.680; org.apache.solr.core.SolrCore; [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.681; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.683; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2f222f22 lockFactory=org.apache.lucene.store.NativeFSLockFactory@61c961c9),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.684; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.688; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.689; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.690; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.691; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.692; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.693; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.694; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.696; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.697; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.699; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.701; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@15f715f7 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.702; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection/tlog
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.704; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.705; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.712; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@15f715f7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.715; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.960; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:41274_dt_bfr%2Flg_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:17.961; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={state=recovering&onlyIfLeader=true&checkLive=true&action=PREPRECOVERY&version=2&coreNodeName=127.0.0.1:41274_dt_bfr%252Flg_collection1&wt=javabin&nodeName=127.0.0.1:41274_dt_bfr%252Flg&core=collection1} status=0 QTime=1003 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.079; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.081; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "core":"onenodecollectioncore"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.081; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.082; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.089; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.089; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.089; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.090; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.090; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.089; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.718; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.719; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:34952/dt_bfr/lg collection:onenodecollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.721; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.732; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.736; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.737; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.739; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:34952/dt_bfr/lg/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.740; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.741; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:34952/dt_bfr/lg/onenodecollectioncore/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.742; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:34952/dt_bfr/lg/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.744; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.962; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:39152/dt_bfr/lg/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.962; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:41274/dt_bfr/lg START replicas=[http://127.0.0.1:39152/dt_bfr/lg/collection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:19.963; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.963; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.964; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.965; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.965; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.966; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:39152/dt_bfr/lg/collection1/. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.966; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.973; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/get params={getVersions=100&qt=/get&distrib=false&version=2&wt=javabin} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.979; 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-26 23:25:19.981; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fba3fba lockFactory=org.apache.lucene.store.NativeFSLockFactory@26742674),segFN=segments_1,generation=1}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.982; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.983; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fba3fba lockFactory=org.apache.lucene.store.NativeFSLockFactory@26742674),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3fba3fba lockFactory=org.apache.lucene.store.NativeFSLockFactory@26742674),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.984; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.985; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@35453545 realtime
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.986; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.987; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/dt_bfr/lg path=/update params={softCommit=false&commit_end_point=true&commit=true&version=2&waitSearcher=true&wt=javabin&openSearcher=false} {commit=} 0 8
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.988; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.988; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.994; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.995; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={qt=/replication&version=2&command=indexversion&wt=javabin} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.996; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.997; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.997; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:19.999; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={qt=/replication&version=2&generation=2&command=filelist&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.000; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.001; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index.20130427042520001
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.002; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c225c22 lockFactory=org.apache.lucene.store.NativeFSLockFactory@33123312) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.057; org.apache.solr.core.SolrCore; [collection1] webapp=/dt_bfr/lg path=/replication params={checksum=true&qt=/replication&generation=2&command=filecontent&file=segments_2&wt=filestream} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.059; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.060; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.060; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.061; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b967b96 lockFactory=org.apache.lucene.store.NativeFSLockFactory@445f445f),segFN=segments_1,generation=1}
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7b967b96 lockFactory=org.apache.lucene.store.NativeFSLockFactory@445f445f),segFN=segments_2,generation=2}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.062; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.062; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.063; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@79707970 main
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.065; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@79707970 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.066; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index.20130427042520001 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index.20130427042520001;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.066; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index.20130427042520001
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.067; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index.20130427042520001
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.067; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.068; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.068; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.069; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.070; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.602; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.613; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:41274/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:41274_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:41274_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.619; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.619; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.620; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.619; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.620; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.619; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.657; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:34952/dt_bfr/lg/onenodecollectioncore/ and leader is http://127.0.0.1:34952/dt_bfr/lg/onenodecollectioncore/
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.658; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:34952/dt_bfr/lg
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.658; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.659; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.662; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.664; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967/onenodecollection&action=CREATE&version=2&numShards=1&name=onenodecollectioncore&wt=javabin&roles=none&collection=onenodecollection} status=0 QTime=3686 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.665; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:20.666; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:21.669; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.138; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.139; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:34952_dt_bfr%2Flg_onenodecollectioncore",
[junit4:junit4]   1>   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":"none",
[junit4:junit4]   1>   "collection":"onenodecollection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"onenodecollectioncore"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.147; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.148; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.148; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.147; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.147; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.147; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.672; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.674; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: onenodecollection
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.675; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.694; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.696; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@12d712d7 name:ZooKeeperConnection Watcher:127.0.0.1:46727 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.697; 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>  /solr (7)
[junit4:junit4]   1>   /solr/configs (1)
[junit4:junit4]   1>    /solr/configs/conf1 (9)
[junit4:junit4]   1>     /solr/configs/conf1/old_synonyms.txt (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/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/schema.xml (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/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/solrconfig.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/overseer (3)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       
[junit4:junit4]   1>    /solr/overseer/queue (0)
[junit4:junit4]   1>    /solr/overseer/collection-queue-work (0)
[junit4:junit4]   1>    /solr/overseer/queue-work (0)
[junit4:junit4]   1>   /solr/overseer_elect (2)
[junit4:junit4]   1>    /solr/overseer_elect/leader (0)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"id":"89588937324756995-127.0.0.1:36290_dt_bfr%2Flg-n_0000000000"}
[junit4:junit4]   1>    /solr/overseer_elect/election (5)
[junit4:junit4]   1>     /solr/overseer_elect/election/89588937324757002-127.0.0.1:40480_dt_bfr%2Flg-n_0000000003 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89588937324757000-127.0.0.1:39152_dt_bfr%2Flg-n_0000000002 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89588937324756998-127.0.0.1:34952_dt_bfr%2Flg-n_0000000001 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89588937324756995-127.0.0.1:36290_dt_bfr%2Flg-n_0000000000 (0)
[junit4:junit4]   1>     /solr/overseer_elect/election/89588937324757004-127.0.0.1:41274_dt_bfr%2Flg-n_0000000004 (0)
[junit4:junit4]   1>   /solr/collections (3)
[junit4:junit4]   1>    /solr/collections/control_collection (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[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/89588937324756995-127.0.0.1:36290_dt_bfr%2Flg_collection1-n_0000000000 (0)
[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>            "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>            "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>     /solr/collections/control_collection/shards (0)
[junit4:junit4]   1>    /solr/collections/collection1 (3)
[junit4:junit4]   1>    DATA:
[junit4:junit4]   1>        {"configName":"conf1"}
[junit4:junit4]   1>     /solr/collections/collection1/leader_elect (2)
[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/89588937324757002-127.0.0.1:40480_dt_bfr%2Flg_collection1-n_0000000001 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/89588937324756998-127.0.0.1:34952_dt_bfr%2Flg_collection1-n_0000000000 (0)
[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/89588937324757000-127.0.0.1:39152_dt_bfr%2Flg_collection1-n_0000000000 (0)
[junit4:junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/89588937324757004-127.0.0.1:41274_dt_bfr%2Flg_collection1-n_0000000001 (0)
[junit4:junit4]   1>     /solr/collections/collection1/leaders (2)
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard1 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>            "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>      /solr/collections/collection1/leaders/shard2 (0)
[junit4:junit4]   1>      DATA:
[junit4:junit4]   1>          {
[junit4:junit4]   1>            "base_url":"http://127.0.0.1:39152/dt_bfr/lg",
[junit4:junit4]   1>            "node_name":"127.0.0.1:39152_dt_bfr%2Flg",
[junit4:junit4]   1>            "core":"collection1"}
[junit4:junit4]   1>     /solr/collections/collection1/shards (0)
[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/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/89588937324756998-127.0.0.1:34952_dt_bfr%2Flg_onenodecollectioncore-n_0000000000 (0)
[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>            "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>            "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>            "core":"onenodecollectioncore"}
[junit4:junit4]   1>   /solr/aliases.json (0)
[junit4:junit4]   1>   /solr/live_nodes (5)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:40480_dt_bfr%2Flg (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:39152_dt_bfr%2Flg (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:41274_dt_bfr%2Flg (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:34952_dt_bfr%2Flg (0)
[junit4:junit4]   1>    /solr/live_nodes/127.0.0.1:36290_dt_bfr%2Flg (0)
[junit4:junit4]   1>   /solr/clusterstate.json (0)
[junit4:junit4]   1>   DATA:
[junit4:junit4]   1>       {
[junit4:junit4]   1>         "control_collection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:36290_dt_bfr%2Flg_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>                   "collection":"control_collection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "onenodecollection":{
[junit4:junit4]   1>           "shards":{"shard1":{
[junit4:junit4]   1>               "range":"80000000-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{"127.0.0.1:34952_dt_bfr%2Flg_onenodecollectioncore":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>                   "roles":"none",
[junit4:junit4]   1>                   "collection":"onenodecollection",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"onenodecollectioncore",
[junit4:junit4]   1>                   "leader":"true"}}}},
[junit4:junit4]   1>           "router":"compositeId"},
[junit4:junit4]   1>         "collection1":{
[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>                 "127.0.0.1:34952_dt_bfr%2Flg_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:34952/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:34952_dt_bfr%2Flg",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:40480_dt_bfr%2Flg_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:40480/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:40480_dt_bfr%2Flg",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard1",
[junit4:junit4]   1>                   "core":"collection1"}}},
[junit4:junit4]   1>             "shard2":{
[junit4:junit4]   1>               "range":"0-7fffffff",
[junit4:junit4]   1>               "state":"active",
[junit4:junit4]   1>               "replicas":{
[junit4:junit4]   1>                 "127.0.0.1:39152_dt_bfr%2Flg_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:39152/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:39152_dt_bfr%2Flg",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "core":"collection1",
[junit4:junit4]   1>                   "leader":"true"},
[junit4:junit4]   1>                 "127.0.0.1:41274_dt_bfr%2Flg_collection1":{
[junit4:junit4]   1>                   "base_url":"http://127.0.0.1:41274/dt_bfr/lg",
[junit4:junit4]   1>                   "state":"active",
[junit4:junit4]   1>                   "node_name":"127.0.0.1:41274_dt_bfr%2Flg",
[junit4:junit4]   1>                   "collection":"collection1",
[junit4:junit4]   1>                   "shard":"shard2",
[junit4:junit4]   1>                   "core":"collection1"}}}},
[junit4:junit4]   1>           "router":"compositeId"}}
[junit4:junit4]   1>  /zookeeper (1)
[junit4:junit4]   1>  DATA:
[junit4:junit4]   1>      
[junit4:junit4]   1> 
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:22.810; org.apache.zookeeper.server.NIOServerCnxn; caught end of stream exception
[junit4:junit4]   1> EndOfStreamException: Unable to read additional data from client sessionid 0x13e48a9f10c0004, likely client has closed socket
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   1> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   1> 	at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.814; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 36290
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:22.815; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=114427602
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.660; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.662; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:36290_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.669; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.669; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.669; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.669; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:23.669; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.818; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.819; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.820; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3e783e78
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.824; 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-26 23:25:24.825; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.826; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.826; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.827; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.828; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.829; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.829; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.830; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.830; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/control/data
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.831; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89588937324756995-127.0.0.1:36290_dt_bfr%2Flg-n_0000000000) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.833; 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-26 23:25:24.833; 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-26 23:25:24.835; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.836; 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-26 23:25:24.837; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.838; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.839; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.853; org.apache.solr.cloud.Overseer; Overseer (id=89588937324756998-127.0.0.1:34952_dt_bfr%2Flg-n_0000000001) starting
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.860; 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-26 23:25:24.861; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.863; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.862; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/dt_bfr/lg,null}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.865; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.869; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.871; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:36290/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:36290_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:36290_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"control_collection",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.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: 4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.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: 4)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:24.876; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has

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

llection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:30.194; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:40480/dt_bfr/lg",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:40480_dt_bfr%2Flg_collection1",
[junit4:junit4]   1>   "node_name":"127.0.0.1:40480_dt_bfr%2Flg",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "collection":"collection1",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"collection1"}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:30.200; org.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-26 23:25:30.232; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 41274
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:30.233; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=1627152636
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.235; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.235; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.237; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4abd4abd
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.246; 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-26 23:25:31.247; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.248; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.248; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.250; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.251; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.251; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.252; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.253; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.253; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367018696967/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.254; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89588937324757004-127.0.0.1:41274_dt_bfr%2Flg-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.276; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/dt_bfr/lg,null}
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.334; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.336; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:46727 46727
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367018696967
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=8E6B866F1A0FA261 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Asia/Tashkent -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   34.4s J1 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:39152/dt_bfr/lg/onenodecollectioncore returned non ok status:404, message:Can not find: /dt_bfr/lg/onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([8E6B866F1A0FA261:F8D08776D50C25D]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[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:815)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:738)
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:31.380; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 34440 T1549 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   1> WARN  - 2013-04-26 23:25:32.556; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-26 23:25:32.557; 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-26 23:25:32.557; 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=es, timezone=Asia/Tashkent
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic x86/IBM Corporation 1.6.0 (32-bit)/cpus=8,threads=3,free=33940600,total=71285248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SampleTest, TestSchemaVersionResource, CachingDirectoryFactoryTest, SuggesterWFSTTest, BasicZkTest, ClusterStateTest, TestJmxMonitoredMap, StatsComponentTest, TestFieldTypeResource, LeaderElectionIntegrationTest, HardAutoCommitTest, TestAtomicUpdateErrorCases, TestZkChroot, RequestHandlersTest, TestFastOutputStream, TestSolrXMLSerializer, TestNumberUtils, TestMultiCoreConfBootstrap, DirectSolrSpellCheckerTest, DisMaxRequestHandlerTest, URLClassifyProcessorTest, TestShardHandlerFactory, SpellCheckComponentTest, AliasIntegrationTest, PreAnalyzedUpdateProcessorTest, SolrCmdDistributorTest, CollectionsAPIDistributedZkTest, DebugComponentTest, TestQuerySenderNoQuery, CopyFieldTest, TestBM25SimilarityFactory, TestLuceneMatchVersion, ZkSolrClientTest, TestLazyCores, CurrencyFieldOpenExchangeTest, IndexSchemaRuntimeFieldTest, TestComponentsName, DirectUpdateHandlerTest, TestCoreDiscovery, DocumentAnalysisRequestHandlerTest, HighlighterConfigTest, TestMergePolicyConfig, FullSolrCloudDistribCmdsTest, NumericFieldsTest, SolrIndexConfigTest, OutputWriterTest, TestElisionMultitermQuery, QueryResultKeyTest, DateMathParserTest, JSONWriterTest, DistanceFunctionTest, SimplePostToolTest, TestPropInject, TestOmitPositions, FieldAnalysisRequestHandlerTest, TestSolrXml, IndexBasedSpellCheckerTest, TestSolrJ, HighlighterTest, TestFieldTypeCollectionResource, TestSolr4Spatial, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 35.73s, 1 test, 1 error <<< FAILURES!

[...truncated 623 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:384: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:377: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:437: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1243: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:887: There were test failures: 294 suites, 1222 tests, 1 error, 15 ignored (9 assumptions)

Total time: 48 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/ibm-j9-jdk6 
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure