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 87E21F312 for ; Sat, 13 Apr 2013 03:11:24 +0000 (UTC) Received: (qmail 78187 invoked by uid 500); 13 Apr 2013 03:11:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 77844 invoked by uid 500); 13 Apr 2013 03:11:21 -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 77797 invoked by uid 99); 13 Apr 2013 03:11:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Apr 2013 03:11:20 +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; Sat, 13 Apr 2013 03:11:11 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id 206AF14AA04B for ; Sat, 13 Apr 2013 03:10:39 +0000 (UTC) Date: Sat, 13 Apr 2013 03:10:22 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <659790398.75.1365822639103.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b84) - Build # 5137 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_74_1454922626.1365822622306" X-Jenkins-Job: Lucene-Solr-trunk-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_74_1454922626.1365822622306 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5137/ Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseG1GC 2 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch Error Message: Server at http://127.0.0.1:51328/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update Stack Trace: org.apache.solr.common.SolrException: Server at http://127.0.0.1:51328/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update at __randomizedtesting.SeedInfo.seed([C815F3D0996353A8:49F37DC8EE3C3394]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197) at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:487) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) REGRESSION: org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch Error Message: Still found shard2 in collection test_unload_shard_and_collection Stack Trace: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection at __randomizedtesting.SeedInfo.seed([C815F3D0996353A8:49F37DC8EE3C3394]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127) at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:487) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) Build Log: [...truncated 8911 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.011; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: / [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.022; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.026; 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-13 02:50:03.030; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.130; org.apache.solr.cloud.ZkTestServer; start zk server on port:52368 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.210; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.312; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@dde955 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.313; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.315; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.352; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.354; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@15ec41b name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.355; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.361; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.367; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.372; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.376; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.382; 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-13 02:50:03.393; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.401; 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-13 02:50:03.405; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.411; 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-13 02:50:03.412; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.417; 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-13 02:50:03.418; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.422; 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-13 02:50:03.423; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.428; 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-13 02:50:03.428; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.432; 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-13 02:50:03.433; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.437; 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-13 02:50:03.437; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.441; 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-13 02:50:03.442; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.552; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.562; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:41648 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.568; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.569; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.570; 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-1365821403448 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.571; 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-1365821403448/solr.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.572; org.apache.solr.core.CoreContainer; New CoreContainer 22934024 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.573; 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-1365821403448/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.573; 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-1365821403448/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.627; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.628; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.629; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.630; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.631; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.632; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.632; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.633; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.634; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.635; 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-13 02:50:03.725; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.739; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52368/solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.749; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.751; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.753; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1fa36aa name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.754; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.757; 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-13 02:50:03.767; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.768; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1dd9d7c name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.768; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.773; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.791; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.801; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.804; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41648_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.808; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:41648_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.813; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.828; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.832; org.apache.solr.cloud.Overseer; Overseer (id=89510471475462147-127.0.0.1:41648_-n_0000000000) starting [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.845; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.858; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.866; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.877; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.880; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.890; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.914; 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-1365821403448/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.915; org.apache.solr.cloud.ZkController; Check for collection zkNode:control_collection [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.916; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.917; org.apache.solr.cloud.ZkController; Load collection config from:/collections/control_collection [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.919; 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-1365821403448/collection1/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.920; 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-1365821403448/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.920; 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-1365821403448/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:03.961; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.019; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.022; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.057; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.664; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.680; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.685; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.721; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.727; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.741; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:04.743; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:04.744; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.744; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:04.746; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:04.747; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.747; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.748; 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-1365821403448/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.750; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.752; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.753; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.753; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:04.754; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.754; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.759; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1d4d0ef lockFactory=org.apache.lucene.store.NativeFSLockFactory@1fe22c5)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.759; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.778; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.779; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.781; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.782; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.782; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.783; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.783; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.784; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.785; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.791; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.794; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@7f1211 main [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.798; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.803; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.804; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.809; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@7f1211 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.813; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:04.813; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.416; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.417; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={ [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41648_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41648", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.418; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection control_collection with numShards 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.428; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.443; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.815; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.816; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:41648 collection:control_collection shard:shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.820; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.827; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.838; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.843; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.843; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.845; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:41648/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.845; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.846; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:41648/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.846; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:41648/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:05.846; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:06.949; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:06.960; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.010; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:41648/collection1/ and leader is http://127.0.0.1:41648/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.012; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41648 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.012; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.013; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.013; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.016; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.017; 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-13 02:50:07.018; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.033; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.039; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config: [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.041; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.043; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@b1263e name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.043; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.045; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.050; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.119; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.121; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:37778 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.122; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.122; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.123; 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-1365821407050 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.124; 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-1365821407050/solr.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.124; org.apache.solr.core.CoreContainer; New CoreContainer 30613508 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.125; 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-1365821407050/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.125; 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-1365821407050/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.150; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.151; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.152; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.152; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.153; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.153; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.154; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.154; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.154; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.155; 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-13 02:50:07.163; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.175; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52368/solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.176; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.177; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.178; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ad4cee name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.179; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.181; 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-13 02:50:07.185; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.187; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c0a57f name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.187; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:07.192; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.196; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37778_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.198; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:37778_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.202; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.203; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.203; 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-13 02:50:08.203; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.211; 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-1365821407050/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.211; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.212; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.213; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.215; 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-1365821407050/collection1/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.216; 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-1365821407050/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.216; 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-1365821407050/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.255; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.293; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.295; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.315; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.468; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.469; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={ [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "core_node_name":"127.0.0.1:41648__collection1", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41648_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41648", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.474; org.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-13 02:50:08.474; org.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-13 02:50:08.474; org.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-13 02:50:08.817; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.829; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.832; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.870; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.876; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.882; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:08.885; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:08.885; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.886; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:08.888; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:08.888; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.889; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.889; 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-1365821407050/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.890; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.891; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.892; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.893; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:08.893; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.894; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.897; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@aa4d51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12d384d)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.897; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.901; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.902; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.903; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.905; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.906; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.907; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.908; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.909; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.910; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.914; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.918; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1c7d990 main [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.919; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty1/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.920; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.920; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.929; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1c7d990 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.932; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:08.933; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:09.983; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:09.984; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:09.985; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection collection1 with numShards 2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:09.986; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.003; org.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-13 02:50:10.003; org.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-13 02:50:10.003; org.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-13 02:50:10.934; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.935; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:37778 collection:collection1 shard:shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.936; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.946; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.950; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.950; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.950; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:37778/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.951; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.951; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:37778/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.952; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:37778/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:10.952; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.510; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.525; org.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-13 02:50:11.525; org.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-13 02:50:11.525; org.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-13 02:50:11.562; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:37778/collection1/ and leader is http://127.0.0.1:37778/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.562; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37778 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.563; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.563; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.564; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.566; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.567; 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-13 02:50:11.568; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.569; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.643; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.646; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:51328 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.647; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.647; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.648; 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-1365821411573 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.648; 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-1365821411573/solr.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.649; org.apache.solr.core.CoreContainer; New CoreContainer 2021197 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.650; 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-1365821411573/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.650; 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-1365821411573/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.673; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.674; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.674; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.675; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.675; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.676; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.676; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.677; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.677; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.678; 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-13 02:50:11.686; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.707; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52368/solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.707; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.708; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.710; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1e0ca4a name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.711; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.713; 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-13 02:50:11.718; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.719; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2f8dfb name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.720; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:11.725; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.729; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51328_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.731; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:51328_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.734; 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-13 02:50:12.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.735; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.736; 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-13 02:50:12.735; 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-13 02:50:12.738; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.746; 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-1365821411573/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.746; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.747; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.747; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.749; 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-1365821411573/collection1/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.750; 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-1365821411573/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.750; 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-1365821411573/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.783; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.820; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.830; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:12.847; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.033; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.034; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:37778__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.040; org.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-13 02:50:13.040; org.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-13 02:50:13.040; org.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-13 02:50:13.040; org.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-13 02:50:13.274; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.284; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.287; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.311; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.316; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.320; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:13.321; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:13.322; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.322; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:13.324; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:13.324; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.324; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.325; 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-1365821411573/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.325; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.326; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.326; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.327; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:13.327; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.328; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.329; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d88fbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@47840f)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.330; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.332; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.333; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.333; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.334; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.335; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.335; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.336; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.337; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.337; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.340; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.343; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5f1db main [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.343; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty2/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.344; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.344; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.352; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@5f1db main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.356; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:13.357; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:14.546; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:14.547; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:51328_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:51328", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:14.548; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:14.548; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:14.557; org.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-13 02:50:14.557; org.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-13 02:50:14.558; org.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-13 02:50:14.558; org.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-13 02:50:15.359; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.359; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:51328 collection:collection1 shard:shard2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.360; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leader_elect/shard2/election [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.368; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.372; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.372; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.372; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:51328/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.373; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.373; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:51328/collection1/ has no replicas [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.373; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:51328/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:15.374; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/leaders/shard2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.066; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.078; org.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-13 02:50:16.078; org.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-13 02:50:16.078; org.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-13 02:50:16.078; org.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-13 02:50:16.083; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:51328/collection1/ and leader is http://127.0.0.1:51328/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.084; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51328 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.084; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.085; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.085; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.088; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.089; 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-13 02:50:16.090; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.090; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.157; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.160; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:52378 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.161; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.161; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.162; 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-1365821416094 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.162; 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-1365821416094/solr.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.163; org.apache.solr.core.CoreContainer; New CoreContainer 24917577 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.163; 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-1365821416094/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.164; 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-1365821416094/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.185; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.186; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.187; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.187; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.187; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.188; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.188; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.189; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.189; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.190; 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-13 02:50:16.197; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.217; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52368/solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.218; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.219; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.221; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@15768e3 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.221; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.223; 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-13 02:50:16.227; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.229; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@83dd11 name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.229; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:16.234; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.238; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52378_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.240; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52378_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.244; 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-13 02:50:17.244; 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-13 02:50:17.244; 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-13 02:50:17.245; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.246; 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-13 02:50:17.246; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.248; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.254; 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-1365821416094/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.254; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.255; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.256; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.257; 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-1365821416094/collection1/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.258; 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-1365821416094/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.258; 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-1365821416094/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.288; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.334; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.336; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.353; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.586; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.587; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:51328__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:51328_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:51328", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.593; org.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-13 02:50:17.593; org.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-13 02:50:17.593; org.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-13 02:50:17.593; org.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-13 02:50:17.593; org.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-13 02:50:17.788; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.798; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.801; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.825; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.830; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.834; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:17.836; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:17.836; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.836; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:17.838; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:17.838; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.839; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.839; 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-1365821416094/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.839; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.840; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.841; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.841; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:17.841; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.842; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.843; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@103b161 lockFactory=org.apache.lucene.store.NativeFSLockFactory@34602a)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.844; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.847; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.847; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.848; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.849; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.850; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.850; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.850; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.851; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.852; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.854; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.857; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@68d175 main [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.857; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.858; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.858; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.867; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@68d175 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.872; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:17.872; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.100; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.102; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:52378_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52378", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.102; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.102; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.111; org.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-13 02:50:19.112; org.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-13 02:50:19.112; org.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-13 02:50:19.111; org.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-13 02:50:19.111; org.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-13 02:50:19.874; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.875; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:52378 collection:collection1 shard:shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.880; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:52378/collection1/ and leader is http://127.0.0.1:37778/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.880; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52378 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.880; org.apache.solr.cloud.ZkController; Core needs to recover:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.881; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.884; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.885; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[] [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.885; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.885; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.886; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.887; 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-13 02:50:19.887; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.887; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.888; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.959; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.961; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:45972 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.962; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.962; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.963; 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-1365821419893 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.963; 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-1365821419893/solr.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.964; org.apache.solr.core.CoreContainer; New CoreContainer 24473904 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.964; 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-1365821419893/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.965; 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-1365821419893/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.989; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.990; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.991; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.991; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.992; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.992; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.993; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-13 02:50:19.993; 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-13 02:50:20.002; org.apache.solr.core.CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.014; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:52368/solr [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.015; org.apache.solr.cloud.ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.015; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.017; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@9a8d23 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.018; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.020; 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-13 02:50:20.024; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.025; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@c8eceb name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.026; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.030; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.147; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:52378__collection1, state: recovering, checkLive: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.619; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.621; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:52378__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:52378_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52378", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:20.634; org.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-13 02:50:20.634; org.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-13 02:50:20.635; org.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-13 02:50:20.635; org.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-13 02:50:20.634; org.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-13 02:50:20.634; org.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-13 02:50:21.035; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45972_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.036; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:45972_ [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.039; 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-13 02:50:21.039; 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-13 02:50:21.040; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.041; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.040; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.041; 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-13 02:50:21.040; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.041; 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-13 02:50:21.042; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.041; 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-13 02:50:21.042; 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-13 02:50:21.044; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.061; 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-1365821419893/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.062; org.apache.solr.cloud.ZkController; Check for collection zkNode:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.063; org.apache.solr.cloud.ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.063; org.apache.solr.cloud.ZkController; Load collection config from:/collections/collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.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-1365821419893/collection1/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.065; 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-1365821419893/collection1/lib/README' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.066; 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-1365821419893/collection1/lib/classes/' to classloader [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.104; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.148; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:52378__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.149; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&wt=javabin&onlyIfLeader=true&state=recovering&checkLive=true&action=PREPRECOVERY&core=collection1&coreNodeName=127.0.0.1:52378__collection1&nodeName=127.0.0.1:52378_} status=0 QTime=1003 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.157; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.159; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.179; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.689; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.697; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.700; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.728; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.734; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.739; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:21.741; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:21.742; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.743; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:21.744; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:21.745; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.745; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.745; 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-1365821419893/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.746; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.747; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.747; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.747; org.apache.solr.core.SolrCore; New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:21.748; org.apache.solr.core.SolrCore; [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.748; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.751; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@14bca7a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a1c8a)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.751; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.753; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.754; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.755; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.755; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.756; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.756; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.757; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.758; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.758; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.761; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.767; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1fc6159 main [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.768; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.769; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.769; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.776; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@1fc6159 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.780; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:21.781; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.143; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.144; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:45972_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:45972", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.145; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.145; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.149; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.150; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.783; org.apache.solr.core.CoreContainer; registering core: collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.784; org.apache.solr.cloud.ZkController; Register replica - core:collection1 address:http://127.0.0.1:45972 collection:collection1 shard:shard2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.792; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:45972/collection1/ and leader is http://127.0.0.1:51328/collection1/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.793; org.apache.solr.cloud.ZkController; No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45972 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.793; org.apache.solr.cloud.ZkController; Core needs to recover:collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.793; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.795; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.795; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.796; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[] [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.797; org.apache.solr.cloud.ZkController; publishing core=collection1 state=recovering [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.797; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.797; 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-13 02:50:22.799; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.799; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.799; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.812; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.818; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.822; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:45972__collection1, state: recovering, checkLive: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.832; 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-1365821407050/onenodecollectioncore [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.832; org.apache.solr.cloud.ZkController; Check for collection zkNode:onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.833; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.834; org.apache.solr.cloud.ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.835; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.836; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.839; org.apache.solr.cloud.ZkController; Load collection config from:/collections/onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.840; 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-1365821407050/onenodecollectioncore/' [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.885; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.938; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.940; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:22.952; org.apache.solr.schema.IndexSchema; Schema name=test [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.187; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:37778/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.190; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.196; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:52378 START replicas=[http://127.0.0.1:37778/collection1/] nUpdates=100 [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.199; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.200; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.200; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.200; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.201; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.201; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:37778/collection1/. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.202; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.230; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={version=2&wt=javabin&qt=/get&getVersions=100&distrib=false} status=0 QTime=3 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.238; 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-13 02:50:23.257; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@aa4d51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12d384d)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.258; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.259; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@aa4d51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12d384d)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@aa4d51 lockFactory=org.apache.lucene.store.NativeFSLockFactory@12d384d)),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.260; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.261; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@d461bd realtime [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.261; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.262; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={version=2&wt=javabin&waitSearcher=true&commit_end_point=true&openSearcher=false&softCommit=false&commit=true} {commit=} 0 30 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.304; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.312; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.321; org.apache.solr.handler.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.355; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.359; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&wt=javabin&qt=/replication&command=indexversion} status=0 QTime=34 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.361; org.apache.solr.handler.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.361; org.apache.solr.handler.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.362; org.apache.solr.handler.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.367; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&wt=javabin&generation=2&qt=/replication&command=filelist} status=0 QTime=2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.369; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.370; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index.20130413045023369 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.371; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@152545e lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ff4b35) fullCopy=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.379; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=filestream&checksum=true&generation=2&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.386; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.389; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.389; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.429; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@103b161 lockFactory=org.apache.lucene.store.NativeFSLockFactory@34602a)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@103b161 lockFactory=org.apache.lucene.store.NativeFSLockFactory@34602a)),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.430; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.431; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.431; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@183e8ed main [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.433; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@183e8ed main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.439; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index.20130413045023369 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.440; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index.20130413045023369 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.440; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty3/index.20130413045023369 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.440; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.441; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.441; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.442; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.443; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.657; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.658; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:45972__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:45972_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:45972", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.663; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:52378__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:52378_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52378", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.675; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.675; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.676; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.676; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.675; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.675; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.725; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.738; org.apache.solr.schema.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.743; org.apache.solr.schema.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.780; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.788; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.795; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.797; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.798; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.798; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.800; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.801; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.801; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.802; 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-1365821407050/onenodecollectioncore/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365821403023/onenodecollection/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.802; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@60046 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.803; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.804; 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-1365821403023/onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.804; 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-1365821403023/onenodecollection/index/ [junit4:junit4] 1> WARN - 2013-04-13 02:50:23.805; 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-1365821403023/onenodecollection/index' doesn't exist. Creating new index... [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.806; 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-1365821403023/onenodecollection/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.809; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1287fdc lockFactory=org.apache.lucene.store.NativeFSLockFactory@da8a69)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.810; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.813; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.814; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.815; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.817; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.818; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.818; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.819; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.820; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.821; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.823; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:45972__collection1, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds. [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.824; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&wt=javabin&onlyIfLeader=true&state=recovering&checkLive=true&action=PREPRECOVERY&core=collection1&coreNodeName=127.0.0.1:45972__collection1&nodeName=127.0.0.1:45972_} status=0 QTime=1002 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.825; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60 [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.829; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@14dcda2 main [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.830; 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-1365821403023/onenodecollection/tlog [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.831; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.832; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.838; org.apache.solr.core.SolrCore; [onenodecollectioncore] Registered new searcher Searcher@14dcda2 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:23.842; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.187; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.189; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={ [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"onenodecollectioncore", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "shard":null, [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.189; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection onenodecollection with numShards 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.189; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.194; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.194; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.195; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.194; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.194; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.194; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.825; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:51328/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.825; org.apache.solr.update.PeerSync; PeerSync: core=collection1 url=http://127.0.0.1:45972 START replicas=[http://127.0.0.1:51328/collection1/] nUpdates=100 [junit4:junit4] 1> WARN - 2013-04-13 02:50:25.826; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.826; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.827; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.827; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.827; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.828; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:51328/collection1/. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.828; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.832; org.apache.solr.core.SolrCore; [collection1] webapp= path=/get params={version=2&wt=javabin&qt=/get&getVersions=100&distrib=false} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.834; 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-13 02:50:25.836; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d88fbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@47840f)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.837; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.838; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d88fbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@47840f)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d88fbd lockFactory=org.apache.lucene.store.NativeFSLockFactory@47840f)),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.838; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.839; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@5d3aa4 realtime [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.839; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.840; org.apache.solr.update.processor.LogUpdateProcessor; [collection1] webapp= path=/update params={version=2&wt=javabin&waitSearcher=true&commit_end_point=true&openSearcher=false&softCommit=false&commit=true} {commit=} 0 6 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.841; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.842; org.apache.solr.handler.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.844; org.apache.solr.core.CoreContainer; registering core: onenodecollectioncore [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.845; org.apache.solr.cloud.ZkController; Register replica - core:onenodecollectioncore address:http://127.0.0.1:37778 collection:onenodecollection shard:shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.845; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.846; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&wt=javabin&qt=/replication&command=indexversion} status=0 QTime=1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.846; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leader_elect/shard1/election [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.847; org.apache.solr.handler.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.848; org.apache.solr.handler.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.848; org.apache.solr.handler.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.852; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={version=2&wt=javabin&generation=2&qt=/replication&command=filelist} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.854; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.855; org.apache.solr.core.CachingDirectoryFactory; return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index.20130413045025854 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.855; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@7f7b77 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1281170) fullCopy=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.855; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.859; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.859; org.apache.solr.core.SolrCore; [collection1] webapp= path=/replication params={wt=filestream&checksum=true&generation=2&qt=/replication&file=segments_2&command=filecontent} status=0 QTime=0 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.859; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.860; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:37778/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.861; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.861; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:37778/onenodecollectioncore/ has no replicas [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.861; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.861; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:37778/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.862; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/onenodecollection/leaders/shard1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.863; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.863; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.865; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@14bca7a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a1c8a)),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 1> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@14bca7a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a1c8a)),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.866; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.866; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.867; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@15053fa main [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.869; org.apache.solr.core.SolrCore; [collection1] Registered new searcher Searcher@15053fa main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.870; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index.20130413045025854 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.871; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index.20130413045025854 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.871; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/jetty4/index.20130413045025854 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.871; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.872; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.872; org.apache.solr.cloud.ZkController; publishing core=collection1 state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.873; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:25.874; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=collection1 [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.710; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.718; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:45972__collection1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:45972_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:45972", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.723; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.723; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.724; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.723; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.723; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.723; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.775; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:37778/onenodecollectioncore/ and leader is http://127.0.0.1:37778/onenodecollectioncore/ [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.776; org.apache.solr.cloud.ZkController; No LogReplay needed for core=onenodecollectioncore baseURL=http://127.0.0.1:37778 [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.776; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.777; org.apache.solr.cloud.ZkController; publishing core=onenodecollectioncore state=active [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.779; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.780; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={version=2&wt=javabin&collection=onenodecollection&numShards=1&name=onenodecollectioncore&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1365821403023/onenodecollection&roles=none} status=0 QTime=3949 [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.782; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: onenodecollection failOnTimeout:true timeout (sec):230 [junit4:junit4] 1> INFO - 2013-04-13 02:50:26.783; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:27.785; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.234; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.235; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={ [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "core_node_name":"127.0.0.1:37778__onenodecollectioncore", [junit4:junit4] 1> "numShards":"1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"onenodecollectioncore", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.240; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.241; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.788; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.789; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: onenodecollection [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.789; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.805; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.806; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1e67b17 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.807; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> / (2) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> /zookeeper (1) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> /solr (7) [junit4:junit4] 1> /solr/aliases.json (0) [junit4:junit4] 1> /solr/configs (1) [junit4:junit4] 1> /solr/configs/conf1 (9) [junit4:junit4] 1> /solr/configs/conf1/schema.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/synonyms.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/stopwords.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/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/protwords.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/currency.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/solrconfig.xml (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/configs/conf1/old_synonyms.txt (0) [junit4:junit4] 1> DATA: ...supressed... [junit4:junit4] 1> /solr/overseer (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> [junit4:junit4] 1> /solr/overseer/queue-work (0) [junit4:junit4] 1> /solr/overseer/collection-queue-work (0) [junit4:junit4] 1> /solr/overseer/queue (0) [junit4:junit4] 1> /solr/live_nodes (5) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:45972_ (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:41648_ (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:51328_ (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:37778_ (0) [junit4:junit4] 1> /solr/live_nodes/127.0.0.1:52378_ (0) [junit4:junit4] 1> /solr/collections (3) [junit4:junit4] 1> /solr/collections/control_collection (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"configName":"conf1"} [junit4:junit4] 1> /solr/collections/control_collection/leader_elect (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1 (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1/election (1) [junit4:junit4] 1> /solr/collections/control_collection/leader_elect/shard1/election/89510471475462147-127.0.0.1:41648__collection1-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/control_collection/shards (0) [junit4:junit4] 1> /solr/collections/control_collection/leaders (1) [junit4:junit4] 1> /solr/collections/control_collection/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:41648_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41648", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> /solr/collections/onenodecollection (2) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "configName":"conf1", [junit4:junit4] 1> "router":"compositeId"} [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/89510471475462150-127.0.0.1:37778__onenodecollectioncore-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/onenodecollection/leaders (1) [junit4:junit4] 1> /solr/collections/onenodecollection/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"onenodecollectioncore"} [junit4:junit4] 1> /solr/collections/collection1 (3) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"configName":"conf1"} [junit4:junit4] 1> /solr/collections/collection1/leader_elect (2) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1 (1) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election (2) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/89510471475462154-127.0.0.1:52378__collection1-n_0000000001 (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard1/election/89510471475462150-127.0.0.1:37778__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/89510471475462152-127.0.0.1:51328__collection1-n_0000000000 (0) [junit4:junit4] 1> /solr/collections/collection1/leader_elect/shard2/election/89510471475462156-127.0.0.1:45972__collection1-n_0000000001 (0) [junit4:junit4] 1> /solr/collections/collection1/shards (0) [junit4:junit4] 1> /solr/collections/collection1/leaders (2) [junit4:junit4] 1> /solr/collections/collection1/leaders/shard1 (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [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:51328_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:51328", [junit4:junit4] 1> "core":"collection1"} [junit4:junit4] 1> /solr/overseer_elect (2) [junit4:junit4] 1> /solr/overseer_elect/leader (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> {"id":"89510471475462147-127.0.0.1:41648_-n_0000000000"} [junit4:junit4] 1> /solr/overseer_elect/election (5) [junit4:junit4] 1> /solr/overseer_elect/election/89510471475462147-127.0.0.1:41648_-n_0000000000 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89510471475462150-127.0.0.1:37778_-n_0000000001 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89510471475462152-127.0.0.1:51328_-n_0000000002 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89510471475462156-127.0.0.1:45972_-n_0000000004 (0) [junit4:junit4] 1> /solr/overseer_elect/election/89510471475462154-127.0.0.1:52378_-n_0000000003 (0) [junit4:junit4] 1> /solr/clusterstate.json (0) [junit4:junit4] 1> DATA: [junit4:junit4] 1> { [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:37778__onenodecollectioncore":{ [junit4:junit4] 1> "collection":"onenodecollection", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"onenodecollectioncore", [junit4:junit4] 1> "roles":"none", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "leader":"true"}}}}, [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:41648__collection1":{ [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:41648_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41648", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "leader":"true"}}}}, [junit4:junit4] 1> "router":"compositeId"}, [junit4:junit4] 1> "collection1":{ [junit4:junit4] 1> "shards":{ [junit4:junit4] 1> "shard1":{ [junit4:junit4] 1> "range":"80000000-ffffffff", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "replicas":{ [junit4:junit4] 1> "127.0.0.1:37778__collection1":{ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:37778_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:37778", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "leader":"true"}, [junit4:junit4] 1> "127.0.0.1:52378__collection1":{ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:52378_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52378", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard":"shard1"}}}, [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:51328__collection1":{ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:51328_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:51328", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "leader":"true"}, [junit4:junit4] 1> "127.0.0.1:45972__collection1":{ [junit4:junit4] 1> "collection":"collection1", [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "node_name":"127.0.0.1:45972_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:45972", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "shard":"shard2"}}}}, [junit4:junit4] 1> "router":"compositeId"}} [junit4:junit4] 1> [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.869; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 41648 [junit4:junit4] 1> INFO - 2013-04-13 02:50:28.871; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=22934024 [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.748; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.749; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={ [junit4:junit4] 1> "collection":"control_collection", [junit4:junit4] 1> "core_node_name":"127.0.0.1:41648__collection1", [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "node_name":"127.0.0.1:41648_", [junit4:junit4] 1> "base_url":"http://127.0.0.1:41648", [junit4:junit4] 1> "core":"collection1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "operation":"state"} [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.758; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.758; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.758; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.758; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:29.759; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.873; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.873; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.876; org.apache.solr.core.SolrCore; [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@a9a4f8 [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.882; 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-13 02:50:30.883; org.apache.solr.update.SolrCoreState; Closing SolrCoreState [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.883; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.884; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.884; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request. [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.885; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.886; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.886; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.887; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/index [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.887; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1365821403022/control/data/index [junit4:junit4] 1> INFO - 2013-04-13 02:50:30.890; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89 [...truncated too long message...] urred - updating... (live nodes size: 1) [junit4:junit4] 1> INFO - 2013-04-13 02:52:21.883; org.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-13 02:52:21.886; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 33060 [junit4:junit4] 1> INFO - 2013-04-13 02:52:21.886; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=26611513 [junit4:junit4] 1> INFO - 2013-04-13 02:52:23.385; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... [junit4:junit4] 1> INFO - 2013-04-13 02:52:23.386; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=null message={ [junit4:junit4] 1> "core":"unloadcollection4", [junit4:junit4] 1> "node_name":"127.0.0.1:33060_fyjp", [junit4:junit4] 1> "collection":"unloadcollection", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "base_url":"http://127.0.0.1:33060/fyjp", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "core_node_name":"127.0.0.1:33060_fyjp_unloadcollection4", [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "state":"down"} [junit4:junit4] 1> INFO - 2013-04-13 02:52:23.430; org.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-13 02:52:23.430; org.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-13 02:52:24.888; org.apache.solr.cloud.ZkController; publishing core=unloadcollection4 state=down [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.889; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.891; org.apache.solr.core.SolrCore; [unloadcollection4] CLOSING SolrCore org.apache.solr.core.SolrCore@160f460 [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.906; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.907; org.apache.solr.update.SolrCoreState; Closing SolrCoreState [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.908; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.908; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.910; org.apache.solr.core.SolrCore; [unloadcollection4] Closing main searcher on request. [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.911; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.912; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365821395470/1365821426086unloadcollection_4n/index.20130413035040872 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.912; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365821395470/1365821426086unloadcollection_4n/index.20130413035040872 [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.913; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365821395470/1365821426086unloadcollection_4n [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.913; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365821395470/1365821426086unloadcollection_4n [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.915; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89510470981451788-127.0.0.1:33060_fyjp-n_0000000004) am no longer a leader. [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.916; 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-13 02:52:24.916; 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-13 02:52:24.916; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 1> WARN - 2013-04-13 02:52:24.917; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.918; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (0) [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.938; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/fyjp,null} [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.991; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch [junit4:junit4] 1> INFO - 2013-04-13 02:52:24.993; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:33410 33410 [junit4:junit4] 1> INFO - 2013-04-13 02:52:25.095; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1a4dd50 name:ZooKeeperConnection Watcher:127.0.0.1:33410/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-13 02:52:25.096; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed [junit4:junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1365821395470 [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=C815F3D0996353A8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_LB -Dtests.timezone=WET -Dtests.file.encoding=ISO-8859-1 [junit4:junit4] FAILURE 150s J0 | UnloadDistributedZkTest.testDistribSearch <<< [junit4:junit4] > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([C815F3D0996353A8:49F37DC8EE3C3394]:0) [junit4:junit4] > at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127) [junit4:junit4] > at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77) [junit4:junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806) [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) [junit4:junit4] 1> INFO - 2013-04-13 02:52:25.142; org.apache.solr.SolrTestCaseJ4; ###deleteCore [junit4:junit4] 2> 149897 T10 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4:junit4] 2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=ar_LB, timezone=WET [junit4:junit4] 2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=2,free=199767568,total=279969792 [junit4:junit4] 2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest] [junit4:junit4] Completed on J0 in 151.36s, 1 test, 1 failure <<< FAILURES! [...truncated 780 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 289 suites, 1200 tests, 1 error, 1 failure, 13 ignored (7 assumptions) Total time: 39 minutes 59 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseG1GC Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_74_1454922626.1365822622306 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_74_1454922626.1365822622306--