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

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

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

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

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

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


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

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([A058BAF0A0BF7863:21BE34E8D7E0185F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:173)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:509)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:145)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([A058BAF0A0BF7863:21BE34E8D7E0185F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9234 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.245; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /e/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.249; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.250; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.250; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.350; org.apache.solr.cloud.ZkTestServer; start zk server on port:33415
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.352; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.357; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1576e1f name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.358; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.358; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.364; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.365; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1909b05 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.365; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.366; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.369; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.371; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.373; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.375; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.380; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.381; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.384; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.385; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.387; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.388; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.390; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.390; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.393; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.394; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.397; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.397; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.400; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.400; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.403; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.403; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.590; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.668; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:58378
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.681; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.682; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.682; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.683; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.683; org.apache.solr.core.CoreContainer; New CoreContainer 25960808
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.683; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.684; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.766; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.766; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.767; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.767; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.767; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.768; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.768; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.768; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.769; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.769; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.773; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.773; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:33415/solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.774; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.774; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.779; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@13e4689 name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.780; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.783; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.786; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.788; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@9aec37 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.789; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.791; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.796; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.800; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.802; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58378_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.804; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:58378_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.821; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.826; org.apache.solr.cloud.Overseer; Overseer (id=89530891124867075-127.0.0.1:58378_e-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.833; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.841; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.843; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.848; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.852; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.859; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.861; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.862; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.890; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.895; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.897; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.900; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ea9122 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.900; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.903; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.909; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.981; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.984; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60791
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.985; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.985; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.986; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.986; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.986; org.apache.solr.core.CoreContainer; New CoreContainer 30581252
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.987; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:02.987; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.075; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.075; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.075; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.076; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.076; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.076; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.077; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.077; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.078; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.078; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.081; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.082; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:33415/solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.082; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.083; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.085; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3fd186 name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.086; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.089; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.093; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.094; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@168f531 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.095; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:03.101; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.106; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60791_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.109; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60791_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.115; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.115; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.115; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.125; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.126; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.127; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.211; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.214; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:51086
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.214; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.215; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.215; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.216; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.216; org.apache.solr.core.CoreContainer; New CoreContainer 24275536
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.216; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.217; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.304; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.304; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.305; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.305; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.306; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.306; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.306; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.307; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.307; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.307; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.311; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.311; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:33415/solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.311; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.313; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.314; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@16d7759 name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.315; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.317; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.321; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.322; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1126056 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.322; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:04.330; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.336; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51086_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.338; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:51086_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.345; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.345; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.345; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.345; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.355; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.356; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.357; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.423; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.425; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:37658
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.426; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.427; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.427; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.428; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.428; org.apache.solr.core.CoreContainer; New CoreContainer 33375016
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.428; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.429; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.503; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.504; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.504; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.505; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.505; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.505; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.506; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.506; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.506; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.507; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.510; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.511; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:33415/solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.511; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.512; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.515; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@183f83f name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.515; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.518; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.526; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.528; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@dedb6e name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.528; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:05.533; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.537; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37658_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.539; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:37658_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.542; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.542; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.542; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.543; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.542; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.552; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.553; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.553; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.622; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.626; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:47143
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.627; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.628; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.629; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.630; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.631; org.apache.solr.core.CoreContainer; New CoreContainer 26452908
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.632; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.632; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.716; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.716; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.717; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.717; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.718; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.718; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.718; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.719; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.719; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.720; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.724; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.724; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:33415/solr
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.725; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.726; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.727; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@bffeaa name:ZooKeeperConnection Watcher:127.0.0.1:33415 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.728; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.730; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.734; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.735; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1bcfa0c name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.735; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:06.740; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.744; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.745; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.749; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.749; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.749; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.749; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.749; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.750; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.755; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.755; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.756; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:07.762; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.000; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : numShards=2&version=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.003; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.005; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "name":"nodes_used_collection",
[junit4:junit4]   1>   "operation":"createcollection",
[junit4:junit4]   1>   "replicationFactor":"2",
[junit4:junit4]   1>   "maxShardsPerNode":null,
[junit4:junit4]   1>   "createNodeSet":null}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.007; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.011; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:58378_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.012; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:37658_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.013; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:51086_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.031; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.032; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.031; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.033; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.031; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.034; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.031; org.apache.solr.core.CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.036; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.035; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.034; org.apache.solr.cloud.ZkController; Check for collection zkNode:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.033; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.038; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.038; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.038; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.037; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.039; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.041; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.040; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.042; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.043; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.044; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.044; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.044; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.046; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.046; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.048; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.048; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.050; org.apache.solr.cloud.ZkController; Load collection config from:/collections/nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.051; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.053; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.093; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.107; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.109; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.127; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.191; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.193; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.199; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.220; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.223; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.227; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.228; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.229; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.230; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.230; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.235; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.236; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.733; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.739; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.742; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.757; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.761; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.765; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.767; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.767; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.768; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.768; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.769; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.770; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.770; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.771; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.771; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.779; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.781; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.782; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.782; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data/index/
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.782; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.783; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.784; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.785; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1665664 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1682329),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.785; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.786; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.787; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.787; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.788; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.788; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.789; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.789; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.789; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.790; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.790; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.791; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.791; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.795; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.797; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@136ea8b main
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.798; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/nodes_used_collection_shard2_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.798; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.799; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.803; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@136ea8b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.805; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.808; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.809; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.814; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.814; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.818; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.819; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.820; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.823; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.821; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.824; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.823; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.825; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.830; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.831; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.830; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.832; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.831; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.832; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.833; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.833; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.833; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.834; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.834; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.835; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.835; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.836; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.836; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.836; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.837; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.837; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data/index
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.838; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.839; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data/index
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.839; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b541e2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a74a13),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.840; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.841; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1365813 lockFactory=org.apache.lucene.store.NativeFSLockFactory@110feca),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.842; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.842; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.843; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.843; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.844; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.844; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.844; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.845; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.845; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.845; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.846; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.846; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.847; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.847; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.848; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.848; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.849; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.850; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.850; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.850; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.850; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.852; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@66c10 main
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.853; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.853; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/nodes_used_collection_shard2_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.854; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.854; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.856; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@419f2b main
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.856; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/nodes_used_collection_shard1_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.857; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.857; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.858; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.858; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.858; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@66c10 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.861; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.862; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@419f2b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.864; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.876; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.876; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.876; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:51086_e",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:51086/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.877; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection nodes_used_collection with numShards 2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.881; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.882; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:37658_e",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:37658/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.885; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.886; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:58378_e",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58378/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.887; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.889; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.889; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.890; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.890; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.890; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.891; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.893; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.892; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:08.893; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.895; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.897; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@ebcc8a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1f34045),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.898; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.900; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.900; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.901; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.902; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.902; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.902; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.903; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.903; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.904; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.906; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.909; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@11b7da4 main
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.909; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/nodes_used_collection_shard1_replica1/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.910; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.910; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.913; org.apache.solr.core.SolrCore; [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@11b7da4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:08.914; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.807; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.808; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:51086/e collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.810; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard2/election
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.825; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.831; org.apache.solr.cloud.ShardLeaderElectionContext; Waiting until we see more replicas up: total=2 found=1 timeoutin=179998
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.862; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.862; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:37658/e collection:nodes_used_collection shard:shard2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.866; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.866; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:58378/e collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.868; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.882; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.886; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.886; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.886; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.887; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.887; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.888; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:09.889; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.333; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.334; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.334; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:51086/e/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.341; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.347; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:51086/e START replicas=[http://127.0.0.1:37658/e/nodes_used_collection_shard2_replica1/] nUpdates=100
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.348; org.apache.solr.update.PeerSync; PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:51086/e DONE.  We have no versions.  sync failed.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.349; org.apache.solr.cloud.SyncStrategy; Leader's attempt to sync with shard failed, moving to the next canidate
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.349; org.apache.solr.cloud.ShardLeaderElectionContext; We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.350; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:51086/e/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.350; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/shard2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.363; org.apache.solr.core.SolrCore; [nodes_used_collection_shard2_replica1] webapp=/e path=/get params={qt=/get&version=2&distrib=false&wt=javabin&getVersions=100} status=0 QTime=4 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.401; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.403; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:47143_e",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47143/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.421; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.453; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/ and leader is http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.453; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica2 baseURL=http://127.0.0.1:58378/e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.454; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.454; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica2 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.456; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.457; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.457; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.458; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={qt=/admin/cores&numShards=2&version=2&name=nodes_used_collection_shard1_replica2&shard=shard1&action=CREATE&wt=javabin&collection=nodes_used_collection} status=0 QTime=2429 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.463; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:51086/e/nodes_used_collection_shard2_replica2/ and leader is http://127.0.0.1:51086/e/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.463; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica2 baseURL=http://127.0.0.1:51086/e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.463; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.464; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica2 state=active
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.466; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.467; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.468; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.469; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={qt=/admin/cores&numShards=2&version=2&name=nodes_used_collection_shard2_replica2&shard=shard2&action=CREATE&wt=javabin&collection=nodes_used_collection} status=0 QTime=2440 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.871; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:37658/e/nodes_used_collection_shard2_replica1/ and leader is http://127.0.0.1:51086/e/nodes_used_collection_shard2_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.872; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard2_replica1 baseURL=http://127.0.0.1:37658/e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.873; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.873; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.881; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard2_replica1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.881; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.882; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard2_replica1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.883; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.884; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.885; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.886; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.888; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={qt=/admin/cores&numShards=2&version=2&name=nodes_used_collection_shard2_replica1&shard=shard2&action=CREATE&wt=javabin&collection=nodes_used_collection} status=0 QTime=2858 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.899; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:37658_e_nodes_used_collection_shard2_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.915; org.apache.solr.core.CoreContainer; registering core: nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.916; org.apache.solr.cloud.ZkController; Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:47143/e collection:nodes_used_collection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.923; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:47143/e/nodes_used_collection_shard1_replica1/ and leader is http://127.0.0.1:58378/e/nodes_used_collection_shard1_replica2/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.924; org.apache.solr.cloud.ZkController; No LogReplay needed for core=nodes_used_collection_shard1_replica1 baseURL=http://127.0.0.1:47143/e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.924; org.apache.solr.cloud.ZkController; Core needs to recover:nodes_used_collection_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.925; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.926; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=nodes_used_collection_shard1_replica1 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.927; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.927; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.928; org.apache.solr.cloud.ZkController; publishing core=nodes_used_collection_shard1_replica1 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.930; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.931; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.931; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.932; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={qt=/admin/cores&numShards=2&version=2&name=nodes_used_collection_shard1_replica1&shard=shard1&action=CREATE&wt=javabin&collection=nodes_used_collection} status=0 QTime=2903 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.934; org.apache.solr.cloud.OverseerCollectionProcessor; Finished create command on all shards for collection: nodes_used_collection
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.942; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:47143_e_nodes_used_collection_shard1_replica1, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.990; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.993; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.994; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=2429},core=nodes_used_collection_shard1_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/solr.xml},null={responseHeader={status=0,QTime=2440},core=nodes_used_collection_shard2_replica2,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/solr.xml},null={responseHeader={status=0,QTime=2858},core=nodes_used_collection_shard2_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/solr.xml},null={responseHeader={status=0,QTime=2903},core=nodes_used_collection_shard1_replica1,saved=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/solr.xml}}}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:10.999; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/collections params={numShards=2&version=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin} status=0 QTime=3000 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.000; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.002; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.005; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@11c7f14 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.005; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.009; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.015; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.018; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.020; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@19f4708 name:ZooKeeperConnection Watcher:127.0.0.1:33415/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.020; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.024; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.042; org.apache.solr.handler.admin.CollectionsHandler; Creating Collection : numShards=4&version=2&name=awholynewcollection_0&replicationFactor=3&action=CREATE&wt=javabin&maxShardsPerNode=3
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.044; org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.047; org.apache.solr.cloud.OverseerCollectionProcessor; Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
[junit4:junit4]   1>   "numShards":"4",
[junit4:junit4]   1>   "name":"awholynewcollection_0",
[junit4:junit4]   1>   "operation":"createcollection",
[junit4:junit4]   1>   "replicationFactor":"3",
[junit4:junit4]   1>   "maxShardsPerNode":"3",
[junit4:junit4]   1>   "createNodeSet":null}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.048; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica1 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:60791_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.048; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica2 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.049; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_replica3 as part of slice shard1 of collection awholynewcollection_0 on 127.0.0.1:37658_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.049; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica1 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:51086_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.050; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica2 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:58378_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.051; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_replica3 as part of slice shard2 of collection awholynewcollection_0 on 127.0.0.1:60791_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.052; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica1 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.052; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard1_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.053; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.053; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica2 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:37658_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.055; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.057; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.055; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard1_replica3
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.059; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.059; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.061; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.056; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.062; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.056; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_replica3 as part of slice shard3 of collection awholynewcollection_0 on 127.0.0.1:51086_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.063; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.062; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.061; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.060; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard2_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.067; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.060; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.069; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.060; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard3_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.070; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.059; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.059; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard3_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.072; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.072; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.071; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.070; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.069; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.068; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.076; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.067; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard3_replica3
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.078; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.067; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.066; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.064; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_replica1 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:58378_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.080; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.079; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.077; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.084; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard4_replica1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.085; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.076; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.087; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.075; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.074; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.074; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.090; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.090; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.089; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.089; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.088; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.087; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.095; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.086; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.082; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.081; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.081; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_replica2 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:60791_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.098; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.097; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard1_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.097; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.095; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.095; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.092; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.107; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.105; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.102; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.102; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.101; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.101; org.apache.solr.cloud.OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_replica3 as part of slice shard4 of collection awholynewcollection_0 on 127.0.0.1:47143_e
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.110; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.110; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard4_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.115; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.108; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.108; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard2_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.116; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard1_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.119; org.apache.solr.core.CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.120; org.apache.solr.cloud.ZkController; Check for collection zkNode:awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.122; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.123; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.124; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard3_replica1/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.124; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.125; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.125; org.apache.solr.cloud.ZkController; Load collection config from:/collections/awholynewcollection_0
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.127; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard3_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.128; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard3_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.128; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.130; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/'
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.177; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.178; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.191; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.196; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.196; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.199; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.209; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.210; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.211; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.213; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.213; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.237; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.264; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.267; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.275; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.303; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.305; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.308; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.308; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.310; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.311; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.312; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.314; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.311; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.316; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.316; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.317; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.316; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.317; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.320; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.321; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.322; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.322; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.324; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.322; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.327; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.329; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.330; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.330; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.335; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.335; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.335; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.337; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.338; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.361; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.382; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.385; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.390; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.931; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.932; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:58378_e",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:58378_e_nodes_used_collection_shard1_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58378/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.950; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:51086_e",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:51086_e_nodes_used_collection_shard2_replica2",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:51086/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.954; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard2",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:37658_e",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:37658_e_nodes_used_collection_shard2_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:37658/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.958; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "core":"nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:47143_e",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:47143_e_nodes_used_collection_shard1_replica1",
[junit4:junit4]   1>   "collection":"nodes_used_collection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering",
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:47143/e"}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.969; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.970; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:11.969; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.418; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.435; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.442; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.445; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.469; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.476; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.486; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.490; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.493; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.494; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.498; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.504; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.507; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.508; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.509; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.507; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.512; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.514; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.516; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.513; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.518; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.522; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.524; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.528; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.527; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.532; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.533; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.525; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.535; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.527; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.525; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.540; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.541; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.539; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.539; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.538; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.538; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.537; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.537; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.547; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.548; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.548; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.549; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.550; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.550; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.545; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.552; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.553; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.554; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.554; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.544; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.556; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.554; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.554; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.550; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.560; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.559; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.562; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.563; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.563; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.564; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.564; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.557; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.557; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.565; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.567; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.565; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.563; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.569; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.562; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.569; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.569; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.567; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.577; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.577; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.576; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data/index
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.578; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.579; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.580; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.580; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366132984133/awholynewcollection_0_shard2_replica1/data/index
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.581; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@cc2279 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2fd0a1),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.583; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.583; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.585; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.586; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.587; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.588; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.589; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.589; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.590; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.591; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.580; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.591; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.591; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.589; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.588; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.587; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.586; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.595; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.583; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b787d1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@c949d9),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.596; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.582; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.596; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.596; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.597; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.595; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.593; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.592; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard4_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.599; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.600; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.601; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.601; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/data/index/
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.601; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard4_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.602; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.602; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.598; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.598; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.598; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.604; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.603; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.606; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.607; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.603; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.602; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard4_replica3/data/index
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.600; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@387f0b main
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.609; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard1_replica2/data/tlog
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.610; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.610; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.611; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.608; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.612; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.608; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.613; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.607; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.607; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.606; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.606; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.605; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.616; org.apache.solr.cloud.ZkController; publishing core=awholynewcollection_0_shard1_replica2 state=down
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.614; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard1_replica2] Registered new searcher Searcher@387f0b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.614; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.613; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.613; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4a2cf lockFactory=org.apache.lucene.store.NativeFSLockFactory@1700ab3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.619; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.613; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/data
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.613; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.612; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.620; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.619; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/data/index/
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.619; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.622; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.618; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard4_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2/data/
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.618; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.623; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.617; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.623; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.617; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.623; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.623; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.622; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19e7222
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.622; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.626; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.622; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.621; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/data/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.621; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.621; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.628; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.629; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.629; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.628; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.630; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.627; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard2_replica3/data/index
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.627; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.631; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.627; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.626; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.626; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.633; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.633; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.634; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.634; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.634; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.626; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.625; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.634; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e0311f lockFactory=org.apache.lucene.store.NativeFSLockFactory@bf994b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.636; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.634; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.637; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.631; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.630; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.638; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.630; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.629; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.639; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.628; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.640; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.639; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard3_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366132986556/awholynewcollection_0_shard3_replica1/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.639; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.638; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366132982409/awholynewcollection_0_shard2_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.638; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard3_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366132985363/awholynewcollection_0_shard3_replica2/data/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.638; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.637; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.643; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.636; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2/data
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.636; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-16 17:23:12.644; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.636; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.645; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.644; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366132982909/awholynewcollection_0_shard4_replica2/data/index/
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.644; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-16 17:23:12.643; org.apache.solr.core.SolrCore; [awholynewcollection_0_shard3_replica3] Opening new S

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

3-04-16 17:35:38.753; org.apache.solr.core.SolrCore; [unloadcollection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@12d7814
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.763; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.764; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.764; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.764; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.765; org.apache.solr.core.SolrCore; [unloadcollection4] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.766; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.766; 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-1366133600146/1366133622657unloadcollection_4n/index.20130416173356291 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366133600146/1366133622657unloadcollection_4n/index.20130416173356291;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.767; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366133600146/1366133622657unloadcollection_4n/index.20130416173356291
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.767; 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-1366133600146/1366133622657unloadcollection_4n [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366133600146/1366133622657unloadcollection_4n;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.767; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366133600146/1366133622657unloadcollection_4n
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.768; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89530931619364876-127.0.0.1:59430_u_zwg-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.770; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-16 17:35:38.770; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.770; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0)
[junit4:junit4]   1> WARN  - 2013-04-16 17:35:38.770; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.771; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 0)
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.793; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/u_zwg,null}
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.847; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.850; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:33626 33626
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.953; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d54ee name:ZooKeeperConnection Watcher:127.0.0.1:33626/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.953; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366133600146
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=A058BAF0A0BF7863 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=GMT0 -Dtests.file.encoding=UTF-8
[junit4:junit4] FAILURE  139s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([A058BAF0A0BF7863:21BE34E8D7E0185F]:0)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-16 17:35:38.966; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 138834 T2132 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_sl=MockFixedIntBlock(blockSize=1615), text=MockFixedIntBlock(blockSize=1615), a_t=PostingsFormat(name=NestedPulsing), timestamp=PostingsFormat(name=NestedPulsing), id=Pulsing41(freqCutoff=10 minBlockSize=35 maxBlockSize=161), intDefault=PostingsFormat(name=NestedPulsing), multiDefault=PostingsFormat(name=SimpleText), a_si=PostingsFormat(name=SimpleText), range_facet_si=PostingsFormat(name=SimpleText), other_tl1=PostingsFormat(name=NestedPulsing), range_facet_l=PostingsFormat(name=NestedPulsing), _version_=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=DefaultSimilarity, locale=sl, timezone=GMT0
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=81086016,total=319815680
[junit4:junit4]   2> NOTE: All tests run in this JVM: [PeerSyncTest, TestSolrDeletionPolicy1, ReturnFieldsTest, SynonymTokenizerTest, AliasIntegrationTest, TestRemoteStreaming, CacheHeaderTest, LegacyHTMLStripCharFilterTest, PluginInfoTest, SpellingQueryConverterTest, TestCoreContainer, MBeansHandlerTest, ResourceLoaderTest, TestCharFilters, CoreAdminHandlerTest, TestPseudoReturnFields, ZkCLITest, SolrCoreTest, SyncSliceTest, TestLMDirichletSimilarityFactory, BadCopyFieldTest, TestPluginEnable, ClusterStateUpdateTest, TestSolrQueryParser, IndexSchemaTest, DistributedQueryElevationComponentTest, StatelessScriptUpdateProcessorFactoryTest, TestRandomDVFaceting, ShowFileRequestHandlerTest, BasicDistributedZkTest, TestCollationKeyRangeQueries, TestReversedWildcardFilterFactory, TestPropInjectDefaults, PolyFieldTest, TestIBSimilarityFactory, ScriptEngineTest, SchemaVersionSpecificBehaviorTest, TestStressRecovery, TestDocumentBuilder, ChaosMonkeyNothingIsSafeTest, TestSchemaResource, TestFunctionQuery, DirectSolrConnectionTest, TestSolrDeletionPolicy2, TestDocSet, RecoveryZkTest, SolrIndexSplitterTest, TestWriterPerf, ExternalFileFieldSortTest, BinaryUpdateRequestHandlerTest, TestStressVersions, BasicFunctionalityTest, TestFaceting, FieldMutatingUpdateProcessorTest, TestExtendedDismaxParser, DocValuesTest, RegexBoostProcessorTest, TestJoin, LoggingHandlerTest, QueryElevationComponentTest, TestGroupingSearch, TestFastWriter, ShardSplitTest, TestLFUCache, ZkControllerTest, DocumentBuilderTest, TestSolrQueryParserDefaultOperatorResource, TestPhraseSuggestions, TestSurroundQueryParser, SearchHandlerTest, TestXIncludeConfig, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 139.13s, 1 test, 1 failure <<< FAILURES!

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

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



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

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

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

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

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


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

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([B6F34612C54D12:81507D5E659A2D2E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




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

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

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

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

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