Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BA84107B6 for ; Sun, 28 Apr 2013 20:04:39 +0000 (UTC) Received: (qmail 52119 invoked by uid 500); 28 Apr 2013 20:04:37 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 52062 invoked by uid 500); 28 Apr 2013 20:04:37 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 52054 invoked by uid 99); 28 Apr 2013 20:04:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Apr 2013 20:04:37 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Apr 2013 20:04:28 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id BB25514AA043 for ; Sun, 28 Apr 2013 20:04:04 +0000 (UTC) Date: Sun, 28 Apr 2013 20:03:50 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <937252796.155.1367179444748.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b86) - Build # 5393 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_154_1428367224.1367179430279" X-Jenkins-Job: Lucene-Solr-trunk-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_154_1428367224.1367179430279 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5393/ Java: 64bit/jdk1.8.0-ea-b86 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch Error Message: Server at http://127.0.0.1:40968/bu/onenodecollectioncore returned non ok status:404, message:Can not find: /bu/onenodecollectioncore/update Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:40968/bu/onenodecollectioncore returned non ok status:404, message:Can not find: /bu/onenodecollectioncore/update at __randomizedtesting.SeedInfo.seed([BB02DC21F84401A6:3AE452398F1B619A]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:387) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197) at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) REGRESSION: org.apache.solr.cloud.ChaosMonkeyShardSplitTest.testDistribSearch Error Message: Wrong doc count on shard1_1 expected:<323> but was:<322> Stack Trace: java.lang.AssertionError: Wrong doc count on shard1_1 expected:<323> but was:<322> at __randomizedtesting.SeedInfo.seed([BB02DC21F84401A6:3AE452398F1B619A]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:159) at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:154) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) Build Log: [...truncated 9031 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.668; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /bu/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.675; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.676; 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-28 19:45:41.677; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.777; org.apache.solr.cloud.ZkTestServer; start zk server on port:52148 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.778; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.835; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@42022b1c name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.835; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.836; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.844; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.846; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4cc5dd2c name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.847; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.847; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.852; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.858; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.863; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.866; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.867; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.871; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.872; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.875; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.875; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.878; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.879; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.882; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.882; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.886; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.887; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.892; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.894; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.899; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.900; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.906; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.907; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.989; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.995; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41415 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.996; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.997; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.997; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.998; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/solr.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.998; org.apache.solr.core.CoreContainer; New CoreContainer 969523250 [junit4:junit4] 1> INFO - 2013-04-28 19:45:41.999; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.000; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.047; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.047; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.048; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.048; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.048; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.049; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.050; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.050; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.053; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.054; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:52148/solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.054; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.055; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.058; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@634182f1 name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.058; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.061; 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-28 19:45:42.065; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.067; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@354f1ca5 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.067; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.071; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.076; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.082; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.086; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41415_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.088; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41415_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.096; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.106; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.111; org.apache.solr.cloud.Overseer; Overseer (id=89599399800274947-127.0.0.1:41415_bu-n_0000000000) starting [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.118; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.125; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.126; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.132; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.136; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.143; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.148; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.148; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.150; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.150; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.153; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/collection1/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.154; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.155; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.192; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.227; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.229; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.234; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.546; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.552; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.554; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.584; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.591; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.597; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:42.600; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:42.601; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.601; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:42.604; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:42.605; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.605; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.606; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1367178341915/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.606; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.610; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.611; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.612; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:45:42.612; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.613; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/index [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.616; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@e600922 lockFactory=org.apache.lucene.store.NativeFSLockFactory@abef45e),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.617; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.631; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.632; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.633; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.634; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.635; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.636; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.636; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.637; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.638; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.643; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.645; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@4a2d867a main [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.646; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.646; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.647; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.652; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@4a2d867a main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.656; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:45:42.656; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.650; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.651; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:41415_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:41415/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.651; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.651; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.656; org.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-28 19:45:43.660; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.660; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41415/bu collection:control_collection shard:shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.661; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.669; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.672; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.673; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.673; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41415/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.673; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.674; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41415/bu/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.674; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41415/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:43.675; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.163; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.178; org.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-28 19:45:45.188; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41415/bu/collection1/ and leader is http://127.0.0.1:41415/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.188; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41415/bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.189; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.189; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.190; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.193; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.195; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.196; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.197; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.203; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config: [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.205; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.206; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2b974246 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.206; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.209; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.213; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.281; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.284; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41076 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.286; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.287; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.288; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.288; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/solr.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.289; org.apache.solr.core.CoreContainer; New CoreContainer 423604249 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.290; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.291; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.348; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.348; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.349; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.349; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.349; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.350; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.350; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.350; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.351; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.351; 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-28 19:45:45.354; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.355; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:52148/solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.355; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.356; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.358; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@35a1ffae name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.359; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.363; 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-28 19:45:45.366; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.368; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@33afa207 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.369; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:45.378; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.384; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41076_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.387; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41076_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.395; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.395; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.396; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.398; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.407; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.407; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.409; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.409; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.412; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/collection1/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.413; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.414; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.457; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.483; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.485; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.490; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.689; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.690; 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:41415_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41415_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:41415/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.701; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.701; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.701; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.808; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.815; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.817; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.842; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.846; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.849; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:46.850; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:46.851; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.851; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:46.852; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:46.852; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.853; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.853; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.853; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.854; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.854; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.854; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:45:46.855; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.855; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1/index [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.857; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4633db10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408cd3b0),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.857; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.859; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.859; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.860; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.861; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.861; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.862; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.862; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.863; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.864; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.866; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.868; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@46d7eaee main [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.869; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty1/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.869; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.869; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.877; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@46d7eaee main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.881; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:45:46.882; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.206; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.207; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.208; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.208; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.217; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.217; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.217; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.885; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.886; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41076/bu collection:collection1 shard:shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.888; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.903; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.908; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.908; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.909; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41076/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.909; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.910; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41076/bu/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.910; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41076/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:48.911; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.724; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.740; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.740; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.740; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.777; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41076/bu/collection1/ and leader is http://127.0.0.1:41076/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.778; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41076/bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.778; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.779; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.779; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.782; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.785; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.786; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.787; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.859; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.863; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40968 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.865; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.866; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.866; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.867; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/solr.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.868; org.apache.solr.core.CoreContainer; New CoreContainer 1206029800 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.869; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.870; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.914; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.915; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.915; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.916; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.916; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.916; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.917; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.917; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.917; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.918; 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-28 19:45:49.921; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.921; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:52148/solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.922; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.923; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.925; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6b5361b0 name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.926; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.945; 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-28 19:45:49.949; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.950; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4dd1d4f3 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.950; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:49.955; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.959; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40968_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.961; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40968_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.965; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.967; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.967; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.968; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.968; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.968; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.971; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.985; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.986; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.988; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.989; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.992; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/collection1/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.993; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:50.994; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.034; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.062; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.068; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.076; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.251; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.252; 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:41076_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.256; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.256; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.256; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.256; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.396; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.402; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.404; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.437; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.441; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.445; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:51.446; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:51.447; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.447; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:51.448; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:51.448; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.449; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.449; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1367178349794/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.449; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.450; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.450; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.451; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:45:51.451; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.451; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2/index [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.454; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@50571a15 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e8aba2),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.454; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.456; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.456; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.457; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.458; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.459; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.459; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.460; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.460; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.461; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.463; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.466; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@17a7c7e4 main [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.466; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty2/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.467; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.467; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.471; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@17a7c7e4 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.474; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:45:51.474; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.761; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.762; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:40968_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:40968/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.763; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.763; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.768; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.768; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.768; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:52.768; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.477; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.477; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:40968/bu collection:collection1 shard:shard2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.479; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.493; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.498; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.499; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.499; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:40968/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.500; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.500; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:40968/bu/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.501; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:40968/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:53.501; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.275; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.291; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.291; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.291; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.291; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.316; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:40968/bu/collection1/ and leader is http://127.0.0.1:40968/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.316; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40968/bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.317; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.317; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.318; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.321; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.323; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.324; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.325; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.401; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.404; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:54270 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.405; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.406; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.406; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.406; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/solr.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.407; org.apache.solr.core.CoreContainer; New CoreContainer 1973974737 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.407; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.407; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.452; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.453; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.454; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.455; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.455; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.455; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.456; 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-28 19:45:54.459; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.460; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:52148/solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.460; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.461; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.463; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@34f93fda name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.463; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.466; 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-28 19:45:54.469; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.471; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@5b691f50 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.471; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:54.476; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.480; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54270_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.482; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:54270_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.485; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.485; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.487; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.488; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.486; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.488; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.490; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.490; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.493; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.497; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.498; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.499; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.500; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.502; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/collection1/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.503; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.504; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.549; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.580; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.582; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.588; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.802; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.803; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "core_node_name":"127.0.0.1:40968_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:40968_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:40968/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.809; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.809; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.809; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.809; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.809; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.900; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.909; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.912; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.933; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.936; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.940; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:55.941; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:55.941; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.942; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:55.943; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:55.943; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.943; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.944; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1367178354332/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.944; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.945; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.945; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.945; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:45:55.946; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.946; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.948; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2eb441fd lockFactory=org.apache.lucene.store.NativeFSLockFactory@ebee98f),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.948; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.950; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.950; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.951; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.952; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.952; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.952; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.953; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.953; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.954; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.956; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.958; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@65cef47f main [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.959; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.959; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.960; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.964; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@65cef47f main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.966; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:45:55.967; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.316; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.318; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:54270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:54270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.318; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.319; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.969; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.969; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:54270/bu collection:collection1 shard:shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.976; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:54270/bu/collection1/ and leader is http://127.0.0.1:41076/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.977; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54270/bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.977; org.apache.solr.cloud.ZkController; Core needs to recover:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.977; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.978; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.979; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[] [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.980; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.980; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.981; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.982; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.983; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.983; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.984; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:45:57.994; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:54270_bu_collection1, state: recovering, checkLive: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.058; org.eclipse.jetty.server.Server; jetty-8.1.10.v20130312 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.061; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:60270 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.062; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.062; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.062; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.063; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/solr.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.064; org.apache.solr.core.CoreContainer; New CoreContainer 220787827 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.065; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.065; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.117; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.118; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.118; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.119; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.119; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.119; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.120; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.120; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.120; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.121; 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-28 19:45:58.124; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.124; org.apache.solr.core.ZkContainer; Zookeeper client=127.0.0.1:52148/solr [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.125; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.126; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.128; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@dc8d476 name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.129; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.132; 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-28 19:45:58.138; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.141; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6dec39c4 name:ZooKeeperConnection Watcher:127.0.0.1:52148/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.142; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.150; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.836; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.838; 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:54270_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "node_name":"127.0.0.1:54270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:54270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.846; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.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: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.846; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.995; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:54270_bu_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4:junit4] 1> INFO - 2013-04-28 19:45:58.996; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:54270_bu&version=2&state=recovering&onlyIfLeader=true&checkLive=true&coreNodeName=127.0.0.1:54270_bu_collection1&action=PREPRECOVERY&core=collection1&wt=javabin} status=0 QTime=1002 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.157; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60270_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.160; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:60270_bu [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.164; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.164; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.164; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.166; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.165; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.165; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.168; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.167; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.170; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.169; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.169; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.176; org.apache.solr.core.CoreContainer; Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.177; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.178; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.179; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.182; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/collection1/' [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.183; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.183; org.apache.solr.core.SolrResourceLoader; Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.227; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.258; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.261; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.266; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.576; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.581; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.584; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.609; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.613; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.618; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:59.620; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:59.621; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.621; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:45:59.624; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:45:59.624; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.625; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.626; org.apache.solr.core.SolrCore; [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1367178357991/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/ [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.626; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.627; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.627; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.628; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:45:59.628; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.628; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.630; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3ca9cc51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74a498cd),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.630; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.632; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.632; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.633; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.633; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.634; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.634; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.634; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.635; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.635; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.637; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.639; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5d40325 main [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.640; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.640; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.640; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.647; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5d40325 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.652; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:45:59.652; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.358; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.360; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:60270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:60270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.360; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.361; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.370; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.654; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.655; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:60270/bu collection:collection1 shard:shard2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.661; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:60270/bu/collection1/ and leader is http://127.0.0.1:40968/bu/collection1/ [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.662; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60270/bu [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.662; org.apache.solr.cloud.ZkController; Core needs to recover:collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.663; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.664; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.665; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[] [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.665; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.665; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.666; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.668; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.669; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.668; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.670; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.681; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.683; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:60270_bu_collection1, state: recovering, checkLive: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.684; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.694; org.apache.solr.core.CoreContainer; Creating SolrCore 'onenodecollectioncore' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/onenodecollectioncore [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.694; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.696; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.697; org.apache.solr.cloud.ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.700; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.700; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.706; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.709; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/onenodecollectioncore/' [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.767; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.802; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.805; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.809; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.998; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:41076/bu/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.998; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:54270/bu START replicas=[http://127.0.0.1:41076/bu/collection1/] nUpdates=100 [junit4:junit4] 1> WARN - 2013-04-28 19:46:00.999; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-28 19:46:00.999; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.000; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.000; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.000; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.000; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:41076/bu/collection1/. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.001; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.004; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/get params={getVersions=100&version=2&distrib=false&qt=/get&wt=javabin} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.006; 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-28 19:46:01.009; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4633db10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408cd3b0),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.010; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.012; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4633db10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408cd3b0),segFN=segments_1,generation=1} [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4633db10 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408cd3b0),segFN=segments_2,generation=2} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.012; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.013; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@38a27584 realtime [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.014; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.015; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/bu path=/update params={commit=true&version=2&waitSearcher=true&openSearcher=false&softCommit=false&wt=javabin&commit_end_point=true} {commit=} 0 9 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.016; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.017; org.apache.solr.handler.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.036; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.037; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=9 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.039; org.apache.solr.handler.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.039; org.apache.solr.handler.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.040; org.apache.solr.handler.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.045; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={generation=2&command=filelist&version=2&qt=/replication&wt=javabin} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.047; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.049; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index.20130428214601047 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.049; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@5d4bc84b lockFactory=org.apache.lucene.store.NativeFSLockFactory@9ee1399) fullCopy=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.053; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={checksum=true&file=segments_2&generation=2&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.055; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.058; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.058; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.061; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2eb441fd lockFactory=org.apache.lucene.store.NativeFSLockFactory@ebee98f),segFN=segments_1,generation=1} [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2eb441fd lockFactory=org.apache.lucene.store.NativeFSLockFactory@ebee98f),segFN=segments_2,generation=2} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.063; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.063; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.064; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@681762ab main [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.067; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@681762ab main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.068; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index.20130428214601047 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.068; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index.20130428214601047 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.069; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty3/index.20130428214601047 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.069; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.069; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.070; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.070; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.072; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.157; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.169; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.171; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.198; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.205; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.211; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:46:01.214; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:46:01.215; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.216; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-28 19:46:01.219; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-28 19:46:01.220; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.221; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.222; org.apache.solr.core.SolrCore; [onenodecollectioncore] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1367178345214/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection/ [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.224; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6fb48916 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.226; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.227; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.228; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection/index/ [junit4:junit4] 1> WARN - 2013-04-28 19:46:01.230; org.apache.solr.core.SolrCore; [onenodecollectioncore] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.231; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection/index [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.235; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d093597 lockFactory=org.apache.lucene.store.NativeFSLockFactory@421f675b),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.236; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.240; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.241; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.243; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.244; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.244; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.245; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.245; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.246; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.246; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.249; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.251; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@3c399031 main [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.252; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection/tlog [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.252; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.253; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.258; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@3c399031 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.262; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.878; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.880; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "core_node_name":"127.0.0.1:60270_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "node_name":"127.0.0.1:60270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:60270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.885; 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:54270_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:54270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:54270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.892; 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> "shard_state":"active", [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"onenodecollectioncore"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.893; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.893; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:01.901; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.265; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.266; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:41076/bu collection:onenodecollection shard:shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.268; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.283; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.289; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.290; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.290; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41076/bu/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.291; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.292; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41076/bu/onenodecollectioncore/ has no replicas [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.292; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41076/bu/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.293; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.685; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:60270_bu_collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 2 seconds. [junit4:junit4] 1> INFO - 2013-04-28 19:46:02.686; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:60270_bu&version=2&state=recovering&onlyIfLeader=true&checkLive=true&coreNodeName=127.0.0.1:60270_bu_collection1&action=PREPRECOVERY&core=collection1&wt=javabin} status=0 QTime=2003 [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.416; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.432; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.433; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.433; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.433; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.433; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.432; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.464; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41076/bu/onenodecollectioncore/ and leader is http://127.0.0.1:41076/bu/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.464; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:41076/bu [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.465; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.465; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.469; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.471; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={collection=onenodecollection&numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1367178341676/onenodecollection&version=2&action=CREATE&roles=none&name=onenodecollectioncore&wt=javabin} status=0 QTime=2778 [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.472; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230 [junit4:junit4] 1> INFO - 2013-04-28 19:46:03.474; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.478; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.688; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:40968/bu/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.688; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:60270/bu START replicas=[http://127.0.0.1:40968/bu/collection1/] nUpdates=100 [junit4:junit4] 1> WARN - 2013-04-28 19:46:04.689; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.689; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.690; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.690; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.691; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.691; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:40968/bu/collection1/. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.692; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.699; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/get params={getVersions=100&version=2&distrib=false&qt=/get&wt=javabin} status=0 QTime=1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.701; 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-28 19:46:04.704; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@50571a15 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e8aba2),segFN=segments_1,generation=1} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.705; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.707; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits: num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@50571a15 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e8aba2),segFN=segments_1,generation=1} [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@50571a15 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12e8aba2),segFN=segments_2,generation=2} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.708; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.708; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@a477de8 realtime [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.709; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.710; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp=/bu path=/update params={commit=true&version=2&waitSearcher=true&openSearcher=false&softCommit=false&wt=javabin&commit_end_point=true} {commit=} 0 9 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.712; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.712; org.apache.solr.handler.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.715; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.716; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={command=indexversion&version=2&qt=/replication&wt=javabin} status=0 QTime=2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.717; org.apache.solr.handler.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.718; org.apache.solr.handler.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.718; org.apache.solr.handler.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.722; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={generation=2&command=filelist&version=2&qt=/replication&wt=javabin} status=0 QTime=1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.723; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.725; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index.20130428214604724 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.726; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@4dac3fd4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b54507c) fullCopy=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.729; org.apache.solr.core.SolrCore; [collection1] webapp=/bu path=/replication params={checksum=true&file=segments_2&generation=2&command=filecontent&qt=/replication&wt=filestream} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.732; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.733; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.734; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.736; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits: num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3ca9cc51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74a498cd),segFN=segments_1,generation=1} [junit4:junit4] 1> commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3ca9cc51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@74a498cd),segFN=segments_2,generation=2} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.737; org.apache.solr.core.SolrDeletionPolicy; newest commit generation = 2 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.738; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.738; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@dbc9b8a main [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.740; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@dbc9b8a main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.741; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index.20130428214604724 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.742; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index.20130428214604724 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.742; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/jetty4/index.20130428214604724 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.743; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.743; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.744; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.744; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.746; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.945; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.946; 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:41076_bu_onenodecollectioncore", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"onenodecollectioncore"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.951; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "core_node_name":"127.0.0.1:60270_bu_collection1", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:60270_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:60270/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:04.956; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.481; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.482; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: onenodecollection [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.483; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.504; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.506; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@6bba66cf name:ZooKeeperConnection Watcher:127.0.0.1:52148 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.506; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> / (2) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> /solr (7) [junit4:junit4] 1> /solr/configs (1) [junit4:junit4] 1> /solr/configs/conf1 (9) [junit4:junit4] 1> /solr/configs/conf1/currency.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/protwords.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/synonyms.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/old_synonyms.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/open-exchange-rates.json (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "disclaimer": "This data is not real, it was synthetically created to match currency.xml. It is modeled after the data format available from openexchangerates.org. See https://openexchangerates.org/documentation for details", [junit4:junit4] 1> "license": "http://www.apache.org/licenses/LICENSE-2.0", [junit4:junit4] 1> "timestamp": 1332070464, [junit4:junit4] 1> [junit4:junit4] 1> [junit4:junit4] 1> "IMPORTANT NOTE": "In order for tests to work, this data must be kept in sync with ./currency.xml", [junit4:junit4] 1> [junit4:junit4] 1> [junit4:junit4] 1> "base": "USD", [junit4:junit4] 1> "rates": { [junit4:junit4] 1> "USD": 1, [junit4:junit4] 1> "JPY": 81.29, [junit4:junit4] 1> "EUR": 2.5, [junit4:junit4] 1> "GBP": 0.5, [junit4:junit4] 1> "MXN": 2.0 [junit4:junit4] 1> } [junit4:junit4] 1> } [junit4:junit4] 1> [junit4:junit4] 1> /solr/configs/conf1/stopwords.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/solrconfig.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/schema.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/aliases.json (0) [junit4:junit4] 1> /solr/clusterstate.json (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "collection1":{ [junit4:junit4] 1> "shards":{ [junit4:junit4] 1> "shard1":{ [junit4:junit4] 1> "range":"80000000-ffffffff", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "replicas":{ [junit4:junit4] 1> "127.0.0.1:41076_bu_collection1":{ [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "leader":"true"}, [junit4:junit4] 1> "127.0.0.1:54270_bu_collection1":{ [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:54270_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:54270/bu", [junit4:junit4] 1> "core":"collection1"}}}, [junit4:junit4] 1> "shard2":{ [junit4:junit4] 1> "range":"0-7fffffff", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "replicas":{ [junit4:junit4] 1> "127.0.0.1:40968_bu_collection1":{ [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:40968_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:40968/bu", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "leader":"true"}, [junit4:junit4] 1> "127.0.0.1:60270_bu_collection1":{ [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:60270_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:60270/bu", [junit4:junit4] 1> "core":"collection1"}}}}, [junit4:junit4] 1> "router":"compositeId"}, [junit4:junit4] 1> "control_collection":{ [junit4:junit4] 1> "shards":{"shard1":{ [junit4:junit4] 1> "range":"80000000-7fffffff", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "replicas":{"127.0.0.1:41415_bu_collection1":{ [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41415_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41415/bu", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "leader":"true"}}}}, [junit4:junit4] 1> "router":"compositeId"}, [junit4:junit4] 1> "onenodecollection":{ [junit4:junit4] 1> "shards":{"shard1":{ [junit4:junit4] 1> "range":"80000000-7fffffff", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "replicas":{"127.0.0.1:41076_bu_onenodecollectioncore":{ [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"onenodecollectioncore", [junit4:junit4] 1> "leader":"true"}}}}, [junit4:junit4] 1> "router":"compositeId"}} [junit4:junit4] 1> /solr/overseer (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> /solr/overseer/queue-work (0) [junit4:junit4] 1> /solr/overseer/queue (0) [junit4:junit4] 1> /solr/overseer/collection-queue-work (0) [junit4:junit4] 1> /solr/collections (3) [junit4:junit4] 1> /solr/collections/onenodecollection (2) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "router":"compositeId", [junit4:junit4] 1> "configName":"conf1"} [junit4:junit4] 1> /solr/collections/onenodecollection/leaders (1) [junit4:junit4] 1> /solr/collections/onenodecollection/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"onenodecollectioncore"} [junit4:junit4] 1> /solr/collections/onenodecollection/leader_elect (1) [junit4:junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1 (1) [junit4:junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1/election (1) [junit4:junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1/election/89599399800274950-127.0.0.1:41076_bu_onenodecollectioncore-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/collection1 (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"configName":"conf1"} [junit4:junit4] 1> /solr/collections/collection1/leaders (2) [junit4:junit4] 1> /solr/collections/collection1/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:41076_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41076/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> /solr/collections/collection1/leaders/shard2 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:40968_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:40968/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> /solr/collections/collection1/shards (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect (2) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1 (1) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election (2) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/89599399800274954-127.0.0.1:54270_bu_collection1-n_0000000001 (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/89599399800274950-127.0.0.1:41076_bu_collection1-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard2 (1) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard2/election (2) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard2/election/89599399800274952-127.0.0.1:40968_bu_collection1-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard2/election/89599399800274956-127.0.0.1:60270_bu_collection1-n_0000000001 (0) [junit4:junit4] 1> /solr/collections/control_collection (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"configName":"conf1"} [junit4:junit4] 1> /solr/collections/control_collection/leaders (1) [junit4:junit4] 1> /solr/collections/control_collection/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:41415_bu", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41415/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> /solr/collections/control_collection/shards (0) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1 (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1/election (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1/election/89599399800274947-127.0.0.1:41415_bu_collection1-n_0000000000 (0) [junit4:junit4] 1> /solr/live_nodes (5) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:41076_bu (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:41415_bu (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:54270_bu (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:40968_bu (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:60270_bu (0) [junit4:junit4] 1> /solr/overseer_elect (2) [junit4:junit4] 1> /solr/overseer_elect/election (5) [junit4:junit4] 1> /solr/overseer_elect/election/89599399800274954-127.0.0.1:54270_bu-n_0000000003 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89599399800274952-127.0.0.1:40968_bu-n_0000000002 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89599399800274947-127.0.0.1:41415_bu-n_0000000000 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89599399800274956-127.0.0.1:60270_bu-n_0000000004 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89599399800274950-127.0.0.1:41076_bu-n_0000000001 (0) [junit4:junit4] 1> /solr/overseer_elect/leader (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"id":"89599399800274947-127.0.0.1:41415_bu-n_0000000000"} [junit4:junit4] 1> /zookeeper (1) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.570; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 41415 [junit4:junit4] 1> INFO - 2013-04-28 19:46:05.571; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=969523250 [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.466; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.468; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={ [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:41415_bu_collection1", [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:41415_bu", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:41415/bu", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.477; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.477; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.478; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.477; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:06.477; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.573; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.574; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.576; org.apache.solr.core.SolrCore; [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@66ccff1 [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.583; 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-28 19:46:07.584; org.apache.solr.update.SolrCoreState; Closing SolrCoreState [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.584; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.585; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.586; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request. [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.587; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.587; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/index [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.588; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data/index [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.588; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.589; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1367178341675/control/data [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.590; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89599399800274947-127.0.0.1:41415_bu-n_0000000000) am no longer a leader. [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.592; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.592; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.592; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.592; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.593; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.594; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.595; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.595; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.596; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.598; org.apache.solr.cloud.Overseer; Overseer (id=89599399800274950-127.0.0.1:41076_bu-n_0000000001) starting [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.602; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.605; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.607; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-28 19:46:07.608; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "shard":"shard1" [...truncated too long message...] ive_adds=595,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.666; org.apache.solr.update.SolrCoreState; Closing SolrCoreState [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.666; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.667; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.668; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request. [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.669; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.669; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1367178508003/jetty4/index [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.669; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1367178508003/jetty4/index [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.670; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1367178508003/jetty4 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.670; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1367178508003/jetty4 [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.671; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89599410700681228-127.0.0.1:41684_-n_0000000004) am no longer a leader. [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.672; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0) [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.673; 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-28 19:51:11.693; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null} [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.753; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.755; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:53554 53554 [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.857; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@3246ba79 name:ZooKeeperConnection Watcher:127.0.0.1:53554/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.857; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.860; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 34544 [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.861; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.861; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:53554 53554 [junit4:junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyShardSplitTest-1367178508004 [junit4:junit4] 2> check const of shard1 [junit4:junit4] 2> client0 [junit4:junit4] 2> PROPS:127.0.0.1:40181__collection1:{"shard":"shard1","collection":"collection1","state":"down","node_name":"127.0.0.1:40181_","base_url":"http://127.0.0.1:40181","core":"collection1"} [junit4:junit4] 2> error contacting client: Server refused connection at: http://127.0.0.1:40181/collection1 [junit4:junit4] 2> [junit4:junit4] 2> client1 [junit4:junit4] 2> PROPS:127.0.0.1:41008__collection1:{"shard":"shard1","collection":"collection1","state":"active","node_name":"127.0.0.1:41008_","base_url":"http://127.0.0.1:41008","core":"collection1","leader":"true"} [junit4:junit4] 2> live:true [junit4:junit4] 2> num:63 [junit4:junit4] 2> [junit4:junit4] 2> check const of shard2 [junit4:junit4] 2> client0 [junit4:junit4] 2> PROPS:127.0.0.1:43327__collection1:{"shard":"shard2","collection":"collection1","state":"active","node_name":"127.0.0.1:43327_","base_url":"http://127.0.0.1:43327","core":"collection1","leader":"true"} [junit4:junit4] 2> live:true [junit4:junit4] 2> num:48 [junit4:junit4] 2> [junit4:junit4] 2> client1 [junit4:junit4] 2> PROPS:127.0.0.1:41684__collection1:{"shard":"shard2","collection":"collection1","state":"active","node_name":"127.0.0.1:41684_","base_url":"http://127.0.0.1:41684","core":"collection1"} [junit4:junit4] 2> live:true [junit4:junit4] 2> num:48 [junit4:junit4] 2> [junit4:junit4] 2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyShardSplitTest-1367178508003 FAILED !!!!! [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ChaosMonkeyShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=BB02DC21F84401A6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_CO -Dtests.timezone=Africa/Accra -Dtests.file.encoding=US-ASCII [junit4:junit4] FAILURE 164s J1 | ChaosMonkeyShardSplitTest.testDistribSearch <<< [junit4:junit4] > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_1 expected:<323> but was:<322> [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([BB02DC21F84401A6:3AE452398F1B619A]:0) [junit4:junit4] > at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:159) [junit4:junit4] > at org.apache.solr.cloud.ChaosMonkeyShardSplitTest.doTest(ChaosMonkeyShardSplitTest.java:154) [junit4:junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:815) [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) [junit4:junit4] 1> INFO - 2013-04-28 19:51:11.870; org.apache.solr.SolrTestCaseJ4; ###deleteCore [junit4:junit4] 2> 163877 T1106 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s). [junit4:junit4] 1> WARN - 2013-04-28 19:51:12.972; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 1> INFO - 2013-04-28 19:51:12.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 1> WARN - 2013-04-28 19:51:12.973; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=Lucene41WithOrds), range_facet_sl=PostingsFormat(name=MockSep), multiDefault=MockVariableIntBlock(baseBlockSize=83), _version_=PostingsFormat(name=Lucene41WithOrds), rnd_b=PostingsFormat(name=SimpleText), range_facet_si=MockVariableIntBlock(baseBlockSize=83), range_facet_l=PostingsFormat(name=Lucene41WithOrds), intDefault=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=SimpleText)}, docValues:{timestamp=DocValuesFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=es_CO, timezone=Africa/Accra [junit4:junit4] 2> NOTE: Linux 3.2.0-40-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=40247784,total=144883712 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, SolrTestCaseJ4Test, CopyFieldTest, FullSolrCloudDistribCmdsTest, TestQueryTypes, DefaultValueUpdateProcessorTest, RequiredFieldsTest, BasicDistributedZk2Test, TestIndexingPerformance, TestRangeQuery, TestFoldingMultitermQuery, TestLazyCores, TestFieldCollectionResource, TestBinaryResponseWriter, TestSolrQueryParserDefaultOperatorResource, TestSolrXml, SolrCmdDistributorTest, ChaosMonkeySafeLeaderTest, SpellCheckCollatorTest, FieldAnalysisRequestHandlerTest, TestDefaultSimilarityFactory, ShardRoutingCustomTest, TestSystemIdResolver, NumericFieldsTest, ChaosMonkeyShardSplitTest] [junit4:junit4] Completed on J1 in 165.16s, 1 test, 1 failure <<< FAILURES! [...truncated 690 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:378: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:358: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:437: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1240: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:884: There were test failures: 293 suites, 1219 tests, 1 error, 1 failure, 13 ignored (7 assumptions) Total time: 36 minutes 49 seconds Build step 'Invoke Ant' marked build as failure Description set: Java: 64bit/jdk1.8.0-ea-b86 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_154_1428367224.1367179430279 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_154_1428367224.1367179430279--