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 9789510C40 for ; Sun, 21 Apr 2013 12:34:04 +0000 (UTC) Received: (qmail 41260 invoked by uid 500); 21 Apr 2013 12:34:02 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41068 invoked by uid 500); 21 Apr 2013 12:34:01 -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 41035 invoked by uid 99); 21 Apr 2013 12:34:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 12:34:00 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 12:33:51 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id 6635E14AA033 for ; Sun, 21 Apr 2013 12:33:29 +0000 (UTC) Date: Sun, 21 Apr 2013 12:32:59 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <1896459336.141.1366547609393.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <541434869.137.1366542707734.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <541434869.137.1366542707734.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_21) - Build # 5221 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_140_185357641.1366547579824" X-Jenkins-Job: Lucene-Solr-4.x-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_140_185357641.1366547579824 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/5221/ Java: 32bit/jdk1.7.0_21 -client -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDist= ribSearch Error Message: There are still nodes recoverying - waited for 230 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoverying - waited for 23= 0 seconds =09at __randomizedtesting.SeedInfo.seed([511B9562E5A9B43D:D0FD1B7A92F6D401]= :0) =09at org.junit.Assert.fail(Assert.java:93) =09at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFi= nish(AbstractDistribZkTestBase.java:173) =09at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFi= nish(AbstractDistribZkTestBase.java:131) =09at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFi= nish(AbstractDistribZkTestBase.java:126) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollections= API(CollectionsAPIDistributedZkTest.java:509) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(Collecti= onsAPIDistributedZkTest.java:145) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:806) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:57) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:601) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1559) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Random= izedRunner.java:79) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:737) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:773) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:787) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRu= leSetupTeardownChained.java:50) =09at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFi= eldCacheSanity.java:51) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleT= hreadAndTestName.java:49) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:70) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:782) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:442) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:746) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:648) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:682) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:693) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStor= eClassName.java:42) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRule= AssertionsRequired.java:43) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:70) =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg= noreTestSuites.java:55) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09at java.lang.Thread.run(Thread.java:722) Build Log: [...truncated 9441 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTes= t [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.206; org.apache.solr.BaseD= istributedSearchTestCase; Setting hostContext system property: /u_o/hv [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.210; org.apache.solr.SolrT= estCaseJ4; ###Starting testDistribSearch [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.210; 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-21 12:21:21.211; org.apache.solr.cloud= .ZkTestServer$ZKServerMain; Starting server [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.311; org.apache.solr.cloud= .ZkTestServer; start zk server on port:49894 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.313; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.509; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1da2b38 name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event W= atchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.510; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.511; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.517; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.520; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@7166bb name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got eve= nt WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.522; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.523; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/collection1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.526; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/collection1/shards [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.531; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/control_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.534; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/control_collection/shards [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.537; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to= /configs/conf1/solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.538; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.544; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs= /conf1/schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.546; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.557; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /conf= igs/conf1/stopwords.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.558; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.562; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /conf= igs/conf1/protwords.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.563; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.566; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /confi= gs/conf1/currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.567; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.571; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.js= on to /configs/conf1/open-exchange-rates.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.572; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.576; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accen= t.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.577; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.581; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /c= onfigs/conf1/old_synonyms.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.582; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.584; org.apache.solr.cloud= .AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/s= olr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /confi= gs/conf1/synonyms.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.584; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.650; org.eclipse.jetty.ser= ver.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.653; org.eclipse.jetty.ser= ver.AbstractConnector; Started SelectChannelConnector@127.0.0.1:38957 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.653; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.653; org.apache.solr.core.= SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.654; org.apache.solr.core.= SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/= workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.654; org.apache.solr.core.= CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/solr.xm= l [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.655; org.apache.solr.core.= CoreContainer; New CoreContainer 23331964 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.655; org.apache.solr.core.= CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/wor= kspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr= .cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.655; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.747; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.748; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.748; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.749; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.749; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.749; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 214748364= 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.750; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.750; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.750; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.751; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= sPerHost=3D20&maxConnections=3D10000&socketTimeout=3D120000&connTimeout=3D1= 5000&retry=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.754; org.apache.solr.core.= CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.754; org.apache.solr.core.= CoreContainer; Zookeeper client=3D127.0.0.1:49894/solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.755; org.apache.solr.cloud= .ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.755; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.757; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1bb3a4f name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event W= atchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.757; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.758; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D500&maxConnectionsPerHost=3D16&socketTimeout=3D120000&connTimeout=3D150= 00 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.761; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.763; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1c802c9 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got ev= ent WatchedEvent state:SyncConnected type:None path:null path:null type:Non= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.763; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.764; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /overseer/queue [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.767; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /overseer/collection-queue-work [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.769; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.771; org.apache.solr.cloud= .ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:389= 57_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.771; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.773; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /overseer_elect/election [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.777; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /overseer_elect/leader [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.779; org.apache.solr.cloud= .Overseer; Overseer (id=3D89558016407109635-127.0.0.1:38957_u_o%2Fhv-n_0000= 000000) starting [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.781; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /overseer/queue-work [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.783; org.apache.solr.cloud= .OverseerCollectionProcessor; Process current queue of collection creations [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.783; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /clusterstate.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.785; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /aliases.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.786; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.788; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Starting to work on the main queue [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.789; org.apache.solr.servl= et.SolrDispatchFilter; user.dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.= x-Linux/solr/build/solr-core/test/J0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.790; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.790; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.793; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config: [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.794; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.796; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@14d1e92 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got ev= ent WatchedEvent state:SyncConnected type:None path:null path:null type:Non= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.796; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.797; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.798; org.apache.solr.cloud= .ChaosMonkey; monkey: init - expire sessions:true cause connection loss:tru= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.861; org.eclipse.jetty.ser= ver.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.863; org.eclipse.jetty.ser= ver.AbstractConnector; Started SelectChannelConnector@127.0.0.1:40095 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.864; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.864; org.apache.solr.core.= SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.864; org.apache.solr.core.= SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/= workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.865; org.apache.solr.core.= CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.865; org.apache.solr.core.= CoreContainer; New CoreContainer 9089720 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.865; org.apache.solr.core.= CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/wor= kspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr= .cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.866; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.954; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.954; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.955; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.955; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.955; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.956; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 214748364= 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.956; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.956; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.957; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.957; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= sPerHost=3D20&maxConnections=3D10000&socketTimeout=3D120000&connTimeout=3D1= 5000&retry=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.960; org.apache.solr.core.= CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.961; org.apache.solr.core.= CoreContainer; Zookeeper client=3D127.0.0.1:49894/solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.961; org.apache.solr.cloud= .ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.962; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.963; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1abbe46 name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event W= atchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.964; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.965; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D500&maxConnectionsPerHost=3D16&socketTimeout=3D120000&connTimeout=3D150= 00 [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.968; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.969; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@164c284 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got ev= ent WatchedEvent state:SyncConnected type:None path:null path:null type:Non= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.969; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:21.972; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.974; org.apache.solr.cloud= .ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:400= 95_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.976; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.981; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.981; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.981; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (2) [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.988; org.apache.solr.servl= et.SolrDispatchFilter; user.dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.= x-Linux/solr/build/solr-core/test/J0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.989; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-21 12:21:22.990; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.090; org.eclipse.jetty.ser= ver.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.092; org.eclipse.jetty.ser= ver.AbstractConnector; Started SelectChannelConnector@127.0.0.1:50961 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.093; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.093; org.apache.solr.core.= SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.094; org.apache.solr.core.= SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/= workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.094; org.apache.solr.core.= CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.095; org.apache.solr.core.= CoreContainer; New CoreContainer 29198520 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.095; org.apache.solr.core.= CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/wor= kspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr= .cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.095; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.190; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.191; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.191; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.191; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.192; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.192; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 214748364= 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.193; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.193; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.193; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.194; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= sPerHost=3D20&maxConnections=3D10000&socketTimeout=3D120000&connTimeout=3D1= 5000&retry=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.197; org.apache.solr.core.= CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.198; org.apache.solr.core.= CoreContainer; Zookeeper client=3D127.0.0.1:49894/solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.198; org.apache.solr.cloud= .ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.199; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.200; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1db2d90 name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event W= atchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.200; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.201; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D500&maxConnectionsPerHost=3D16&socketTimeout=3D120000&connTimeout=3D150= 00 [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.205; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.206; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@9cfce6 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got eve= nt WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.207; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:23.211; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.214; org.apache.solr.cloud= .ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:509= 61_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.217; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.221; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.221; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.222; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.221; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (3) [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.228; org.apache.solr.servl= et.SolrDispatchFilter; user.dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.= x-Linux/solr/build/solr-core/test/J0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.229; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.230; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.298; org.eclipse.jetty.ser= ver.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.300; org.eclipse.jetty.ser= ver.AbstractConnector; Started SelectChannelConnector@127.0.0.1:52125 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.301; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.301; org.apache.solr.core.= SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.302; org.apache.solr.core.= SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/= workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.302; org.apache.solr.core.= CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.302; org.apache.solr.core.= CoreContainer; New CoreContainer 6478148 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.303; org.apache.solr.core.= CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/wor= kspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr= .cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.303; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.385; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.386; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.386; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.387; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.387; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.387; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 214748364= 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.388; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.388; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.388; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.389; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= sPerHost=3D20&maxConnections=3D10000&socketTimeout=3D120000&connTimeout=3D1= 5000&retry=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.392; org.apache.solr.core.= CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.392; org.apache.solr.core.= CoreContainer; Zookeeper client=3D127.0.0.1:49894/solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.393; org.apache.solr.cloud= .ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.393; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.394; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@ba7444 name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event Wa= tchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.395; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.397; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D500&maxConnectionsPerHost=3D16&socketTimeout=3D120000&connTimeout=3D150= 00 [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.400; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.401; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1aeb17 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got eve= nt WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.406; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:24.410; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.412; org.apache.solr.cloud= .ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:521= 25_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.414; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.418; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.419; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.419; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.419; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.419; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (4) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.428; org.apache.solr.servl= et.SolrDispatchFilter; user.dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.= x-Linux/solr/build/solr-core/test/J0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.429; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.430; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.500; org.eclipse.jetty.ser= ver.Server; jetty-8.1.8.v20121106 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.501; org.eclipse.jetty.ser= ver.AbstractConnector; Started SelectChannelConnector@127.0.0.1:39729 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.502; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.502; org.apache.solr.core.= SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.503; org.apache.solr.core.= SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/= workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.503; org.apache.solr.core.= CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.503; org.apache.solr.core.= CoreContainer; New CoreContainer 2964195 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.504; org.apache.solr.core.= CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/wor= kspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr= .cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.504; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.587; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.587; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting urlScheme to: http:// [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.587; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting connTimeout to: 15000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.588; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.588; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting corePoolSize to: 0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.589; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 214748364= 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.589; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.589; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.590; org.apache.solr.handl= er.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.590; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= sPerHost=3D20&maxConnections=3D10000&socketTimeout=3D120000&connTimeout=3D1= 5000&retry=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.593; org.apache.solr.core.= CoreContainer; Registering Log Listener [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.593; org.apache.solr.core.= CoreContainer; Zookeeper client=3D127.0.0.1:49894/solr [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.594; org.apache.solr.cloud= .ZkController; zkHost includes chroot [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.595; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.596; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@1acfba2 name:ZooKeeperConnection Watcher:127.0.0.1:49894 got event W= atchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.596; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.598; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D500&maxConnectionsPerHost=3D16&socketTimeout=3D120000&connTimeout=3D150= 00 [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.601; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.601; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@123c054 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got ev= ent WatchedEvent state:SyncConnected type:None path:null path:null type:Non= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.602; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:25.604; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.606; org.apache.solr.cloud= .ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:397= 29_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.609; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.613; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.613; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.614; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.615; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.614; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.614; org.apache.solr.commo= n.cloud.ZkStateReader$3; Updating live nodes... (5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.621; org.apache.solr.servl= et.SolrDispatchFilter; user.dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.= x-Linux/solr/build/solr-core/test/J0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.622; org.apache.solr.servl= et.SolrDispatchFilter; SolrDispatchFilter.init() done [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.623; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.627; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.631; org.apache.solr.handl= er.admin.CollectionsHandler; Creating Collection : numShards=3D2&name=3Dnod= es_used_collection&replicationFactor=3D2&action=3DCREATE&wt=3Djavabin&versi= on=3D2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.634; org.apache.solr.cloud= .DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/colle= ction-queue-work state: SyncConnected type NodeChildrenChanged [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.635; org.apache.solr.cloud= .OverseerCollectionProcessor; Overseer Collection Processor: Get the messag= e id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4:junit4] 1> "operation":"createcollection", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "maxShardsPerNode":null, [junit4:junit4] 1> "createNodeSet":null, [junit4:junit4] 1> "name":"nodes_used_collection", [junit4:junit4] 1> "replicationFactor":"2"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.635; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_r= eplica1 as part of slice shard1 of collection nodes_used_collection on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.636; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard nodes_used_collection_shard1_r= eplica2 as part of slice shard1 of collection nodes_used_collection on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.637; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_r= eplica1 as part of slice shard2 of collection nodes_used_collection on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.638; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard nodes_used_collection_shard2_r= eplica2 as part of slice shard2 of collection nodes_used_collection on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.638; org.apache.solr.core.= CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/nodes_used_collection_shard1_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.638; org.apache.solr.core.= CoreContainer; Creating SolrCore 'nodes_used_collection_shard1_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/nodes_used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.639; org.apache.solr.core.= CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/nodes_used_collection_shard2_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.639; org.apache.solr.cloud= .ZkController; Check for collection zkNode:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.639; org.apache.solr.core.= CoreContainer; Creating SolrCore 'nodes_used_collection_shard2_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/nodes_used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.640; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.639; org.apache.solr.cloud= .ZkController; Check for collection zkNode:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.638; org.apache.solr.cloud= .ZkController; Check for collection zkNode:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.640; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.640; org.apache.solr.cloud= .ZkController; Check for collection zkNode:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.641; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.641; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.642; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.642; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.642; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.643; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.643; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.642; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.645; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.644; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.647; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.646; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.649; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/nodes_used_collecti= on [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.648; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.649; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/nodes_used_collecti= on [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.649; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.651; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_= collection_shard1_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.653; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/nodes= _used_collection_shard2_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.654; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/nodes_used_collecti= on [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.655; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/nodes_used_collecti= on [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.656; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_= collection_shard2_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.658; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_= collection_shard1_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.725; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.734; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.746; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.753; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.789; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.790; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.795; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.797; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.799; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.800; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.801; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.803; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.805; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.820; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.822; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:26.826; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.372; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Initialized with rates=3Dopen-exchange-rate= s.json, refreshInterval=3D1440. [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.379; org.apache.solr.schem= a.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.382; org.apache.solr.schem= a.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.384; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Initialized with rates=3Dopen-exchange-rate= s.json, refreshInterval=3D1440. [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.391; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.394; org.apache.solr.schem= a.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.395; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.402; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.403; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.403; org.apache.solr.schem= a.IndexSchema; unique key field: id [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.403; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.404; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.405; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.405; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.405; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.406; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] Opening new SolrCore at /= mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J= 0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366= 546881587/nodes_used_collection_shard2_replica2/, dataDir=3D/mnt/ssd/jenkin= s/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache= .solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/node= s_used_collection_shard2_replica2/data/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.406; org.apache.solr.core.= JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Serve= r: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb84 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.407; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.408; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-controljetty-1366546881587/nodes_used_col= lection_shard2_replica2/data [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.408; org.apache.solr.core.= SolrCore; New index directory detected: old=3Dnull new=3D/mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/nodes_u= sed_collection_shard2_replica2/data/index/ [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.409; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] Solr index directory '/mn= t/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/= ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-136654= 6881587/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Cr= eating new index... [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.410; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-controljetty-1366546881587/nodes_used_col= lection_shard2_replica2/data/index [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.411; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@15d3825 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@33bab8),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.412; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.415; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.415; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.415; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.417; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit= " [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.417; org.apache.solr.core.= RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.418; org.apache.solr.core.= RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.418; org.apache.solr.core.= RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.419; org.apache.solr.core.= RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.419; org.apache.solr.core.= RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.420; org.apache.solr.core.= RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandle= rs [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.422; org.apache.solr.handl= er.loader.XMLLoader; xsltCacheLifetimeSeconds=3D60 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.422; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.425; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@1f5ea1d main [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.425; org.apache.solr.updat= e.UpdateHandler; Clearing tlog files, tlogDir=3D/mnt/ssd/jenkins/workspace/= Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= CollectionsAPIDistributedZkTest-controljetty-1366546881587/nodes_used_colle= ction_shard2_replica2/data/tlog [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.425; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Initialized with rates=3Dopen-exchange-rate= s.json, refreshInterval=3D1440. [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.426; org.apache.solr.updat= e.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.426; org.apache.solr.updat= e.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.427; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.429; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.430; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.431; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.432; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] Registered new searcher S= earcher@1f5ea1d main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.432; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.432; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.433; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.433; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard2_replica2 stat= e=3Ddown [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.434; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica1] Opening new SolrCore at /= mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J= 0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885= 437/nodes_used_collection_shard2_replica1/, dataDir=3D/mnt/ssd/jenkins/work= space/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.= cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_colle= ction_shard2_replica1/data/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.434; org.apache.solr.core.= JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Serve= r: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb84 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.435; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.436; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collectio= n_shard2_replica1/data [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.436; org.apache.solr.core.= SolrCore; New index directory detected: old=3Dnull new=3D/mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_co= llection_shard2_replica1/data/index/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.436; org.apache.solr.schem= a.IndexSchema; default search field in schema is text [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.437; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica1] Solr index directory '/mn= t/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/= ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-136654688543= 7/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating= new index... [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.438; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collectio= n_shard2_replica1/data/index [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.440; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@16101c9 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@14523d0),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.441; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.442; org.apache.solr.schem= a.IndexSchema; unique key field: id [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.444; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.444; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.445; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit= " [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.446; org.apache.solr.core.= RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.451; org.apache.solr.core.= RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.452; org.apache.solr.core.= RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.452; org.apache.solr.core.= RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.453; org.apache.solr.core.= RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.454; org.apache.solr.core.= RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandle= rs [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.457; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Initialized with rates=3Dopen-exchange-rate= s.json, refreshInterval=3D1440. [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.457; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.458; org.apache.solr.handl= er.loader.XMLLoader; xsltCacheLifetimeSeconds=3D60 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.461; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@56b6be main [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.462; org.apache.solr.updat= e.UpdateHandler; Clearing tlog files, tlogDir=3D/mnt/ssd/jenkins/workspace/= Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collection_= shard2_replica1/data/tlog [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.463; org.apache.solr.updat= e.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.463; org.apache.solr.updat= e.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.464; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.465; org.apache.solr.schem= a.IndexSchema; default search field in schema is text [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.467; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica1] Registered new searcher S= earcher@56b6be main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.468; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.469; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard2_replica1 stat= e=3Ddown [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.469; org.apache.solr.schem= a.IndexSchema; unique key field: id [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.469; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.470; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.471; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.472; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.472; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.473; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.473; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] Opening new SolrCore at /= mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J= 0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882= 995/nodes_used_collection_shard1_replica1/, dataDir=3D/mnt/ssd/jenkins/work= space/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.= cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_colle= ction_shard1_replica1/data/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.473; org.apache.solr.core.= JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Serve= r: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb84 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.474; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.475; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_collectio= n_shard1_replica1/data [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.475; org.apache.solr.core.= SolrCore; New index directory detected: old=3Dnull new=3D/mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_co= llection_shard1_replica1/data/index/ [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.475; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] Solr index directory '/mn= t/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/= ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-136654688299= 5/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating= new index... [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.476; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_collectio= n_shard1_replica1/data/index [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.478; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@5d832f lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@1e26941),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.478; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.480; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.480; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.481; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit= " [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.481; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.482; org.apache.solr.core.= RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.482; org.apache.solr.core.= RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.483; org.apache.solr.core.= RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.483; org.apache.solr.core.= RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.484; org.apache.solr.core.= RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.485; org.apache.solr.core.= RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandle= rs [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.488; org.apache.solr.schem= a.FileExchangeRateProvider; Reloading exchange rates from file currency.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.489; org.apache.solr.handl= er.loader.XMLLoader; xsltCacheLifetimeSeconds=3D60 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.492; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@67c070 main [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.492; org.apache.solr.updat= e.UpdateHandler; Clearing tlog files, tlogDir=3D/mnt/ssd/jenkins/workspace/= Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= CollectionsAPIDistributedZkTest-jetty2-1366546882995/nodes_used_collection_= shard1_replica1/data/tlog [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.493; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.493; org.apache.solr.updat= e.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.494; org.apache.solr.updat= e.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.494; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.494; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.495; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange= -rates.json [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.496; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOT= E [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.496; org.apache.solr.schem= a.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.497; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.497; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica2] Opening new SolrCore at /= mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J= 0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884= 235/nodes_used_collection_shard1_replica2/, dataDir=3D/mnt/ssd/jenkins/work= space/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.= cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_colle= ction_shard1_replica2/data/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.497; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] Registered new searcher S= earcher@67c070 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.497; org.apache.solr.core.= JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Serve= r: com.sun.jmx.mbeanserver.JmxMBeanServer@21fb84 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.498; org.apache.solr.core.= SolrCore; org.apache.solr.core.MockDirectoryFactory [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.499; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collectio= n_shard1_replica2/data [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.499; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard1_replica1 stat= e=3Ddown [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.499; org.apache.solr.core.= SolrCore; New index directory detected: old=3Dnull new=3D/mnt/ssd/jenkins/w= orkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.so= lr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_co= llection_shard1_replica2/data/index/ [junit4:junit4] 1> WARN - 2013-04-21 12:21:27.500; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica2] Solr index directory '/mn= t/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/= ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-136654688423= 5/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating= new index... [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.500; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collectio= n_shard1_replica2/data/index [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.502; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@c4be23 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@29d364),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.502; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.504; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.504; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.505; org.apache.solr.updat= e.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcess= orFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit= " [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.505; org.apache.solr.core.= RequestHandlers; created standard: solr.StandardRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.506; org.apache.solr.core.= RequestHandlers; created /get: solr.RealTimeGetHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.506; org.apache.solr.core.= RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.507; org.apache.solr.core.= RequestHandlers; created /replication: solr.ReplicationHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.507; org.apache.solr.core.= RequestHandlers; created /update: solr.UpdateRequestHandler [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.508; org.apache.solr.core.= RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandle= rs [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.510; org.apache.solr.handl= er.loader.XMLLoader; xsltCacheLifetimeSeconds=3D60 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.513; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@c669a7 main [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.513; org.apache.solr.updat= e.UpdateHandler; Clearing tlog files, tlogDir=3D/mnt/ssd/jenkins/workspace/= Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collection_= shard1_replica2/data/tlog [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.514; org.apache.solr.updat= e.CommitTracker; Hard AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.514; org.apache.solr.updat= e.CommitTracker; Soft AutoCommit: disabled [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.517; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica2] Registered new searcher S= earcher@c669a7 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.519; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard1_replica2 stat= e=3Ddown [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.797; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.798; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard2_replica2", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:38957_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:38957/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.798; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Create collection nodes_used_collection with= numShards 2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.801; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard2_replica1", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:39729_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:39729/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.803; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard1_replica1", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:50961_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:50961/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.806; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":null, [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"down", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard1_replica2", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:52125_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52125/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.809; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.810; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.809; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.809; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.809; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:27.809; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.435; org.apache.solr.core.= CoreContainer; registering core: nodes_used_collection_shard2_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.436; org.apache.solr.cloud= .ZkController; Register replica - core:nodes_used_collection_shard2_replica= 2 address:http://127.0.0.1:38957/u_o/hv collection:nodes_used_collection sh= ard:shard2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.437; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_e= lect/shard2/election [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.442; org.apache.solr.cloud= .ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.444; org.apache.solr.cloud= .ShardLeaderElectionContext; Waiting until we see more replicas up: total= =3D2 found=3D1 timeoutin=3D180000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.470; org.apache.solr.core.= CoreContainer; registering core: nodes_used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.471; org.apache.solr.cloud= .ZkController; Register replica - core:nodes_used_collection_shard2_replica= 1 address:http://127.0.0.1:39729/u_o/hv collection:nodes_used_collection sh= ard:shard2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.500; org.apache.solr.core.= CoreContainer; registering core: nodes_used_collection_shard1_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.501; org.apache.solr.cloud= .ZkController; Register replica - core:nodes_used_collection_shard1_replica= 1 address:http://127.0.0.1:50961/u_o/hv collection:nodes_used_collection sh= ard:shard1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.502; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leader_e= lect/shard1/election [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.507; org.apache.solr.cloud= .ShardLeaderElectionContext; Running the leader process. [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.509; org.apache.solr.cloud= .ShardLeaderElectionContext; Waiting until we see more replicas up: total= =3D2 found=3D1 timeoutin=3D180000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.521; org.apache.solr.core.= CoreContainer; registering core: nodes_used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.521; org.apache.solr.cloud= .ZkController; Register replica - core:nodes_used_collection_shard1_replica= 2 address:http://127.0.0.1:52125/u_o/hv collection:nodes_used_collection sh= ard:shard1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.945; org.apache.solr.cloud= .ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.945; org.apache.solr.cloud= .ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.946; org.apache.solr.cloud= .SyncStrategy; Sync replicas to http://127.0.0.1:38957/u_o/hv/nodes_used_co= llection_shard2_replica2/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.946; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard2_replica2 url=3Dht= tp://127.0.0.1:38957/u_o/hv START replicas=3D[http://127.0.0.1:39729/u_o/hv= /nodes_used_collection_shard2_replica1/] nUpdates=3D100 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.947; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard2_replica2 url=3Dht= tp://127.0.0.1:38957/u_o/hv DONE. We have no versions. sync failed. [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.947; org.apache.solr.cloud= .SyncStrategy; Leader's attempt to sync with shard failed, moving to the ne= xt canidate [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.947; org.apache.solr.cloud= .ShardLeaderElectionContext; We failed sync, but we have no versions - we c= an't sync in that case - we were active before, so become leader anyway [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.948; org.apache.solr.cloud= .ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:38957/u_= o/hv/nodes_used_collection_shard2_replica2/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.948; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/= shard2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:28.953; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica1] webapp=3D/u_o/hv path=3D/= get params=3D{getVersions=3D100&distrib=3Dfalse&wt=3Djavabin&qt=3D/get&vers= ion=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.010; org.apache.solr.cloud= .ShardLeaderElectionContext; Enough replicas found to continue. [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.010; org.apache.solr.cloud= .ShardLeaderElectionContext; I may be the new leader - try and sync [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.011; org.apache.solr.cloud= .SyncStrategy; Sync replicas to http://127.0.0.1:50961/u_o/hv/nodes_used_co= llection_shard1_replica1/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.011; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard1_replica1 url=3Dht= tp://127.0.0.1:50961/u_o/hv START replicas=3D[http://127.0.0.1:52125/u_o/hv= /nodes_used_collection_shard1_replica2/] nUpdates=3D100 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.012; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard1_replica1 url=3Dht= tp://127.0.0.1:50961/u_o/hv DONE. We have no versions. sync failed. [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.012; org.apache.solr.cloud= .SyncStrategy; Leader's attempt to sync with shard failed, moving to the ne= xt canidate [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.012; org.apache.solr.cloud= .ShardLeaderElectionContext; We failed sync, but we have no versions - we c= an't sync in that case - we were active before, so become leader anyway [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.013; org.apache.solr.cloud= .ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:50961/u_= o/hv/nodes_used_collection_shard1_replica1/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.013; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/nodes_used_collection/leaders/= shard1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.016; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica2] webapp=3D/u_o/hv path=3D/= get params=3D{getVersions=3D100&distrib=3Dfalse&wt=3Djavabin&qt=3D/get&vers= ion=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.317; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.326; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.355; org.apache.solr.cloud= .ZkController; We are http://127.0.0.1:38957/u_o/hv/nodes_used_collection_s= hard2_replica2/ and leader is http://127.0.0.1:38957/u_o/hv/nodes_used_coll= ection_shard2_replica2/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.355; org.apache.solr.cloud= .ZkController; No LogReplay needed for core=3Dnodes_used_collection_shard2_= replica2 baseURL=3Dhttp://127.0.0.1:38957/u_o/hv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.355; org.apache.solr.cloud= .ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.356; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard2_replica2 stat= e=3Dactive [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.357; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.358; org.apache.solr.core.= CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-controljetty-1366546881587/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.358; org.apache.solr.core.= SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lu= cene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-controljetty-1366546881587/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.359; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= numShards=3D2&shard=3Dshard2&name=3Dnodes_used_collection_shard2_replica2&a= ction=3DCREATE&collection=3Dnodes_used_collection&wt=3Djavabin&qt=3D/admin/= cores&version=3D2} status=3D0 QTime=3D2720=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.367; org.apache.solr.cloud= .ZkController; We are http://127.0.0.1:50961/u_o/hv/nodes_used_collection_s= hard1_replica1/ and leader is http://127.0.0.1:50961/u_o/hv/nodes_used_coll= ection_shard1_replica1/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.368; org.apache.solr.cloud= .ZkController; No LogReplay needed for core=3Dnodes_used_collection_shard1_= replica1 baseURL=3Dhttp://127.0.0.1:50961/u_o/hv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.368; org.apache.solr.cloud= .ZkController; I am the leader, no recovery necessary [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.368; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard1_replica1 stat= e=3Dactive [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.370; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.370; org.apache.solr.core.= CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-jetty2-1366546882995/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.371; org.apache.solr.core.= SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lu= cene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty2-1366546882995/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.371; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= numShards=3D2&shard=3Dshard1&name=3Dnodes_used_collection_shard1_replica1&a= ction=3DCREATE&collection=3Dnodes_used_collection&wt=3Djavabin&qt=3D/admin/= cores&version=3D2} status=3D0 QTime=3D2733=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.474; org.apache.solr.cloud= .ZkController; We are http://127.0.0.1:39729/u_o/hv/nodes_used_collection_s= hard2_replica1/ and leader is http://127.0.0.1:38957/u_o/hv/nodes_used_coll= ection_shard2_replica2/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.475; org.apache.solr.cloud= .ZkController; No LogReplay needed for core=3Dnodes_used_collection_shard2_= replica1 baseURL=3Dhttp://127.0.0.1:39729/u_o/hv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.475; org.apache.solr.cloud= .ZkController; Core needs to recover:nodes_used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.476; org.apache.solr.updat= e.DefaultSolrCoreState; Running recovery - first canceling any ongoing reco= very [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.476; org.apache.solr.cloud= .RecoveryStrategy; Starting recovery process. core=3Dnodes_used_collection= _shard2_replica1 recoveringAfterStartup=3Dtrue [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.476; org.apache.solr.cloud= .RecoveryStrategy; ###### startupVersions=3D[] [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.476; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.477; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard2_replica1 stat= e=3Drecovering [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.478; org.apache.solr.core.= CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-jetty4-1366546885437/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.479; org.apache.solr.core.= SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lu= cene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty4-1366546885437/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.479; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.479; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= numShards=3D2&shard=3Dshard2&name=3Dnodes_used_collection_shard2_replica1&a= ction=3DCREATE&collection=3Dnodes_used_collection&wt=3Djavabin&qt=3D/admin/= cores&version=3D2} status=3D0 QTime=3D2840=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.488; org.apache.solr.handl= er.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:39729_= u_o%2Fhv_nodes_used_collection_shard2_replica1, state: recovering, checkLiv= e: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.525; org.apache.solr.cloud= .ZkController; We are http://127.0.0.1:52125/u_o/hv/nodes_used_collection_s= hard1_replica2/ and leader is http://127.0.0.1:50961/u_o/hv/nodes_used_coll= ection_shard1_replica1/ [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.525; org.apache.solr.cloud= .ZkController; No LogReplay needed for core=3Dnodes_used_collection_shard1_= replica2 baseURL=3Dhttp://127.0.0.1:52125/u_o/hv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.526; org.apache.solr.cloud= .ZkController; Core needs to recover:nodes_used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.526; org.apache.solr.updat= e.DefaultSolrCoreState; Running recovery - first canceling any ongoing reco= very [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.526; org.apache.solr.cloud= .RecoveryStrategy; Starting recovery process. core=3Dnodes_used_collection= _shard1_replica2 recoveringAfterStartup=3Dtrue [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.527; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.527; org.apache.solr.cloud= .RecoveryStrategy; ###### startupVersions=3D[] [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.527; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard1_replica2 stat= e=3Drecovering [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.528; org.apache.solr.core.= CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-jetty3-1366546884235/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.528; org.apache.solr.core.= SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lu= cene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty3-1366546884235/solr.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.528; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.529; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= numShards=3D2&shard=3Dshard1&name=3Dnodes_used_collection_shard1_replica2&a= ction=3DCREATE&collection=3Dnodes_used_collection&wt=3Djavabin&qt=3D/admin/= cores&version=3D2} status=3D0 QTime=3D2891=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.530; org.apache.solr.cloud= .OverseerCollectionProcessor; Finished create command on all shards for col= lection: nodes_used_collection [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.533; org.apache.solr.handl= er.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:52125_= u_o%2Fhv_nodes_used_collection_shard1_replica2, state: recovering, checkLiv= e: true, onlyIfLeader: true [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.569; org.apache.solr.cloud= .DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/colle= ction-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.570; org.apache.solr.cloud= .DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/colle= ction-queue-work state: SyncConnected type NodeChildrenChanged [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.570; org.apache.solr.cloud= .OverseerCollectionProcessor; Overseer Collection Processor: Message id:/ov= erseer/collection-queue-work/qn-0000000000 complete, response:{success=3D{n= ull=3D{responseHeader=3D{status=3D0,QTime=3D2720},core=3Dnodes_used_collect= ion_shard2_replica2,saved=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linu= x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistri= butedZkTest-controljetty-1366546881587/solr.xml},null=3D{responseHeader=3D{= status=3D0,QTime=3D2733},core=3Dnodes_used_collection_shard1_replica1,saved= =3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/te= st/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-136654= 6882995/solr.xml},null=3D{responseHeader=3D{status=3D0,QTime=3D2840},core= =3Dnodes_used_collection_shard2_replica1,saved=3D/mnt/ssd/jenkins/workspace= /Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud= .CollectionsAPIDistributedZkTest-jetty4-1366546885437/solr.xml},null=3D{res= ponseHeader=3D{status=3D0,QTime=3D2891},core=3Dnodes_used_collection_shard1= _replica2,saved=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/bui= ld/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTes= t-jetty3-1366546884235/solr.xml}}} [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.573; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/collections para= ms=3D{numShards=3D2&name=3Dnodes_used_collection&replicationFactor=3D2&acti= on=3DCREATE&wt=3Djavabin&version=3D2} status=3D0 QTime=3D2943=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.574; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config: [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.575; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.576; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@b153a8 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got eve= nt WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.576; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.577; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.579; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config: [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.580; org.apache.solr.commo= n.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.581; org.apache.solr.commo= n.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionM= anager@130f1c6 name:ZooKeeperConnection Watcher:127.0.0.1:49894/solr got ev= ent WatchedEvent state:SyncConnected type:None path:null path:null type:Non= e [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.581; org.apache.solr.commo= n.cloud.ConnectionManager; Client is connected to ZooKeeper [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.582; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cluster state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.587; org.apache.solr.handl= er.admin.CollectionsHandler; Creating Collection : numShards=3D5&maxShardsP= erNode=3D6&name=3Dawholynewcollection_0&replicationFactor=3D5&action=3DCREA= TE&wt=3Djavabin&version=3D2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.588; org.apache.solr.cloud= .DistributedQueue$LatchChildWatcher; Watcher fired on path: /overseer/colle= ction-queue-work state: SyncConnected type NodeChildrenChanged [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.589; org.apache.solr.cloud= .OverseerCollectionProcessor; Overseer Collection Processor: Get the messag= e id:/overseer/collection-queue-work/qn-0000000002 message:{ [junit4:junit4] 1> "operation":"createcollection", [junit4:junit4] 1> "numShards":"5", [junit4:junit4] 1> "maxShardsPerNode":"6", [junit4:junit4] 1> "createNodeSet":null, [junit4:junit4] 1> "name":"awholynewcollection_0", [junit4:junit4] 1> "replicationFactor":"5"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.589; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_r= eplica1 as part of slice shard1 of collection awholynewcollection_0 on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.589; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_r= eplica2 as part of slice shard1 of collection awholynewcollection_0 on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.590; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_r= eplica3 as part of slice shard1 of collection awholynewcollection_0 on 127.= 0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.590; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_r= eplica4 as part of slice shard1 of collection awholynewcollection_0 on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.590; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard1_r= eplica5 as part of slice shard1 of collection awholynewcollection_0 on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_r= eplica1 as part of slice shard2 of collection awholynewcollection_0 on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica3' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty1-1366546881799/awholynewcollection_0_shard1_replica3 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica4' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/awholynewcollection_0_shard1_replica4 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.592; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/awholynewcollection_0_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.592; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica5' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/awholynewcollection_0_shard1_replica5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.593; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.592; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.593; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/awholynewcollection_0_shard1_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_r= eplica2 as part of slice shard2 of collection awholynewcollection_0 on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.591; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard1_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/awholynewcollection_0_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.595; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_r= eplica3 as part of slice shard2 of collection awholynewcollection_0 on 127.= 0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.594; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.594; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.596; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.594; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.594; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.592; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.597; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.597; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.597; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.599; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.596; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica3' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty1-1366546881799/awholynewcollection_0_shard2_replica3 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.596; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.595; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/awholynewcollection_0_shard2_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.600; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.595; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_r= eplica4 as part of slice shard2 of collection awholynewcollection_0 on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.595; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.601; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard2_r= eplica5 as part of slice shard2 of collection awholynewcollection_0 on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.601; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.600; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.600; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.599; org.apache.solr.cloud= .ZkController; Only one config set found in zk - using it:conf1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.603; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.599; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.598; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.598; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.604; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.603; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.603; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.602; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica5' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/awholynewcollection_0_shard2_replica5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.606; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.602; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard2_replica4' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/awholynewcollection_0_shard2_replica4 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.602; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.602; org.apache.solr.cloud= .ZkController; Creating collection in ZooKeeper:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.608; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.602; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_r= eplica1 as part of slice shard3 of collection awholynewcollection_0 on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.608; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.609; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.610; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/awholynewcollection_0_shard3_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.611; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.613; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/awholynewco= llection_0_shard1_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.613; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/awhol= ynewcollection_0_shard1_replica4/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.613; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.607; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.605; org.apache.solr.cloud= .ZkController; Looking for collection configName [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.612; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/awholynewco= llection_0_shard1_replica3/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.612; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.616; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.611; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.611; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.619; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.619; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/awholynewco= llection_0_shard2_replica3/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.611; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.610; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.609; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_r= eplica2 as part of slice shard3 of collection awholynewcollection_0 on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.622; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/awholynewco= llection_0_shard3_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.619; org.apache.solr.commo= n.cloud.SolrZkClient; makePath: /collections/awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.616; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/awholynewco= llection_0_shard1_replica5/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.624; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/awholynewco= llection_0_shard2_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.624; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/awholynewco= llection_0_shard2_replica5/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.623; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/awholynewco= llection_0_shard1_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.623; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/awhol= ynewcollection_0_shard2_replica4/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.623; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_r= eplica3 as part of slice shard3 of collection awholynewcollection_0 on 127.= 0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.626; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.628; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_r= eplica4 as part of slice shard3 of collection awholynewcollection_0 on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.626; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/awholynewcollection_0_shard3_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.629; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.630; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard3_r= eplica5 as part of slice shard3 of collection awholynewcollection_0 on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.630; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica3' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty1-1366546881799/awholynewcollection_0_shard3_replica3 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.630; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_r= eplica1 as part of slice shard4 of collection awholynewcollection_0 on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.630; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/awholynewco= llection_0_shard2_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.630; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.632; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_r= eplica2 as part of slice shard4 of collection awholynewcollection_0 on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.632; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.631; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica4' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/awholynewcollection_0_shard3_replica4 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.633; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.631; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.634; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/awholynewcollection_0_shard4_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.634; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/awholynewco= llection_0_shard3_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.632; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_r= eplica3 as part of slice shard4 of collection awholynewcollection_0 on 127.= 0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.637; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.639; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica3' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty1-1366546881799/awholynewcollection_0_shard4_replica3 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.639; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.640; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.641; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.641; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.642; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.636; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/awholynewcollection_0_shard4_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.635; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.635; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.646; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.635; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard3_replica5' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/awholynewcollection_0_shard3_replica5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.647; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.646; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.646; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.657; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.658; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.642; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/awholynewco= llection_0_shard4_replica3/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.638; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_r= eplica4 as part of slice shard4 of collection awholynewcollection_0 on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.656; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/awholynewco= llection_0_shard3_replica3/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.656; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/awholynewco= llection_0_shard4_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.656; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.662; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.663; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard4_r= eplica5 as part of slice shard4 of collection awholynewcollection_0 on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.664; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/awholynewco= llection_0_shard3_replica5/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.664; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/awhol= ynewcollection_0_shard3_replica4/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.665; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica5' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/awholynewcollection_0_shard4_replica5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.666; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.664; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/awholynewco= llection_0_shard4_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.664; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard5_r= eplica1 as part of slice shard5 of collection awholynewcollection_0 on 127.= 0.0.1:39729_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.667; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.668; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.669; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/awholynewco= llection_0_shard4_replica5/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.676; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard5_r= eplica2 as part of slice shard5 of collection awholynewcollection_0 on 127.= 0.0.1:50961_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.678; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard5_r= eplica3 as part of slice shard5 of collection awholynewcollection_0 on 127.= 0.0.1:40095_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.678; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard4_replica4' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/awholynewcollection_0_shard4_replica4 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.678; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.679; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard5_r= eplica4 as part of slice shard5 of collection awholynewcollection_0 on 127.= 0.0.1:38957_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.679; org.apache.solr.cloud= .OverseerCollectionProcessor; Creating shard awholynewcollection_0_shard5_r= eplica5 as part of slice shard5 of collection awholynewcollection_0 on 127.= 0.0.1:52125_u_o%2Fhv [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.681; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard5_replica1' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty4-1366546885437/awholynewcollection_0_shard5_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.681; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.693; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard5_replica3' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty1-1366546881799/awholynewcollection_0_shard5_replica3 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.695; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.692; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard5_replica2' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty2-1366546882995/awholynewcollection_0_shard5_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.682; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.704; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.682; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.703; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.712; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.703; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.699; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard5_replica4' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -controljetty-1366546881587/awholynewcollection_0_shard5_replica4 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.715; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.698; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.716; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.695; org.apache.solr.core.= CoreContainer; Creating SolrCore 'awholynewcollection_0_shard5_replica5' us= ing instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest= -jetty3-1366546884235/awholynewcollection_0_shard5_replica5 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.717; org.apache.solr.cloud= .ZkController; Check for collection zkNode:awholynewcollection_0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.707; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/awhol= ynewcollection_0_shard4_replica4/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.719; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.728; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.720; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/awholynewco= llection_0_shard5_replica1/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.729; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.720; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1366546881799/awholynewco= llection_0_shard5_replica3/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.720; org.apache.solr.cloud= .ZkController; Collection zkNode exists [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.734; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.731; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1366546881587/awhol= ynewcollection_0_shard5_replica4/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.730; org.apache.solr.cloud= .ZkController; Load collection config from:/collections/awholynewcollection= _0 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.740; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1366546882995/awholynewco= llection_0_shard5_replica2/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.742; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.743; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.744; org.apache.solr.core.= SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/awholynewco= llection_0_shard5_replica5/' [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.814; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.816; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.822; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.869; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.902; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.912; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.915; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.927; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.927; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.940; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.979; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:29.997; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.009; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.010; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.041; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.043; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.047; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.047; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.045; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.068; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.070; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.092; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.099; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.113; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.113; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.119; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.122; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.122; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.141; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.147; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.164; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.165; org.apache.solr.core.= SolrConfig; Using Lucene MatchVersion: LUCENE_44 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.175; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.205; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.238; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.254; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.258; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.262; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.274; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.284; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.292; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.295; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.296; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.329; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.331; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.361; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.362; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.364; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.377; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.381; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.385; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.388; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.388; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.390; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.408; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.415; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.416; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.430; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.436; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.441; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.442; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.444; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.444; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.447; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.451; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.482; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.489; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.489; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.491; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.492; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.507; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.508; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.509; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.509; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.511; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.511; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.523; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.512; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.522; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.514; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.564; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.574; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.575; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.575; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.574; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.588; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.590; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.592; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.599; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.619; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.628; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.643; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.682; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.728; org.apache.solr.core.= SolrConfig; Loaded SolrConfig: solrconfig.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.729; org.apache.solr.schem= a.IndexSchema; Reading Solr Schema from schema.xml [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.737; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.739; org.apache.solr.schem= a.IndexSchema; Schema name=3Dtest [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.847; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.848; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:38957_u_o%2Fhv_nodes_use= d_collection_shard2_replica2", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard2_replica2", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:38957_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:38957/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.851; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:50961_u_o%2Fhv_nodes_use= d_collection_shard1_replica1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard1_replica1", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:50961_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:50961/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.854; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:39729_u_o%2Fhv_nodes_use= d_collection_shard2_replica1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard2_replica1", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:39729_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:39729/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.858; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:52125_u_o%2Fhv_nodes_use= d_collection_shard1_replica2", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"recovering", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard1_replica2", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:52125_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52125/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.863; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.862; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:30.863; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:31.491; org.apache.solr.handl= er.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:39729_u_o%2Fhv_no= des_used_collection_shard2_replica1, state: recovering, checkLive: true, on= lyIfLeader: true for: 2 seconds. [junit4:junit4] 1> INFO - 2013-04-21 12:21:31.491; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= coreNodeName=3D127.0.0.1:39729_u_o%252Fhv_nodes_used_collection_shard2_repl= ica1&state=3Drecovering&nodeName=3D127.0.0.1:39729_u_o%252Fhv&action=3DPREP= RECOVERY&checkLive=3Dtrue&core=3Dnodes_used_collection_shard2_replica2&wt= =3Djavabin&onlyIfLeader=3Dtrue&version=3D2} status=3D0 QTime=3D2003=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:31.575; org.apache.solr.handl= er.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:52125_u_o%2Fhv_no= des_used_collection_shard1_replica2, state: recovering, checkLive: true, on= lyIfLeader: true for: 2 seconds. [junit4:junit4] 1> INFO - 2013-04-21 12:21:31.575; org.apache.solr.servl= et.SolrDispatchFilter; [admin] webapp=3Dnull path=3D/admin/cores params=3D{= coreNodeName=3D127.0.0.1:52125_u_o%252Fhv_nodes_used_collection_shard1_repl= ica2&state=3Drecovering&nodeName=3D127.0.0.1:52125_u_o%252Fhv&action=3DPREP= RECOVERY&checkLive=3Dtrue&core=3Dnodes_used_collection_shard1_replica1&wt= =3Djavabin&onlyIfLeader=3Dtrue&version=3D2} status=3D0 QTime=3D2042=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.492; org.apache.solr.cloud= .RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:38957/u_o/h= v/nodes_used_collection_shard2_replica2/ core=3Dnodes_used_collection_shard= 2_replica1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.493; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard2_replica1 url=3Dht= tp://127.0.0.1:39729/u_o/hv START replicas=3D[http://127.0.0.1:38957/u_o/hv= /nodes_used_collection_shard2_replica2/] nUpdates=3D100 [junit4:junit4] 1> WARN - 2013-04-21 12:21:33.495; org.apache.solr.updat= e.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.495; org.apache.solr.cloud= .RecoveryStrategy; PeerSync Recovery was not successful - trying replicatio= n. core=3Dnodes_used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.496; org.apache.solr.cloud= .RecoveryStrategy; Starting Replication Recovery. core=3Dnodes_used_collect= ion_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.496; org.apache.solr.cloud= .RecoveryStrategy; Begin buffering updates. core=3Dnodes_used_collection_sh= ard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.496; org.apache.solr.updat= e.UpdateLog; Starting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog= =3Dnull} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.496; org.apache.solr.cloud= .RecoveryStrategy; Attempting to replicate from http://127.0.0.1:38957/u_o/= hv/nodes_used_collection_shard2_replica2/. core=3Dnodes_used_collection_sha= rd2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.497; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.519; org.apache.solr.updat= e.DirectUpdateHandler2; start commit{,optimize=3Dfalse,openSearcher=3Dfalse= ,waitSearcher=3Dtrue,expungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommi= t=3Dfalse} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.540; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@15d3825 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@33bab8),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.540; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.550; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@15d3825 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@33bab8),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@15d3825 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@33bab8),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.550; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.551; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@fa900f realtime [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.552; org.apache.solr.updat= e.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.552; org.apache.solr.updat= e.processor.LogUpdateProcessor; [nodes_used_collection_shard2_replica2] web= app=3D/u_o/hv path=3D/update params=3D{waitSearcher=3Dtrue&openSearcher=3Df= alse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&version=3D2&softCom= mit=3Dfalse} {commit=3D} 0 33 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.553; org.apache.solr.handl= er.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.554; org.apache.solr.handl= er.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.554; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] webapp=3D/u_o/hv path=3D/= get params=3D{getVersions=3D100&distrib=3Dfalse&wt=3Djavabin&qt=3D/get&vers= ion=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.556; org.apache.solr.handl= er.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.557; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] webapp=3D/u_o/hv path=3D/= replication params=3D{command=3Dindexversion&qt=3D/replication&wt=3Djavabin= &version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.558; org.apache.solr.handl= er.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.558; org.apache.solr.handl= er.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.558; org.apache.solr.handl= er.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.561; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] webapp=3D/u_o/hv path=3D/= replication params=3D{command=3Dfilelist&qt=3D/replication&wt=3Djavabin&gen= eration=3D2&version=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.562; org.apache.solr.handl= er.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.563; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collectio= n_shard2_replica1/data/index.20130421082133562 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.568; org.apache.solr.handl= er.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.= RAMDirectory@eda9c1 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFacto= ry@bb7e74) fullCopy=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.573; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica2] webapp=3D/u_o/hv path=3D/= replication params=3D{file=3Dsegments_2&command=3Dfilecontent&checksum=3Dtr= ue&wt=3Dfilestream&qt=3D/replication&generation=3D2} status=3D0 QTime=3D1= =20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.579; org.apache.solr.cloud= .RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:50961/u_o/h= v/nodes_used_collection_shard1_replica1/ core=3Dnodes_used_collection_shard= 1_replica2 - recoveringAfterStartup=3Dtrue [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.579; org.apache.solr.updat= e.PeerSync; PeerSync: core=3Dnodes_used_collection_shard1_replica2 url=3Dht= tp://127.0.0.1:52125/u_o/hv START replicas=3D[http://127.0.0.1:50961/u_o/hv= /nodes_used_collection_shard1_replica1/] nUpdates=3D100 [junit4:junit4] 1> WARN - 2013-04-21 12:21:33.580; org.apache.solr.updat= e.PeerSync; no frame of reference to tell of we've missed updates [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.580; org.apache.solr.cloud= .RecoveryStrategy; PeerSync Recovery was not successful - trying replicatio= n. core=3Dnodes_used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.580; org.apache.solr.cloud= .RecoveryStrategy; Starting Replication Recovery. core=3Dnodes_used_collect= ion_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.580; org.apache.solr.cloud= .RecoveryStrategy; Begin buffering updates. core=3Dnodes_used_collection_sh= ard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.581; org.apache.solr.updat= e.UpdateLog; Starting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog= =3Dnull} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.581; org.apache.solr.cloud= .RecoveryStrategy; Attempting to replicate from http://127.0.0.1:50961/u_o/= hv/nodes_used_collection_shard1_replica1/. core=3Dnodes_used_collection_sha= rd1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.581; org.apache.solr.clien= t.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnection= s=3D128&maxConnectionsPerHost=3D32&followRedirects=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.588; org.apache.solr.handl= er.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.597; org.apache.solr.updat= e.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.598; org.apache.solr.updat= e.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=3Dnodes= _used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.603; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=3D2 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@16101c9 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@14523d0),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@16101c9 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@14523d0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.607; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.607; org.apache.solr.updat= e.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.607; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@1738249 main [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.609; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard2_replica1] Registered new searcher S= earcher@1738249 main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.612; org.apache.solr.core.= CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collection_shard2= _replica1/data/index.20130421082133562 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.613; org.apache.solr.core.= CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Luce= ne-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_used_collection_shar= d2_replica1/data/index.20130421082133562 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.618; org.apache.solr.core.= CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jen= kins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1366546885437/nodes_u= sed_collection_shard2_replica1/data/index.20130421082133562 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.619; org.apache.solr.cloud= .RecoveryStrategy; No replay needed. core=3Dnodes_used_collection_shard2_re= plica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.619; org.apache.solr.cloud= .RecoveryStrategy; Replication Recovery was successful - registering as Act= ive. core=3Dnodes_used_collection_shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.620; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard2_replica1 stat= e=3Dactive [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.631; org.apache.solr.cloud= .RecoveryStrategy; Finished recovery process. core=3Dnodes_used_collection_= shard2_replica1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.649; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] webapp=3D/u_o/hv path=3D/= get params=3D{getVersions=3D100&distrib=3Dfalse&wt=3Djavabin&qt=3D/get&vers= ion=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.698; org.apache.solr.updat= e.DirectUpdateHandler2; start commit{,optimize=3Dfalse,openSearcher=3Dfalse= ,waitSearcher=3Dtrue,expungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommi= t=3Dfalse} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.700; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@5d832f lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@1e26941),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.703; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 1[segments_1] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.703; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@5d832f lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@1e26941),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@5d832f lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@1e26941),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.704; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.704; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@154b8b4 realtime [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.705; org.apache.solr.updat= e.DirectUpdateHandler2; end_commit_flush [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.705; org.apache.solr.updat= e.processor.LogUpdateProcessor; [nodes_used_collection_shard1_replica1] web= app=3D/u_o/hv path=3D/update params=3D{waitSearcher=3Dtrue&openSearcher=3Df= alse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&version=3D2&softCom= mit=3Dfalse} {commit=3D} 0 7 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.706; org.apache.solr.handl= er.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.706; org.apache.solr.handl= er.SnapPuller; No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.708; org.apache.solr.handl= er.ReplicationHandler; Commits will be reserved for 10000 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.709; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] webapp=3D/u_o/hv path=3D/= replication params=3D{command=3Dindexversion&qt=3D/replication&wt=3Djavabin= &version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.710; org.apache.solr.handl= er.SnapPuller; Master's generation: 2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.710; org.apache.solr.handl= er.SnapPuller; Slave's generation: 1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.710; org.apache.solr.handl= er.SnapPuller; Starting replication process [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.712; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] webapp=3D/u_o/hv path=3D/= replication params=3D{command=3Dfilelist&qt=3D/replication&wt=3Djavabin&gen= eration=3D2&version=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.713; org.apache.solr.handl= er.SnapPuller; Number of files in latest index in master: 1 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.718; org.apache.solr.core.= CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspac= e/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collectio= n_shard1_replica2/data/index.20130421082133713 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.718; org.apache.solr.handl= er.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.= RAMDirectory@85eb08 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFacto= ry@1923b9) fullCopy=3Dfalse [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.728; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica1] webapp=3D/u_o/hv path=3D/= replication params=3D{file=3Dsegments_2&command=3Dfilecontent&checksum=3Dtr= ue&wt=3Dfilestream&qt=3D/replication&generation=3D2} status=3D0 QTime=3D0= =20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.732; org.apache.solr.handl= er.SnapPuller; Total time taken for download : 0 secs [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.747; org.apache.solr.updat= e.DefaultSolrCoreState; Creating new IndexWriter... [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.747; org.apache.solr.updat= e.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=3Dnodes= _used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.748; org.apache.solr.core.= SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=3D2 [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@c4be23 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@29d364),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 1> =09commit{dir=3DMockDirWrapper(org.apache.lucene.store= .RAMDirectory@c4be23 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFact= ory@29d364),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.748; org.apache.solr.core.= SolrDeletionPolicy; newest commit =3D 2[segments_2] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.748; org.apache.solr.updat= e.DefaultSolrCoreState; New IndexWriter is ready to be used. [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.749; org.apache.solr.searc= h.SolrIndexSearcher; Opening Searcher@6d897a main [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.750; org.apache.solr.core.= SolrCore; [nodes_used_collection_shard1_replica2] Registered new searcher S= earcher@6d897a main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.752; org.apache.solr.core.= CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene= -Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Collec= tionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collection_shard1= _replica2/data/index.20130421082133713 [CachedDir<>] [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.753; org.apache.solr.core.= CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Luce= ne-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_used_collection_shar= d1_replica2/data/index.20130421082133713 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.755; org.apache.solr.core.= CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jen= kins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1366546884235/nodes_u= sed_collection_shard1_replica2/data/index.20130421082133713 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.760; org.apache.solr.cloud= .RecoveryStrategy; No replay needed. core=3Dnodes_used_collection_shard1_re= plica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.761; org.apache.solr.cloud= .RecoveryStrategy; Replication Recovery was successful - registering as Act= ive. core=3Dnodes_used_collection_shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.761; org.apache.solr.cloud= .ZkController; publishing core=3Dnodes_used_collection_shard1_replica2 stat= e=3Dactive [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.764; org.apache.solr.cloud= .RecoveryStrategy; Finished recovery process. core=3Dnodes_used_collection_= shard1_replica2 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.882; org.apache.solr.commo= n.cloud.ZkStateReader; Updating cloud state from ZooKeeper...=20 [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.883; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:39729_u_o%2Fhv_nodes_use= d_collection_shard2_replica1", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard2", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard2_replica1", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:39729_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:39729/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.904; org.apache.solr.cloud= .Overseer$ClusterStateUpdater; Update state numShards=3D2 message=3D{ [junit4:junit4] 1> "operation":"state", [junit4:junit4] 1> "core_node_name":"127.0.0.1:52125_u_o%2Fhv_nodes_use= d_collection_shard1_replica2", [junit4:junit4] 1> "numShards":"2", [junit4:junit4] 1> "shard":"shard1", [junit4:junit4] 1> "roles":null, [junit4:junit4] 1> "state":"active", [junit4:junit4] 1> "shard_state":"active", [junit4:junit4] 1> "core":"nodes_used_collection_shard1_replica2", [junit4:junit4] 1> "collection":"nodes_used_collection", [junit4:junit4] 1> "shard_range":null, [junit4:junit4] 1> "node_name":"127.0.0.1:52125_u_o%2Fhv", [junit4:junit4] 1> "base_url":"http://127.0.0.1:52125/u_o/hv"} [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.907; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.908; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.908; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.908; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.908; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.907; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.907; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChanged path:/clusterstate.json, has occurred - updatin= g... (live nodes size: 5) [junit4:junit4] 1> INFO - 2013-04-21 12:21:33.907; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeDataChan [...truncated too long message...] eaderElector.access$000(LeaderElector.java:55) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector$1.process(Le= aderElector.java:129) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.proc= essEvent(ClientCnxn.java:519) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(= ClientCnxn.java:495) [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.020; org.apache.solr.cloud= .LeaderElector$1;=20 [junit4:junit4] 1> org.apache.zookeeper.KeeperException$SessionExpiredExc= eption: KeeperErrorCode =3D Session expired for /collections/awholynewcolle= ction_0/leader_elect/shard3/election [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:127) [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:51) [junit4:junit4] 1> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKe= eper.java:1468) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:235) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retry= Operation(ZkCmdExecutor.java:65) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient.getChi= ldren(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLe= ader(LeaderElector.java:84) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.access$000(L= eaderElector.java:55) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector$1.process(Le= aderElector.java:129) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.proc= essEvent(ClientCnxn.java:519) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(= ClientCnxn.java:495) [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.020; org.apache.solr.cloud= .LeaderElector$1;=20 [junit4:junit4] 1> org.apache.zookeeper.KeeperException$SessionExpiredExc= eption: KeeperErrorCode =3D Session expired for /collections/awholynewcolle= ction_0/leader_elect/shard1/election [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:127) [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:51) [junit4:junit4] 1> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKe= eper.java:1468) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:235) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retry= Operation(ZkCmdExecutor.java:65) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient.getChi= ldren(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLe= ader(LeaderElector.java:84) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.access$000(L= eaderElector.java:55) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector$1.process(Le= aderElector.java:129) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.proc= essEvent(ClientCnxn.java:519) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(= ClientCnxn.java:495) [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.021; org.apache.solr.cloud= .LeaderElector$1;=20 [junit4:junit4] 1> org.apache.zookeeper.KeeperException$SessionExpiredExc= eption: KeeperErrorCode =3D Session expired for /collections/awholynewcolle= ction_0/leader_elect/shard5/election [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:127) [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:51) [junit4:junit4] 1> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKe= eper.java:1468) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:235) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retry= Operation(ZkCmdExecutor.java:65) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient.getChi= ldren(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLe= ader(LeaderElector.java:84) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.access$000(L= eaderElector.java:55) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector$1.process(Le= aderElector.java:129) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.proc= essEvent(ClientCnxn.java:519) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(= ClientCnxn.java:495) [junit4:junit4] 1> INFO - 2013-04-21 12:25:53.021; org.apache.solr.commo= n.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncCon= nected type:NodeChildrenChanged path:/live_nodes, has occurred - updating..= . (live nodes size: 1) [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.021; org.apache.solr.commo= n.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to= ZK [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.021; org.apache.solr.commo= n.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to= ZK [junit4:junit4] 1> WARN - 2013-04-21 12:25:53.022; org.apache.solr.cloud= .LeaderElector$1;=20 [junit4:junit4] 1> org.apache.zookeeper.KeeperException$SessionExpiredExc= eption: KeeperErrorCode =3D Session expired for /collections/awholynewcolle= ction_0/leader_elect/shard4/election [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:127) [junit4:junit4] 1> =09at org.apache.zookeeper.KeeperException.create(Keep= erException.java:51) [junit4:junit4] 1> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKe= eper.java:1468) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:235) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient$6.exec= ute(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retry= Operation(ZkCmdExecutor.java:65) [junit4:junit4] 1> =09at org.apache.solr.common.cloud.SolrZkClient.getChi= ldren(SolrZkClient.java:232) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLe= ader(LeaderElector.java:84) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector.access$000(L= eaderElector.java:55) [junit4:junit4] 1> =09at org.apache.solr.cloud.LeaderElector$1.process(Le= aderElector.java:129) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.proc= essEvent(ClientCnxn.java:519) [junit4:junit4] 1> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(= ClientCnxn.java:495) [junit4:junit4] 2> NOTE: test params are: codec=3DLucene41, sim=3DRandomS= imilarityProvider(queryNorm=3Dtrue,coord=3Dcrazy): {}, locale=3Dzh_TW, time= zone=3DAmerica/Boa_Vista [junit4:junit4] 2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1= .7.0_21 (32-bit)/cpus=3D8,threads=3D3,free=3D63475016,total=3D183615488 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestPHPSerializedRes= ponseWriter, TestTrie, TestGroupingSearch, TestJoin, TestSchemaNameResource= , TestFunctionQuery, MoreLikeThisHandlerTest, SpatialFilterTest, CachingDir= ectoryFactoryTest, JsonLoaderTest, ShardRoutingTest, BinaryUpdateRequestHan= dlerTest, TestSort, TestReversedWildcardFilterFactory, LoggingHandlerTest, = QueryResultKeyTest, TestSolrDeletionPolicy2, TestPluginEnable, ScriptEngine= Test, DateFieldTest, PreAnalyzedFieldTest, DistributedQueryElevationCompone= ntTest, WordBreakSolrSpellCheckerTest, SOLR749Test, TestRandomDVFaceting, M= BeansHandlerTest, TestFuzzyAnalyzedSuggestions, PeerSyncTest, SpellingQuery= ConverterTest, DirectSolrConnectionTest, TestSolrXml, LukeRequestHandlerTes= t, TestSolrQueryParser, TestQuerySenderListener, TestConfig, SoftAutoCommit= Test, TestWriterPerf, CSVRequestHandlerTest, SolrCoreTest, TestDocSet, Test= PerFieldSimilarity, StatelessScriptUpdateProcessorFactoryTest, TestFieldTyp= eCollectionResource, RAMDirectoryFactoryTest, TestBadConfig, ZkCLITest, Dis= tributedTermsComponentTest, TestStressVersions, TestUniqueKeyFieldResource,= UpdateRequestProcessorFactoryTest, SystemInfoHandlerTest, ShowFileRequestH= andlerTest, AutoCommitTest, DocumentBuilderTest, TestSchemaResource, Analys= isAfterCoreReloadTest, FileBasedSpellCheckerTest, TestLRUCache, TestFastWri= ter, IndexSchemaTest, TestSolrCoreProperties, LeaderElectionTest, ClusterSt= ateUpdateTest, TestPhraseSuggestions, PrimitiveFieldTypeTest, TestManagedSc= hema, TestValueSourceCache, SolrTestCaseJ4Test, UUIDFieldTest, TestSolrDele= tionPolicy1, QueryParsingTest, BasicDistributedZkTest, UnloadDistributedZkT= est, CollectionsAPIDistributedZkTest] [junit4:junit4] Completed on J0 in 271.90s, 1 test, 1 failure <<< FAILURES! [...truncated 430 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The followin= g error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:181: The fo= llowing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:438:= The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:12= 34: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:87= 8: There were test failures: 291 suites, 1205 tests, 1 failure, 13 ignored = (7 assumptions) Total time: 44 minutes 11 seconds Build step 'Invoke Ant' marked build as failure Description set: Java: 32bit/jdk1.7.0_21 -client -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_140_185357641.1366547579824 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_140_185357641.1366547579824--