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 63947E82E for ; Wed, 13 Feb 2013 10:11:06 +0000 (UTC) Received: (qmail 65138 invoked by uid 500); 13 Feb 2013 10:11:04 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 65062 invoked by uid 500); 13 Feb 2013 10:11:04 -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 65036 invoked by uid 99); 13 Feb 2013 10:11:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 10:11:03 +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; Wed, 13 Feb 2013 10:10:53 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id A4FB514AA054 for ; Wed, 13 Feb 2013 10:10:29 +0000 (UTC) Date: Wed, 13 Feb 2013 10:10:13 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <1877608423.9.1360750229646.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 220 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_8_260730862.1360750213381" X-Jenkins-Job: Lucene-Solr-trunk-MacOSX X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8_260730862.1360750213381 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/220/ Java: 64bit/jdk1.7.0 -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:50184/oneIn= stanceCollection Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when = talking to server at: http://127.0.0.1:50184/oneInstanceCollection =09at __randomizedtesting.SeedInfo.seed([FF00938365A2FD19:7EE61D9B12FD9D25]= :0) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:416) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:181) =09at org.apache.solr.client.solrj.request.QueryRequest.process(QueryReques= t.java:90) =09at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) =09at org.apache.solr.cloud.BasicDistributedZkTest.testSearchByCollectionNa= me(BasicDistributedZkTest.java:1095) =09at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZ= kTest.java:330) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:794) =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) Caused by: java.net.SocketException: Invalid argument =09at java.net.SocketInputStream.socketRead0(Native Method) =09at java.net.SocketInputStream.read(SocketInputStream.java:150) =09at java.net.SocketInputStream.read(SocketInputStream.java:121) =09at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(Abstrac= tSessionInputBuffer.java:149) =09at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffe= r.java:111) =09at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractS= essionInputBuffer.java:264) =09at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResp= onseParser.java:98) =09at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessagePa= rser.java:252) =09at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHead= er(AbstractHttpClientConnection.java:282) =09at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHead= er(DefaultClientConnection.java:247) =09at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHe= ader(AbstractClientConnAdapter.java:216) =09at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRe= questExecutor.java:298) =09at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecu= tor.java:125) =09at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(Default= RequestDirector.java:647) =09at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq= uestDirector.java:464) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:820) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:754) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:732) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:353) =09... 46 more Build Log: [...truncated 9078 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest [junit4:junit4] 2> 0 T3543 oas.BaseDistributedSearchTestCase.initHostCont= ext Setting hostContext system property: / [junit4:junit4] 2> 8 T3543 oas.SolrTestCaseJ4.setUp ###Starting testDistr= ibSearch [junit4:junit4] 2> Creating dataDir: /Users/jenkins/jenkins-slave/workspa= ce/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDi= stributedZkTest-1360749024716 [junit4:junit4] 2> 10 T3543 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 11 T3544 oasc.ZkTestServer$ZKServerMain.runFromConfig = Starting server [junit4:junit4] 2> 18 T3544 oazs.ZooKeeperServer.setTickTime tickTime set= to 1000 [junit4:junit4] 2> 22 T3544 oazs.ZooKeeperServer.setMinSessionTimeout min= SessionTimeout set to -1 [junit4:junit4] 2> 22 T3544 oazs.ZooKeeperServer.setMaxSessionTimeout max= SessionTimeout set to -1 [junit4:junit4] 2> 23 T3544 oazs.NIOServerCnxnFactory.configure binding t= o port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 27 T3544 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 t= o /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/buil= d/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-13607490= 24716/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 113 T3543 oasc.ZkTestServer.run start zk server on por= t:50177 [junit4:junit4] 2> 114 T3543 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:50177 sessionTimeout=3D10000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@d276ba2 [junit4:junit4] 2> 116 T3543 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 116 T3549 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:50177. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 117 T3549 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:50177, initiating sessio= n [junit4:junit4] 2> 117 T3545 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:50178 [junit4:junit4] 2> 118 T3545 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:50178 [junit4:junit4] 2> 119 T3547 oazsp.FileTxnLog.append Creating new log fil= e: log.1 [junit4:junit4] 2> 121 T3547 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd2f655e10000 with negotiated timeout 10000 for client /= 127.0.0.1:50178 [junit4:junit4] 2> 121 T3549 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:50177, sessionid =3D= 0x13cd2f655e10000, negotiated timeout =3D 10000 [junit4:junit4] 2> 122 T3550 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@d276ba2 name:ZooKeeperConnection= Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4:junit4] 2> 123 T3543 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 123 T3543 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 128 T3548 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd2f655e10000 [junit4:junit4] 2> 129 T3550 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 129 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e100= 00 closed [junit4:junit4] 2> 130 T3545 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:50178 which had sessionid 0x13cd2f655e10000 [junit4:junit4] 2> 130 T3543 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@3bc06115 [junit4:junit4] 2> 132 T3543 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 132 T3551 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:50177. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 133 T3551 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:50177, initiating sessio= n [junit4:junit4] 2> 133 T3545 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:50179 [junit4:junit4] 2> 134 T3545 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:50179 [junit4:junit4] 2> 135 T3547 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd2f655e10001 with negotiated timeout 10000 for client /= 127.0.0.1:50179 [junit4:junit4] 2> 136 T3551 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:50177, sessionid =3D= 0x13cd2f655e10001, negotiated timeout =3D 10000 [junit4:junit4] 2> 136 T3552 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@3bc06115 name:ZooKeeperConnectio= n Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 136 T3543 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 137 T3543 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1 [junit4:junit4] 2> 141 T3543 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/shards [junit4:junit4] 2> 147 T3543 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection [junit4:junit4] 2> 151 T3543 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/shards [junit4:junit4] 2> 156 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrc= onfig.xml [junit4:junit4] 2> 157 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.xml [junit4:junit4] 2> 164 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xm= l [junit4:junit4] 2> 166 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/schema.xml [junit4:junit4] 2> 170 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwo= rds.txt [junit4:junit4] 2> 171 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/stopwords.txt [junit4:junit4] 2> 175 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwo= rds.txt [junit4:junit4] 2> 176 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/protwords.txt [junit4:junit4] 2> 182 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currenc= y.xml [junit4:junit4] 2> 183 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/currency.xml [junit4:junit4] 2> 187 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/c= onf1/open-exchange-rates.json [junit4:junit4] 2> 188 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/open-exchange-rates.json [junit4:junit4] 2> 192 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 193 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 198 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old= _synonyms.txt [junit4:junit4] 2> 199 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/old_synonyms.txt [junit4:junit4] 2> 204 T3543 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-c= ore/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonym= s.txt [junit4:junit4] 2> 204 T3543 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/synonyms.txt [junit4:junit4] 2> 208 T3548 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd2f655e10001 [junit4:junit4] 2> 209 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e100= 01 closed [junit4:junit4] 2> 209 T3552 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 209 T3545 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:50179 which had sessionid 0x13cd2f655e10001 [junit4:junit4] 2> 393 T3543 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 407 T3543 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:50180 [junit4:junit4] 2> 408 T3543 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 408 T3543 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 409 T3543 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Luc= ene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= BasicDistributedZkTest-controljetty-1360749024917 [junit4:junit4] 2> 409 T3543 oasc.CoreContainer$Initializer.initialize lo= oking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trun= k-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribu= tedZkTest-controljetty-1360749024917/solr.xml [junit4:junit4] 2> 410 T3543 oasc.CoreContainer. New CoreContainer = 1313659361 [junit4:junit4] 2> 410 T3543 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trun= k-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribu= tedZkTest-controljetty-1360749024917/' [junit4:junit4] 2> 411 T3543 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Sol= r-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-controljetty-1360749024917/' [junit4:junit4] 2> 450 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 60000 [junit4:junit4] 2> 451 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 451 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 452 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 453 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 453 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 454 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 454 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 455 T3543 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 455 T3543 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 467 T3543 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 487 T3543 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:50177/solr [junit4:junit4] 2> 488 T3543 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 488 T3543 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:50177 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@3082e80b [junit4:junit4] 2> 490 T3543 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 490 T3562 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:50177. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 492 T3562 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:50177, initiating sessio= n [junit4:junit4] 2> 492 T3545 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:50181 [junit4:junit4] 2> 493 T3545 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:50181 [junit4:junit4] 2> 494 T3547 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd2f655e10002 with negotiated timeout 20000 for client /= 127.0.0.1:50181 [junit4:junit4] 2> 494 T3562 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:50177, sessionid =3D= 0x13cd2f655e10002, negotiated timeout =3D 20000 [junit4:junit4] 2> 495 T3563 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@3082e80b name:ZooKeeperConnectio= n Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 495 T3543 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 497 T3548 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd2f655e10002 [junit4:junit4] 2> 498 T3545 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:50181 which had sessionid 0x13cd2f655e10002 [junit4:junit4] 2> 498 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e100= 02 closed [junit4:junit4] 2> 498 T3563 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 499 T3543 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 504 T3543 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@260cfbb1 [junit4:junit4] 2> 505 T3543 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 505 T3564 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:50177. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 506 T3564 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:50177, initiating sessio= n [junit4:junit4] 2> 506 T3545 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:50182 [junit4:junit4] 2> 507 T3545 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:50182 [junit4:junit4] 2> 508 T3547 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd2f655e10003 with negotiated timeout 20000 for client /= 127.0.0.1:50182 [junit4:junit4] 2> 508 T3564 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:50177, sessionid =3D= 0x13cd2f655e10003, negotiated timeout =3D 20000 [junit4:junit4] 2> 509 T3565 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@260cfbb1 name:ZooKeeperConnectio= n Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 509 T3543 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 511 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:crea= te cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 514 T3543 oascc.SolrZkClient.makePath makePath: /live_= nodes [junit4:junit4] 2> 517 T3543 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:50180_ [junit4:junit4] 2> 518 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:dele= te cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:50180_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.= 0.1:50180_ [junit4:junit4] 2> 519 T3543 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:50180_ [junit4:junit4] 2> 525 T3543 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/election [junit4:junit4] 2> 532 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:dele= te cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_ele= ct/leader Error:KeeperErrorCode =3D NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 533 T3543 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/leader [junit4:junit4] 2> 538 T3543 oasc.Overseer.start Overseer (id=3D891780480= 85164035-127.0.0.1:50180_-n_0000000000) starting [junit4:junit4] 2> 539 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:crea= te cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 540 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:crea= te cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 542 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:crea= te cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 543 T3548 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd2f655e10003 type:crea= te cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 545 T3567 oasc.OverseerCollectionProcessor.run Process= current queue of collection creations [junit4:junit4] 2> 546 T3543 oascc.SolrZkClient.makePath makePath: /clust= erstate.json [junit4:junit4] 2> 550 T3543 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 554 T3566 oasc.Overseer$ClusterStateUpdater.run Starti= ng to work on the main queue [junit4:junit4] 2> 560 T3568 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Luc= ene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= BasicDistributedZkTest-controljetty-1360749024917/collection1 [junit4:junit4] 2> 560 T3568 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:control_collection [junit4:junit4] 2> 562 T3568 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 562 T3568 oasc.ZkController.readConfigName Load collec= tion config from:/collections/control_collection [junit4:junit4] 2> 565 T3568 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Sol= r-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-controljetty-1360749024917/collection1/' [junit4:junit4] 2> 566 T3568 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= controljetty-1360749024917/collection1/lib/classes/' to classloader [junit4:junit4] 2> 567 T3568 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= controljetty-1360749024917/collection1/lib/README' to classloader [junit4:junit4] 2> 620 T3568 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_50 [junit4:junit4] 2> 682 T3568 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 684 T3568 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 690 T3568 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 1256 T3568 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 1265 T3568 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 1269 T3568 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 1292 T3568 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1297 T3568 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1301 T3568 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1302 T3568 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1305 T3568 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-controljetty-1360749024917/collection1/, dataDir=3D./org.apache.solr.= cloud.BasicDistributedZkTest-1360749024716/control/data/ [junit4:junit4] 2> 1305 T3568 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@4ad8d990 [junit4:junit4] 2> 1306 T3568 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 1306 T3568 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/control/data forceNew:false [junit4:junit4] 2> 1307 T3568 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/control/data [junit4:junit4] 2> 1307 T3568 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/control/data/index/ [junit4:junit4] 2> 1308 T3568 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0749024716/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 1309 T3568 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/control/data/index forceNew:false [junit4:junit4] 2> 1315 T3568 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/control/data/index lo= ckFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@6dfb2cab; maxCacheM= B=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames= =3D[segments_1] [junit4:junit4] 2> 1315 T3568 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 1316 T3568 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/control/data/index [junit4:junit4] 2> 1317 T3568 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 1320 T3568 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 1320 T3568 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 1321 T3568 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 1321 T3568 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 1322 T3568 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 1323 T3568 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 1323 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1324 T3568 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1325 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 1325 T3568 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 1326 T3568 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 1326 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 1327 T3568 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 1327 T3568 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 1328 T3568 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 1329 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1330 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1330 T3568 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1331 T3568 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1332 T3568 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1332 T3568 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 1333 T3568 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1334 T3568 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1334 T3568 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1335 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 1336 T3568 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 1344 T3568 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 1348 T3568 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 1350 T3568 oasc.SolrCore.initDeprecatedSupport WARNING= adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS= .TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT,= CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 1352 T3568 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/control/data [junit4:junit4] 2> 1353 T3568 oass.SolrIndexSearcher. Opening Searc= her@4c322015 main [junit4:junit4] 2> 1355 T3568 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 1355 T3568 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 1356 T3568 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 1361 T3568 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 1392 T3569 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@4c322015 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 1397 T3568 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 1397 T3568 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 1398 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10003 type:cre= ate cxid:0x51 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue [junit4:junit4] 2> 2064 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 2067 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"control_collection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50180_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50180"} [junit4:junit4] 2> 2068 T3566 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection control_collection with numShards 1 [junit4:junit4] 2> 2068 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 2070 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10003 type:cre= ate cxid:0x59 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue-work Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue-work [junit4:junit4] 2> 2086 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 2402 T3568 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 2404 T3568 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:50180 collection:control_colle= ction shard:shard1 [junit4:junit4] 2> 2406 T3568 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 2426 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10003 type:del= ete cxid:0x73 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections= /control_collection/leaders Error:KeeperErrorCode =3D NoNode for /solr/coll= ections/control_collection/leaders [junit4:junit4] 2> 2428 T3568 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 2429 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10003 type:cre= ate cxid:0x74 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 2435 T3568 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2436 T3568 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 2436 T3568 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:50180/collection1/ [junit4:junit4] 2> 2437 T3568 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 2438 T3568 oasc.SyncStrategy.syncToMe http://127.0.0.1= :50180/collection1/ has no replicas [junit4:junit4] 2> 2439 T3568 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:50180/collection1/ [junit4:junit4] 2> 2440 T3568 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leaders/shard1 [junit4:junit4] 2> 2456 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10003 type:cre= ate cxid:0x7e zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 3597 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3614 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 3660 T3568 oasc.ZkController.register We are http://12= 7.0.0.1:50180/collection1/ and leader is http://127.0.0.1:50180/collection1= / [junit4:junit4] 2> 3660 T3568 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50180 [junit4:junit4] 2> 3661 T3568 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 3661 T3568 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 3661 T3568 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 3666 T3568 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3670 T3543 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/sol= r-core/test/J0 [junit4:junit4] 2> 3671 T3543 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 3673 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 3692 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config: [junit4:junit4] 2> 3697 T3543 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@7f9b98a7 [junit4:junit4] 2> 3699 T3543 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3699 T3570 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:50177. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 3701 T3570 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:50177, initiating sessi= on [junit4:junit4] 2> 3701 T3545 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:50183 [junit4:junit4] 2> 3702 T3545 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:50183 [junit4:junit4] 2> 3703 T3547 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd2f655e10004 with negotiated timeout 10000 for client = /127.0.0.1:50183 [junit4:junit4] 2> 3703 T3570 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10004, negotiated timeout =3D 10000 [junit4:junit4] 2> 3704 T3571 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@7f9b98a7 name:ZooKeeperConnecti= on Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 3705 T3543 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3706 T3543 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3709 T3543 oasc.ChaosMonkey.monkeyLog monkey: init - e= xpire sessions:true cause connection loss:true [junit4:junit4] 2> 3924 T3543 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 3929 T3543 oejs.AbstractConnector.doStart Started Sele= ctChannelConnector@127.0.0.1:50184 [junit4:junit4] 2> 3930 T3543 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 3931 T3543 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 3932 T3543 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud= .BasicDistributedZkTest-jetty1-1360749028417 [junit4:junit4] 2> 3932 T3543 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tru= nk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty1-1360749028417/solr.xml [junit4:junit4] 2> 3932 T3543 oasc.CoreContainer. New CoreContainer= 1632618483 [junit4:junit4] 2> 3934 T3543 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tru= nk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty1-1360749028417/' [junit4:junit4] 2> 3934 T3543 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicD= istributedZkTest-jetty1-1360749028417/' [junit4:junit4] 2> 3978 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 60000 [junit4:junit4] 2> 3978 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 3979 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 3980 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 3980 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 3981 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 3982 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 3982 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 3983 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 3983 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 3998 T3543 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 4010 T3543 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:50177/solr [junit4:junit4] 2> 4011 T3543 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 4011 T3543 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:50177 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@c04c0ac [junit4:junit4] 2> 4013 T3543 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4013 T3581 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:50177. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 4014 T3581 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:50177, initiating sessi= on [junit4:junit4] 2> 4015 T3545 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:50185 [junit4:junit4] 2> 4015 T3545 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:50185 [junit4:junit4] 2> 4017 T3547 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd2f655e10005 with negotiated timeout 20000 for client = /127.0.0.1:50185 [junit4:junit4] 2> 4017 T3581 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10005, negotiated timeout =3D 20000 [junit4:junit4] 2> 4017 T3582 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@c04c0ac name:ZooKeeperConnectio= n Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 4018 T3543 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4019 T3548 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13cd2f655e10005 [junit4:junit4] 2> 4021 T3545 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /127.0.0.1:50185 which had sessionid 0x13cd2f655e1000= 5 [junit4:junit4] 2> 4021 T3582 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 4021 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e10= 005 closed [junit4:junit4] 2> 4022 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 4034 T3543 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@749c7706 [junit4:junit4] 2> 4035 T3543 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4036 T3583 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:50177. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 4037 T3583 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:50177, initiating sessi= on [junit4:junit4] 2> 4037 T3545 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:50186 [junit4:junit4] 2> 4037 T3545 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:50186 [junit4:junit4] 2> 4039 T3547 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd2f655e10006 with negotiated timeout 20000 for client = /127.0.0.1:50186 [junit4:junit4] 2> 4039 T3583 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10006, negotiated timeout =3D 20000 [junit4:junit4] 2> 4039 T3584 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@749c7706 name:ZooKeeperConnecti= on Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 4039 T3543 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4040 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:cre= ate cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4042 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:cre= ate cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4044 T3543 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 4048 T3543 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:50184_ [junit4:junit4] 2> 4049 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:del= ete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:50184_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:50184_ [junit4:junit4] 2> 4050 T3543 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:50184_ [junit4:junit4] 2> 4054 T3571 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4054 T3565 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4054 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 4054 T3584 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4062 T3585 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud= .BasicDistributedZkTest-jetty1-1360749028417/collection1 [junit4:junit4] 2> 4062 T3585 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 4064 T3585 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 4064 T3585 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 4066 T3585 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicD= istributedZkTest-jetty1-1360749028417/collection1/' [junit4:junit4] 2> 4067 T3585 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest= -jetty1-1360749028417/collection1/lib/classes/' to classloader [junit4:junit4] 2> 4067 T3585 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest= -jetty1-1360749028417/collection1/lib/README' to classloader [junit4:junit4] 2> 4127 T3585 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 4198 T3585 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 4200 T3585 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 4208 T3585 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 4787 T3585 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 4796 T3585 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 4799 T3585 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 4820 T3585 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 4826 T3585 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 4832 T3585 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 4834 T3585 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 4836 T3585 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-jetty1-1360749028417/collection1/, dataDir=3D./org.apache.solr.cloud.= BasicDistributedZkTest-1360749024716/jetty1/ [junit4:junit4] 2> 4836 T3585 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@4ad8d990 [junit4:junit4] 2> 4837 T3585 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 4838 T3585 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty1 forceNew:false [junit4:junit4] 2> 4838 T3585 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty1 [junit4:junit4] 2> 4839 T3585 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty1/index/ [junit4:junit4] 2> 4839 T3585 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0749024716/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 4840 T3585 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty1/index forceNew:false [junit4:junit4] 2> 4845 T3585 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty1/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@6f145e04; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 4846 T3585 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 4847 T3585 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty1/index [junit4:junit4] 2> 4847 T3585 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 4850 T3585 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 4850 T3585 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 4851 T3585 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 4851 T3585 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 4852 T3585 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 4853 T3585 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 4853 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 4854 T3585 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 4854 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 4855 T3585 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 4856 T3585 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 4856 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 4857 T3585 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 4857 T3585 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 4858 T3585 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 4858 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 4859 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4859 T3585 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4860 T3585 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 4861 T3585 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 4861 T3585 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 4862 T3585 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4863 T3585 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4863 T3585 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4864 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 4865 T3585 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 4872 T3585 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 4875 T3585 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 4877 T3585 oasc.SolrCore.initDeprecatedSupport WARNING= adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS= .TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT,= CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 4879 T3585 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty1 [junit4:junit4] 2> 4880 T3585 oass.SolrIndexSearcher. Opening Searc= her@402e7568 main [junit4:junit4] 2> 4881 T3585 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 4882 T3585 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 4882 T3585 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 4888 T3585 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 4920 T3586 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@402e7568 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 4928 T3585 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 4928 T3585 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 5126 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 5128 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"control_collection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50180_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50180"} [junit4:junit4] 2> 5141 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50184_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50184"} [junit4:junit4] 2> 5141 T3566 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection collection1 with numShards 2 [junit4:junit4] 2> 5142 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 5155 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5156 T3584 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5155 T3571 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5974 T3585 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 5974 T3585 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:50184 collection:collection1 s= hard:shard1 [junit4:junit4] 2> 5977 T3585 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 5997 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:del= ete cxid:0x45 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections= /collection1/leaders Error:KeeperErrorCode =3D NoNode for /solr/collections= /collection1/leaders [junit4:junit4] 2> 5999 T3585 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 6001 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:cre= ate cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 6006 T3585 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 6007 T3585 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 6008 T3585 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:50184/collection1/ [junit4:junit4] 2> 6009 T3585 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 6009 T3585 oasc.SyncStrategy.syncToMe http://127.0.0.1= :50184/collection1/ has no replicas [junit4:junit4] 2> 6010 T3585 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:50184/collection1/ [junit4:junit4] 2> 6011 T3585 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard1 [junit4:junit4] 2> 6030 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10006 type:cre= ate cxid:0x50 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 6680 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6707 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6708 T3571 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6708 T3584 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6754 T3585 oasc.ZkController.register We are http://12= 7.0.0.1:50184/collection1/ and leader is http://127.0.0.1:50184/collection1= / [junit4:junit4] 2> 6754 T3585 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50184 [junit4:junit4] 2> 6755 T3585 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 6755 T3585 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 6755 T3585 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 6758 T3585 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6760 T3543 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/sol= r-core/test/J0 [junit4:junit4] 2> 6760 T3543 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 6761 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 6948 T3543 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 6952 T3543 oejs.AbstractConnector.doStart Started Sele= ctChannelConnector@127.0.0.1:50187 [junit4:junit4] 2> 6954 T3543 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 6955 T3543 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 6955 T3543 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud= .BasicDistributedZkTest-jetty2-1360749031475 [junit4:junit4] 2> 6956 T3543 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tru= nk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty2-1360749031475/solr.xml [junit4:junit4] 2> 6956 T3543 oasc.CoreContainer. New CoreContainer= 1535495046 [junit4:junit4] 2> 6957 T3543 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tru= nk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty2-1360749031475/' [junit4:junit4] 2> 6958 T3543 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicD= istributedZkTest-jetty2-1360749031475/' [junit4:junit4] 2> 6997 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 60000 [junit4:junit4] 2> 6998 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 6998 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 6999 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 6999 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 7000 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 7000 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 7001 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 7001 T3543 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 7002 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 7014 T3543 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 7032 T3543 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:50177/solr [junit4:junit4] 2> 7033 T3543 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 7034 T3543 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:50177 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@652be7d4 [junit4:junit4] 2> 7036 T3543 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7037 T3596 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:50177. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7038 T3596 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:50177, initiating sessi= on [junit4:junit4] 2> 7039 T3545 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:50188 [junit4:junit4] 2> 7039 T3545 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:50188 [junit4:junit4] 2> 7040 T3547 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd2f655e10007 with negotiated timeout 20000 for client = /127.0.0.1:50188 [junit4:junit4] 2> 7041 T3596 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10007, negotiated timeout =3D 20000 [junit4:junit4] 2> 7041 T3597 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@652be7d4 name:ZooKeeperConnecti= on Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 7041 T3543 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7043 T3548 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13cd2f655e10007 [junit4:junit4] 2> 7044 T3545 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /127.0.0.1:50188 which had sessionid 0x13cd2f655e1000= 7 [junit4:junit4] 2> 7044 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e10= 007 closed [junit4:junit4] 2> 7044 T3597 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 7044 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 7051 T3543 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@4abc30c7 [junit4:junit4] 2> 7052 T3543 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7053 T3598 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:50177. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7054 T3598 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:50177, initiating sessi= on [junit4:junit4] 2> 7055 T3545 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:50189 [junit4:junit4] 2> 7055 T3545 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:50189 [junit4:junit4] 2> 7056 T3547 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd2f655e10008 with negotiated timeout 20000 for client = /127.0.0.1:50189 [junit4:junit4] 2> 7056 T3598 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10008, negotiated timeout =3D 20000 [junit4:junit4] 2> 7057 T3599 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@4abc30c7 name:ZooKeeperConnecti= on Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 7057 T3543 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7058 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:cre= ate cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7060 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:cre= ate cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7062 T3543 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 7066 T3543 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:50187_ [junit4:junit4] 2> 7067 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:del= ete cxid:0x9 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:50187_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:50187_ [junit4:junit4] 2> 7068 T3543 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:50187_ [junit4:junit4] 2> 7074 T3584 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 7076 T3565 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7076 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 7076 T3599 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7077 T3571 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7077 T3571 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 7081 T3584 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7089 T3600 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud= .BasicDistributedZkTest-jetty2-1360749031475/collection1 [junit4:junit4] 2> 7090 T3600 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 7091 T3600 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 7091 T3600 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 7093 T3600 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicD= istributedZkTest-jetty2-1360749031475/collection1/' [junit4:junit4] 2> 7094 T3600 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest= -jetty2-1360749031475/collection1/lib/classes/' to classloader [junit4:junit4] 2> 7094 T3600 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest= -jetty2-1360749031475/collection1/lib/README' to classloader [junit4:junit4] 2> 7140 T3600 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 7209 T3600 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 7210 T3600 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 7217 T3600 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 7758 T3600 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 7768 T3600 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 7771 T3600 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 7793 T3600 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 7799 T3600 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 7805 T3600 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 7807 T3600 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 7808 T3600 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-jetty2-1360749031475/collection1/, dataDir=3D./org.apache.solr.cloud.= BasicDistributedZkTest-1360749024716/jetty2/ [junit4:junit4] 2> 7809 T3600 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@4ad8d990 [junit4:junit4] 2> 7809 T3600 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 7810 T3600 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty2 forceNew:false [junit4:junit4] 2> 7810 T3600 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty2 [junit4:junit4] 2> 7811 T3600 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty2/index/ [junit4:junit4] 2> 7811 T3600 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0749024716/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 7812 T3600 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-1360749024716/jetty2/index forceNew:false [junit4:junit4] 2> 7816 T3600 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty2/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@462caf2b; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 7816 T3600 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 7817 T3600 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty2/index [junit4:junit4] 2> 7817 T3600 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 7819 T3600 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 7819 T3600 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 7819 T3600 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 7820 T3600 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 7820 T3600 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 7820 T3600 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 7821 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 7821 T3600 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 7821 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 7823 T3600 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 7823 T3600 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 7823 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 7824 T3600 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 7824 T3600 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 7825 T3600 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 7825 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 7825 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7826 T3600 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7826 T3600 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 7827 T3600 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 7827 T3600 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 7828 T3600 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7828 T3600 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7829 T3600 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7829 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 7829 T3600 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 7834 T3600 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 7837 T3600 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 7839 T3600 oasc.SolrCore.initDeprecatedSupport WARNING= adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS= .TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT,= CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 7841 T3600 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX= /solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTes= t-1360749024716/jetty2 [junit4:junit4] 2> 7842 T3600 oass.SolrIndexSearcher. Opening Searc= her@47d00c0 main [junit4:junit4] 2> 7843 T3600 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 7844 T3600 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 7844 T3600 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 7849 T3600 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 7879 T3601 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@47d00c0 main{StandardDirectoryReader(seg= ments_1:1)} [junit4:junit4] 2> 7886 T3600 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 7886 T3600 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 8230 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8231 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50184_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50184"} [junit4:junit4] 2> 8242 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50187_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50187"} [junit4:junit4] 2> 8243 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D2 [junit4:junit4] 2> 8243 T3566 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 8259 T3584 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8259 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8260 T3571 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8261 T3599 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 8889 T3600 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 8890 T3600 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:50187 collection:collection1 s= hard:shard2 [junit4:junit4] 2> 8893 T3600 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard2/election [junit4:junit4] 2> 8911 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:del= ete cxid:0x44 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections= /collection1/leaders/shard2 Error:KeeperErrorCode =3D NoNode for /solr/coll= ections/collection1/leaders/shard2 [junit4:junit4] 2> 8913 T3600 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 8914 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:cre= ate cxid:0x45 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8920 T3600 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 8920 T3600 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 8921 T3600 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:50187/collection1/ [junit4:junit4] 2> 8921 T3600 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 8922 T3600 oasc.SyncStrategy.syncToMe http://127.0.0.1= :50187/collection1/ has no replicas [junit4:junit4] 2> 8923 T3600 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:50187/collection1/ [junit4:junit4] 2> 8923 T3600 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard2 [junit4:junit4] 2> 8934 T3548 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd2f655e10008 type:cre= ate cxid:0x4e zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 9786 T3566 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9811 T3571 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9812 T3584 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9813 T3599 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9812 T3565 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9865 T3600 oasc.ZkController.register We are http://12= 7.0.0.1:50187/collection1/ and leader is http://127.0.0.1:50187/collection1= / [junit4:junit4] 2> 9865 T3600 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50187 [junit4:junit4] 2> 9866 T3600 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 9868 T3600 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 9869 T3600 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 9875 T3600 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9878 T3543 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/sol= r-core/test/J0 [junit4:junit4] 2> 9879 T3543 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 9880 T3543 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 10062 T3543 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 10066 T3543 oejs.AbstractConnector.doStart Started Sel= ectChannelConnector@127.0.0.1:50190 [junit4:junit4] 2> 10067 T3543 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() [junit4:junit4] 2> 10068 T3543 oasc.SolrResourceLoader.locateSolrHome JND= I not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 10069 T3543 oasc.SolrResourceLoader.locateSolrHome usi= ng system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.BasicDistributedZkTest-jetty3-1360749034598 [junit4:junit4] 2> 10069 T3543 oasc.CoreContainer$Initializer.initialize = looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tr= unk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistri= butedZkTest-jetty3-1360749034598/solr.xml [junit4:junit4] 2> 10070 T3543 oasc.CoreContainer. New CoreContaine= r 454724639 [junit4:junit4] 2> 10070 T3543 oasc.CoreContainer.load Loading CoreContai= ner using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tr= unk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistri= butedZkTest-jetty3-1360749034598/' [junit4:junit4] 2> 10071 T3543 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-jetty3-1360749034598/' [junit4:junit4] 2> 10110 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 60000 [junit4:junit4] 2> 10111 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 10111 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 10112 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 10113 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 10113 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 10114 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 10114 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 10115 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 10115 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 10129 T3543 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 10148 T3543 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:50177/solr [junit4:junit4] 2> 10149 T3543 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 10149 T3543 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:50177 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@79109719 [junit4:junit4] 2> 10151 T3543 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 10151 T3611 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:50177. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 10152 T3611 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:50177, initiating sess= ion [junit4:junit4] 2> 10153 T3545 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:50191 [junit4:junit4] 2> 10154 T3545 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:50191 [junit4:junit4] 2> 10155 T3547 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd2f655e10009 with negotiated timeout 20000 for client= /127.0.0.1:50191 [junit4:junit4] 2> 10155 T3611 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e10009, negotiated timeout =3D 20000 [junit4:junit4] 2> 10156 T3612 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@79109719 name:ZooKeeperConnect= ion Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4:junit4] 2> 10156 T3543 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 10158 T3548 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13cd2f655e10009 [junit4:junit4] 2> 10159 T3545 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /127.0.0.1:50191 which had sessionid 0x13cd2f655e100= 09 [junit4:junit4] 2> 10159 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e1= 0009 closed [junit4:junit4] 2> 10159 T3612 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 10160 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 10164 T3543 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@2f2447dd [junit4:junit4] 2> 10166 T3543 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 10166 T3613 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:50177. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 10167 T3613 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:50177, initiating sess= ion [junit4:junit4] 2> 10167 T3545 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:50192 [junit4:junit4] 2> 10168 T3545 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:50192 [junit4:junit4] 2> 10169 T3547 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd2f655e1000a with negotiated timeout 20000 for client= /127.0.0.1:50192 [junit4:junit4] 2> 10169 T3613 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e1000a, negotiated timeout =3D 20000 [junit4:junit4] 2> 10170 T3614 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@2f2447dd name:ZooKeeperConnect= ion Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 10170 T3543 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 10171 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000a type:cr= eate cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 10172 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000a type:cr= eate cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 10175 T3543 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 10178 T3543 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50190_ [junit4:junit4] 2> 10179 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000a type:de= lete cxid:0x9 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:50190_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:50190_ [junit4:junit4] 2> 10180 T3543 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:50190_ [junit4:junit4] 2> 10185 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 10185 T3599 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10185 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 10185 T3565 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10186 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 10186 T3571 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10186 T3614 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10187 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 10189 T3584 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10208 T3615 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.BasicDistributedZkTest-jetty3-1360749034598/collection1 [junit4:junit4] 2> 10209 T3615 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 10210 T3615 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 10210 T3615 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 10212 T3615 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-jetty3-1360749034598/collection1/' [junit4:junit4] 2> 10213 T3615 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacO= SX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTes= t-jetty3-1360749034598/collection1/lib/classes/' to classloader [junit4:junit4] 2> 10213 T3615 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacO= SX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTes= t-jetty3-1360749034598/collection1/lib/README' to classloader [junit4:junit4] 2> 10266 T3615 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_50 [junit4:junit4] 2> 10336 T3615 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 10337 T3615 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 10343 T3615 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 10891 T3615 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 10900 T3615 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 10904 T3615 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 10926 T3615 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10931 T3615 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10936 T3615 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10939 T3615 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10940 T3615 oasc.SolrCore. [collection1] Opening= new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-M= acOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributed= ZkTest-jetty3-1360749034598/collection1/, dataDir=3D./org.apache.solr.cloud= .BasicDistributedZkTest-1360749024716/jetty3/ [junit4:junit4] 2> 10941 T3615 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@4ad8d990 [junit4:junit4] 2> 10941 T3615 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 10942 T3615 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty3 forceNew:false [junit4:junit4] 2> 10942 T3615 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty3 [junit4:junit4] 2> 10943 T3615 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty3/index/ [junit4:junit4] 2> 10943 T3615 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 60749024716/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 10944 T3615 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty3/index forceNew:false [junit4:junit4] 2> 10949 T3615 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty3/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@4abb4a2e; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 10950 T3615 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 10951 T3615 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty3/index [junit4:junit4] 2> 10951 T3615 oasc.SolrCore.initWriters created xml: sol= r.XMLResponseWriter [junit4:junit4] 2> 10955 T3615 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 10956 T3615 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe-allfields" [junit4:junit4] 2> 10957 T3615 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 10958 T3615 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= uniq-fields" [junit4:junit4] 2> 10959 T3615 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 10959 T3615 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 10960 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 10961 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 10962 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 10963 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created dismax: solr.SearchHandler [junit4:junit4] 2> 10964 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 10965 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 10965 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 10966 T3615 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 10966 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 10968 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 10968 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10969 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10969 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH_Direct: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 10970 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 10971 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component= .SearchHandler [junit4:junit4] 2> 10971 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandle= r [junit4:junit4] 2> 10972 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10972 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10973 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 10973 T3615 oasc.RequestHandlers.initHandlersFromConfi= g created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 10978 T3615 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 10981 T3615 oasc.SolrCore.initDeprecatedSupport WARNIN= G solrconfig.xml uses deprecated , Please update your = config to use the ShowFileRequestHandler. [junit4:junit4] 2> 10982 T3615 oasc.SolrCore.initDeprecatedSupport WARNIN= G adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYM= S.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT= , CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 10984 T3615 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty3 [junit4:junit4] 2> 10985 T3615 oass.SolrIndexSearcher. Opening Sear= cher@32ee9769 main [junit4:junit4] 2> 10987 T3615 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 10987 T3615 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 10988 T3615 oashc.SpellCheckComponent.inform Initializ= ing spell checkers [junit4:junit4] 2> 10992 T3615 oass.DirectSolrSpellChecker.init init: {na= me=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLe= ngth=3D3} [junit4:junit4] 2> 11015 T3616 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@32ee9769 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 11020 T3615 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 11021 T3615 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 11337 T3566 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 11340 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard2", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50187_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50187"} [junit4:junit4] 2> 11351 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50190_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50190"} [junit4:junit4] 2> 11351 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 11352 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 11366 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 11366 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 11367 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 11367 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 11368 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 12023 T3615 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 12024 T3615 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:50190 collection:collection1 = shard:shard1 [junit4:junit4] 2> 12034 T3615 oasc.ZkController.register We are http://1= 27.0.0.1:50190/collection1/ and leader is http://127.0.0.1:50184/collection= 1/ [junit4:junit4] 2> 12035 T3615 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50190 [junit4:junit4] 2> 12036 T3615 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 12037 T3615 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C210 name=3Dcollection1 org.apache.sol= r.core.SolrCore@7fe136c2 url=3Dhttp://127.0.0.1:50190/collection1 node=3D12= 7.0.0.1:50190_ C210_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:50190_, base_url=3Dhttp://127.0.0.1:50190} [junit4:junit4] 2> 12038 T3617 C210 P50190 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 12041 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 12039 T3615 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 12042 T3617 C210 P50190 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 12043 T3617 C210 P50190 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 12045 T3543 oass.SolrDispatchFilter.init user.dir=3D/U= sers/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/so= lr-core/test/J0 [junit4:junit4] 2> 12046 T3617 C210 P50190 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 12047 T3543 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 12048 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 12256 T3543 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 12261 T3543 oejs.AbstractConnector.doStart Started Sel= ectChannelConnector@127.0.0.1:50194 [junit4:junit4] 2> 12262 T3543 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() [junit4:junit4] 2> 12263 T3543 oasc.SolrResourceLoader.locateSolrHome JND= I not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 12264 T3543 oasc.SolrResourceLoader.locateSolrHome usi= ng system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.BasicDistributedZkTest-jetty4-1360749036778 [junit4:junit4] 2> 12264 T3543 oasc.CoreContainer$Initializer.initialize = looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tr= unk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistri= butedZkTest-jetty4-1360749036778/solr.xml [junit4:junit4] 2> 12265 T3543 oasc.CoreContainer. New CoreContaine= r 1513359358 [junit4:junit4] 2> 12266 T3543 oasc.CoreContainer.load Loading CoreContai= ner using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-tr= unk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistri= butedZkTest-jetty4-1360749036778/' [junit4:junit4] 2> 12266 T3543 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-jetty4-1360749036778/' [junit4:junit4] 2> 12310 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 60000 [junit4:junit4] 2> 12311 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 12311 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 12312 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 12312 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 12313 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 12313 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 12314 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 12314 T3543 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 12315 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 12328 T3543 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 12347 T3543 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:50177/solr [junit4:junit4] 2> 12348 T3543 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 12348 T3543 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:50177 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@1235ca28 [junit4:junit4] 2> 12350 T3543 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 12350 T3627 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:50177. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 12352 T3627 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:50177, initiating sess= ion [junit4:junit4] 2> 12352 T3545 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:50195 [junit4:junit4] 2> 12353 T3545 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:50195 [junit4:junit4] 2> 12354 T3547 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd2f655e1000b with negotiated timeout 20000 for client= /127.0.0.1:50195 [junit4:junit4] 2> 12354 T3627 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e1000b, negotiated timeout =3D 20000 [junit4:junit4] 2> 12355 T3628 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@1235ca28 name:ZooKeeperConnect= ion Watcher:127.0.0.1:50177 got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4:junit4] 2> 12355 T3543 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 12357 T3548 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13cd2f655e1000b [junit4:junit4] 2> 12358 T3545 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /127.0.0.1:50195 which had sessionid 0x13cd2f655e100= 0b [junit4:junit4] 2> 12358 T3543 oaz.ZooKeeper.close Session: 0x13cd2f655e1= 000b closed [junit4:junit4] 2> 12359 T3628 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 12359 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 12365 T3543 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:50177/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@4e639617 [junit4:junit4] 2> 12366 T3543 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 12367 T3629 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:50177. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 12368 T3629 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:50177, initiating sess= ion [junit4:junit4] 2> 12368 T3545 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:50196 [junit4:junit4] 2> 12369 T3545 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:50196 [junit4:junit4] 2> 12370 T3547 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd2f655e1000c with negotiated timeout 20000 for client= /127.0.0.1:50196 [junit4:junit4] 2> 12370 T3629 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:50177, sessionid = =3D 0x13cd2f655e1000c, negotiated timeout =3D 20000 [junit4:junit4] 2> 12371 T3630 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@4e639617 name:ZooKeeperConnect= ion Watcher:127.0.0.1:50177/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 12371 T3543 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 12372 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000c type:cr= eate cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 12373 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000c type:cr= eate cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 12377 T3543 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 12381 T3543 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50194_ [junit4:junit4] 2> 12382 T3548 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd2f655e1000c type:de= lete cxid:0x9 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:50194_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:50194_ [junit4:junit4] 2> 12383 T3543 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:50194_ [junit4:junit4] 2> 12386 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 12386 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 12388 T3571 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12388 T3565 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12389 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12389 T3599 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12389 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12388 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12390 T3630 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12392 T3584 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12394 T3614 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12401 T3631 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.clou= d.BasicDistributedZkTest-jetty4-1360749036778/collection1 [junit4:junit4] 2> 12401 T3631 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 12402 T3631 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 12402 T3631 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 12404 T3631 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-jetty4-1360749036778/collection1/' [junit4:junit4] 2> 12405 T3631 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacO= SX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTes= t-jetty4-1360749036778/collection1/lib/classes/' to classloader [junit4:junit4] 2> 12406 T3631 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacO= SX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTes= t-jetty4-1360749036778/collection1/lib/README' to classloader [junit4:junit4] 2> 12456 T3631 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_50 [junit4:junit4] 2> 12525 T3631 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 12527 T3631 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 12532 T3631 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 12880 T3566 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 12881 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"recovering", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50190_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50190"} [junit4:junit4] 2> 12887 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12891 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12892 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12892 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12893 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 12894 T3630 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 13087 T3631 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 13096 T3631 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 13100 T3631 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 13115 T3631 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 13119 T3631 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 13123 T3631 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 13125 T3631 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 13126 T3631 oasc.SolrCore. [collection1] Opening= new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-M= acOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributed= ZkTest-jetty4-1360749036778/collection1/, dataDir=3D./org.apache.solr.cloud= .BasicDistributedZkTest-1360749024716/jetty4/ [junit4:junit4] 2> 13127 T3631 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@4ad8d990 [junit4:junit4] 2> 13127 T3631 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 13128 T3631 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty4 forceNew:false [junit4:junit4] 2> 13128 T3631 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty4 [junit4:junit4] 2> 13128 T3631 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty4/index/ [junit4:junit4] 2> 13128 T3631 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 60749024716/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 13130 T3631 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-Ma= cOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZ= kTest-1360749024716/jetty4/index forceNew:false [junit4:junit4] 2> 13134 T3631 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty4/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@32e06479; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 13135 T3631 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 13135 T3631 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty4/index [junit4:junit4] 2> 13135 T3631 oasc.SolrCore.initWriters created xml: sol= r.XMLResponseWriter [junit4:junit4] 2> 13138 T3631 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 13138 T3631 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe-allfields" [junit4:junit4] 2> 13138 T3631 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 13138 T3631 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= uniq-fields" [junit4:junit4] 2> 13139 T3631 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 13139 T3631 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 13140 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 13140 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 13141 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 13141 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created dismax: solr.SearchHandler [junit4:junit4] 2> 13142 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 13143 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 13143 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 13144 T3631 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 13144 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 13144 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 13145 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13145 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13146 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH_Direct: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 13146 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 13147 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component= .SearchHandler [junit4:junit4] 2> 13147 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandle= r [junit4:junit4] 2> 13148 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13148 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13148 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 13149 T3631 oasc.RequestHandlers.initHandlersFromConfi= g created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 13155 T3631 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 13158 T3631 oasc.SolrCore.initDeprecatedSupport WARNIN= G solrconfig.xml uses deprecated , Please update your = config to use the ShowFileRequestHandler. [junit4:junit4] 2> 13160 T3631 oasc.SolrCore.initDeprecatedSupport WARNIN= G adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYM= S.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT= , CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 13162 T3631 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty4 [junit4:junit4] 2> 13163 T3631 oass.SolrIndexSearcher. Opening Sear= cher@5f35c100 main [junit4:junit4] 2> 13164 T3631 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 13164 T3631 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 13165 T3631 oashc.SpellCheckComponent.inform Initializ= ing spell checkers [junit4:junit4] 2> 13169 T3631 oass.DirectSolrSpellChecker.init init: {na= me=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLe= ngth=3D3} [junit4:junit4] 2> 13199 T3632 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@5f35c100 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 13206 T3631 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 13206 T3631 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 14394 T3566 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 14395 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50194_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50194"} [junit4:junit4] 2> 14395 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 14396 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 14402 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 14402 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 14402 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 14402 T3630 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 14403 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 14402 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> C210_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:50190_, base_url=3Dhttp://127.0= .0.1:50190} [junit4:junit4] 2> 15078 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:50184/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 15078 T3617 C210 P50190 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:50190 START replicas=3D[http://127= .0.0.1:50184/collection1/] nUpdates=3D100 [junit4:junit4] 2> 15080 T3617 C210 P50190 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 15081 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 15082 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 15082 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 15082 T3617 C210 P50190 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 15084 T3617 C210 P50190 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:50184/collection1/. core=3D= collection1 [junit4:junit4] 2> 15084 T3617 C210 P50190 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C211 name=3Dcollection1 org.apache.sol= r.core.SolrCore@97c94c9 url=3Dhttp://127.0.0.1:50184/collection1 node=3D127= .0.0.1:50184_ C211_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:50184_, base_url=3Dhttp://127.0.0.1:50184= , leader=3Dtrue} [junit4:junit4] 2> 15096 T3578 C211 P50184 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 2> 15096 T3579 C211 P50184 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 15098 T3579 C211 P50184 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty1 [junit4:junit4] 2> 15101 T3579 C211 P50184 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty1/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@6f145e04; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 15102 T3579 C211 P50184 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 15104 T3579 C211 P50184 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty1/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@6f145e04; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty1/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@6f145e04; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2,filenames=3D[se= gments_2] [junit4:junit4] 2> 15105 T3579 C211 P50184 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15106 T3579 C211 P50184 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty1 [junit4:junit4] 2> 15107 T3579 C211 P50184 oass.SolrIndexSearcher. = Opening Searcher@904b025 realtime [junit4:junit4] 2> 15107 T3579 C211 P50184 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 15108 T3579 C211 P50184 /update {waitSearcher=3Dtrue&o= penSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&vers= ion=3D2&softCommit=3Dfalse} {commit=3D} 0 12 [junit4:junit4] 2> 15109 T3617 C210 P50190 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 15110 T3617 C210 P50190 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 15114 T3576 C211 P50184 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 15114 T3576 C211 P50184 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D2= =20 [junit4:junit4] 2> 15115 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 15115 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 15116 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 15118 T3577 C211 P50184 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty1 [junit4:junit4] 2> 15119 T3577 C211 P50184 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty1/index [junit4:junit4] 2> 15119 T3577 C211 P50184 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D1=20 [junit4:junit4] 2> 15120 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 15122 T3617 C210 P50190 oasc.CachingDirectoryFactory.g= et return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-1360749024716/jetty3/index.20130213065039828 forceNew:fal= se [junit4:junit4] 2> 15124 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15125 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org= .apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/= Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud= .BasicDistributedZkTest-1360749024716/jetty3/index.20130213065039828 lockFa= ctory=3Dorg.apache.lucene.store.NativeFSLockFactory@5cbef89d; maxCacheMB=3D= 48.0 maxMergeSizeMB=3D4.0)) fullCopy=3Dtrue [junit4:junit4] 2> 15130 T3575 C211 P50184 REQ /replication {file=3Dsegme= nts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicati= on&generation=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 2> 15133 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3/index [junit4:junit4] 2> 15133 T3617 C210 P50190 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 15134 T3617 C210 P50190 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130213= 065039828 [junit4:junit4] 2> 15137 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15139 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15139 T3617 C210 P50190 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1360749024716/jetty3/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360749024716/jetty3/index.20130213065039828 [junit4:junit4] 2> 15144 T3617 C210 P50190 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty3/index.20130213= 065039828 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5cbef89= d; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> 15145 T3617 C210 P50190 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15149 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15149 T3617 C210 P50190 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 15149 T3617 C210 P50190 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 15150 T3617 C210 P50190 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 15151 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3/index.20130213065039828 [junit4:junit4] 2> 15152 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15155 T3617 C210 P50190 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty3/index.20130213= 065039828 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5cbef89= d; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> 15155 T3617 C210 P50190 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15155 T3617 C210 P50190 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 15156 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15156 T3617 C210 P50190 oass.SolrIndexSearcher. = Opening Searcher@1828f4e0 main [junit4:junit4] 2> 15159 T3616 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@1828f4e0 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 15160 T3616 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty3/index [junit4:junit4] 2> 15160 T3617 C210 P50190 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 15163 T3617 C210 P50190 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty3/index.20130213= 065039828 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5cbef89= d; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty3/index.20130213= 065039828 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5cbef89= d; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_3,generation= =3D3,filenames=3D[segments_3] [junit4:junit4] 2> 15163 T3617 C210 P50190 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 15164 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 15165 T3617 C210 P50190 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 15165 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3/index.20130213065039828 [junit4:junit4] 2> 15165 T3617 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3/index [junit4:junit4] 2> 15166 T3617 C210 P50190 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 15166 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 15166 T3617 C210 P50190 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 15166 T3617 C210 P50190 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 15168 T3617 C210 P50190 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 15210 T3631 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 15211 T3631 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:50194 collection:collection1 = shard:shard2 [junit4:junit4] 2> 15221 T3631 oasc.ZkController.register We are http://1= 27.0.0.1:50194/collection1/ and leader is http://127.0.0.1:50187/collection= 1/ [junit4:junit4] 2> 15222 T3631 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50194 [junit4:junit4] 2> 15223 T3631 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 15223 T3631 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C212 name=3Dcollection1 org.apache.sol= r.core.SolrCore@1c0e4637 url=3Dhttp://127.0.0.1:50194/collection1 node=3D12= 7.0.0.1:50194_ C212_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:50194_, base_url=3Dhttp://127.0.0.1:50194} [junit4:junit4] 2> 15226 T3635 C212 P50194 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 15226 T3631 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15229 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 15230 T3635 C212 P50194 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 15231 T3635 C212 P50194 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 15232 T3543 oass.SolrDispatchFilter.init user.dir=3D/U= sers/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/so= lr-core/test/J0 [junit4:junit4] 2> 15233 T3543 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 15235 T3635 C212 P50194 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 15235 T3543 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 15252 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15255 T3543 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Wait for recoveries to finish - collection: collection1 fail= OnTimeout:true timeout (sec):230 [junit4:junit4] 2> 15256 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15913 T3566 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15914 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50190_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50190"} [junit4:junit4] 2> 15921 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard2", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"recovering", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50194_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50194"} [junit4:junit4] 2> 15929 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 15929 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 15929 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 15929 T3630 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 15929 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 15929 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 16261 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 17272 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> C212_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:50194_, base_url=3Dhttp://127.0= .0.1:50194} [junit4:junit4] 2> 18259 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:50187/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 18260 T3635 C212 P50194 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:50194 START replicas=3D[http://127= .0.0.1:50187/collection1/] nUpdates=3D100 [junit4:junit4] 2> 18261 T3635 C212 P50194 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 18262 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 18262 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 18263 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 18263 T3635 C212 P50194 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 18265 T3635 C212 P50194 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:50187/collection1/. core=3D= collection1 [junit4:junit4] 2> 18265 T3635 C212 P50194 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 18288 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> ASYNC NEW_CORE C213 name=3Dcollection1 org.apache.sol= r.core.SolrCore@3b3dc846 url=3Dhttp://127.0.0.1:50187/collection1 node=3D12= 7.0.0.1:50187_ C213_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:50187_, base_url=3Dhttp://127.0.0.1:50187= , leader=3Dtrue} [junit4:junit4] 2> 18292 T3595 C213 P50187 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 18294 T3595 C213 P50187 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty2 [junit4:junit4] 2> 18296 T3594 C213 P50187 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D2=20 [junit4:junit4] 2> 18299 T3595 C213 P50187 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty2/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@462caf2b; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> 18300 T3595 C213 P50187 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 18304 T3595 C213 P50187 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty2/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@462caf2b; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[se= gments_1] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty2/index lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@462caf2b; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2,filenames=3D[se= gments_2] [junit4:junit4] 2> 18304 T3595 C213 P50187 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18305 T3595 C213 P50187 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty2 [junit4:junit4] 2> 18306 T3595 C213 P50187 oass.SolrIndexSearcher. = Opening Searcher@3e802556 realtime [junit4:junit4] 2> 18306 T3595 C213 P50187 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 18307 T3595 C213 P50187 /update {waitSearcher=3Dtrue&o= penSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&vers= ion=3D2&softCommit=3Dfalse} {commit=3D} 0 15 [junit4:junit4] 2> 18309 T3635 C212 P50194 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 18309 T3635 C212 P50194 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 18312 T3592 C213 P50187 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 18313 T3592 C213 P50187 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D2= =20 [junit4:junit4] 2> 18314 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 18314 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 18314 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 18317 T3593 C213 P50187 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty2 [junit4:junit4] 2> 18318 T3593 C213 P50187 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty2/index [junit4:junit4] 2> 18318 T3593 C213 P50187 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D2=20 [junit4:junit4] 2> 18319 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 18320 T3635 C212 P50194 oasc.CachingDirectoryFactory.g= et return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Basic= DistributedZkTest-1360749024716/jetty4/index.20130213065043026 forceNew:fal= se [junit4:junit4] 2> 18321 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18322 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org= .apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/= Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud= .BasicDistributedZkTest-1360749024716/jetty4/index.20130213065043026 lockFa= ctory=3Dorg.apache.lucene.store.NativeFSLockFactory@2b6b4a68; maxCacheMB=3D= 48.0 maxMergeSizeMB=3D4.0)) fullCopy=3Dtrue [junit4:junit4] 2> 18325 T3591 C213 P50187 REQ /replication {file=3Dsegme= nts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicati= on&generation=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 18328 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4/index [junit4:junit4] 2> 18328 T3635 C212 P50194 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 18328 T3635 C212 P50194 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130213= 065043026 [junit4:junit4] 2> 18329 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18330 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18330 T3635 C212 P50194 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1360749024716/jetty4/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360749024716/jetty4/index.20130213065043026 [junit4:junit4] 2> 18333 T3635 C212 P50194 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty4/index.20130213= 065043026 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2b6b4a6= 8; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> 18334 T3635 C212 P50194 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18336 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18337 T3635 C212 P50194 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 18337 T3635 C212 P50194 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 18337 T3635 C212 P50194 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 18338 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4/index.20130213065043026 [junit4:junit4] 2> 18339 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18343 T3635 C212 P50194 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty4/index.20130213= 065043026 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2b6b4a6= 8; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> 18344 T3635 C212 P50194 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18344 T3635 C212 P50194 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 18345 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18345 T3635 C212 P50194 oass.SolrIndexSearcher. = Opening Searcher@33b5fda9 main [junit4:junit4] 2> 18348 T3632 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@33b5fda9 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 18348 T3632 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360749024716/jetty4/index [junit4:junit4] 2> 18349 T3635 C212 P50194 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 18351 T3635 C212 P50194 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty4/index.20130213= 065043026 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2b6b4a6= 8; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation= =3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/jetty4/index.20130213= 065043026 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2b6b4a6= 8; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_3,generation= =3D3,filenames=3D[segments_3] [junit4:junit4] 2> 18352 T3635 C212 P50194 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 18353 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 18353 T3635 C212 P50194 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 18353 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4/index.20130213065043026 [junit4:junit4] 2> 18353 T3635 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4/index [junit4:junit4] 2> 18354 T3635 C212 P50194 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 18354 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 18354 T3635 C212 P50194 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 18354 T3635 C212 P50194 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 18356 T3635 C212 P50194 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 18956 T3566 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 18958 T3566 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "numShards":"2", [junit4:junit4] 2> =09 "shard":"shard2", [junit4:junit4] 2> =09 "roles":null, [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:50194_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:50194"} [junit4:junit4] 2> 18970 T3571 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 18971 T3565 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 18972 T3630 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 18971 T3599 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 18972 T3614 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 18972 T3584 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19299 T3543 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19303 T3543 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Recoveries finished - collection: collection1 [junit4:junit4] 2> ASYNC NEW_CORE C214 name=3Dcollection1 org.apache.sol= r.core.SolrCore@5add66e4 url=3Dhttp://127.0.0.1:50180/collection1 node=3D12= 7.0.0.1:50180_ C214_STATE=3Dcoll:control_collection core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcontrol_collection, node_name=3D127.0.0.1:50180_, base_url=3Dhttp://12= 7.0.0.1:50180, leader=3Dtrue} [junit4:junit4] 2> 19333 T3556 C214 P50180 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/control/data [junit4:junit4] 2> 19337 T3556 C214 P50180 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.a= pache.solr.cloud.BasicDistributedZkTest-1360749024716/control/data/index lo= ckFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@6dfb2cab; maxCacheM= B=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames= =3D[segments_1] [junit4:junit4] 2> 19338 T3556 C214 P50180 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 19339 T3556 C214 P50180 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/control/data [junit4:junit4] 2> 19340 T3556 C214 P50180 oass.SolrIndexSearcher. = Opening Searcher@5d98dc95 realtime [junit4:junit4] 2> 19340 T3556 C214 P50180 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1426848789601189888)} 0 9 [junit4:junit4] 2> 19345 T3590 C213 P50187 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty2 [junit4:junit4] 2> 19353 T3577 C211 P50184 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty1 [junit4:junit4] 2> C212_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:50194_, base_url=3Dhttp://127.0.0.1= :50194} [junit4:junit4] 2> 19361 T3626 C212 P50194 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty4 [junit4:junit4] 2> 19362 T3626 C212 P50194 /update {update.distrib=3DFROM= LEADER&_version_=3D-1426848789613772800&update.from=3Dhttp://127.0.0.1:5018= 7/collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-14268487896= 13772800)} 0 4 [junit4:junit4] 2> C210_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:50190_, base_url=3Dhttp://127.0.0.1= :50190} [junit4:junit4] 2> 19368 T3609 C210 P50190 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-1360749024716/jetty3 [junit4:junit4] 2> 19369 T3609 C210 P50190 /update {update.distrib=3DFROM= LEADER&_version_=3D-1426848789622161408&update.from=3Dhttp://127.0.0.1:5018= 4/collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-14268487896= 22161408)} 0 3 [junit4:junit4] 2> 19370 T3577 C211 P50184 /update {update.distrib=3DTOLE= ADER&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-1426848789622161408)}= 0 20 [junit4:junit4] 2> 19371 T3590 C213 P50187 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1426848789613772800)} 0 28 [junit4:junit4] 2> 19386 T3557 C214 P50180 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1426848789655715840)]} 0 3 [junit4:junit4] 2> 19400 T3610 C210 P50190 /update {distrib.from=3Dhttp:/= /127.0.0.1:50184/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[1 (1426848789662007296)]} 0 5 [junit4:junit4] 2> 19402 T3575 C211 P50184 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1426848789662007296)]} 0 13 [junit4:junit4] 2> 19410 T3558 C214 P50180 /update {wt=3Djavabin&version= =3D2} {add=3D[2 (1426848789680881664)]} 0 4 [junit4:junit4] 2> 19432 T3621 C212 P50194 /update {distrib.from=3Dhttp:/= /127.0.0.1:50187/colle [...truncated too long message...] ting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > =09at org.apache.lucene.util.AbstractBeforeAfterRule$1= .evaluate(AbstractBeforeAfterRule.java:46) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleStoreClassName$1.= evaluate(TestRuleStoreClassName.java:42) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.NoShado= wingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule= .java:39) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.NoShado= wingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule= .java:39) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleAssertionsRequire= d$1.evaluate(TestRuleAssertionsRequired.java:43) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleMarkFailure$1.eva= luate(TestRuleMarkFailure.java:48) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFai= lures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$= 1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > =09at java.lang.Thread.run(Thread.java:722) [junit4:junit4] > Caused by: java.net.SocketException: Invalid argument [junit4:junit4] > =09at java.net.SocketInputStream.socketRead0(Native Me= thod) [junit4:junit4] > =09at java.net.SocketInputStream.read(SocketInputStrea= m.java:150) [junit4:junit4] > =09at java.net.SocketInputStream.read(SocketInputStrea= m.java:121) [junit4:junit4] > =09at org.apache.http.impl.io.AbstractSessionInputBuff= er.fillBuffer(AbstractSessionInputBuffer.java:149) [junit4:junit4] > =09at org.apache.http.impl.io.SocketInputBuffer.fillBu= ffer(SocketInputBuffer.java:111) [junit4:junit4] > =09at org.apache.http.impl.io.AbstractSessionInputBuff= er.readLine(AbstractSessionInputBuffer.java:264) [junit4:junit4] > =09at org.apache.http.impl.conn.DefaultResponseParser.= parseHead(DefaultResponseParser.java:98) [junit4:junit4] > =09at org.apache.http.impl.io.AbstractMessageParser.pa= rse(AbstractMessageParser.java:252) [junit4:junit4] > =09at org.apache.http.impl.AbstractHttpClientConnectio= n.receiveResponseHeader(AbstractHttpClientConnection.java:282) [junit4:junit4] > =09at org.apache.http.impl.conn.DefaultClientConnectio= n.receiveResponseHeader(DefaultClientConnection.java:247) [junit4:junit4] > =09at org.apache.http.impl.conn.AbstractClientConnAdap= ter.receiveResponseHeader(AbstractClientConnAdapter.java:216) [junit4:junit4] > =09at org.apache.http.protocol.HttpRequestExecutor.doR= eceiveResponse(HttpRequestExecutor.java:298) [junit4:junit4] > =09at org.apache.http.protocol.HttpRequestExecutor.exe= cute(HttpRequestExecutor.java:125) [junit4:junit4] > =09at org.apache.http.impl.client.DefaultRequestDirect= or.tryExecute(DefaultRequestDirector.java:647) [junit4:junit4] > =09at org.apache.http.impl.client.DefaultRequestDirect= or.execute(DefaultRequestDirector.java:464) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:820) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:754) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:732) [junit4:junit4] > =09at org.apache.solr.client.solrj.impl.HttpSolrServer= .request(HttpSolrServer.java:353) [junit4:junit4] > =09... 46 more [junit4:junit4] 2> 639604 T3543 oas.SolrTestCaseJ4.deleteCore ###deleteCo= re [junit4:junit4] 2> NOTE: test params are: codec=3DLucene42: {n_f1=3DMockF= ixedIntBlock(blockSize=3D1993), foo_b=3DPostingsFormat(name=3DLucene41WithO= rds), foo_d=3DPostingsFormat(name=3DMemory doPackFST=3D false), foo_f=3DPos= tingsFormat(name=3DLucene41WithOrds), n_tl1=3DMockFixedIntBlock(blockSize= =3D1993), n_d1=3DPostingsFormat(name=3DMockSep), rnd_b=3DPostingsFormat(nam= e=3DMemory doPackFST=3D false), intDefault=3DPostingsFormat(name=3DMockSep)= , n_td1=3DMockFixedIntBlock(blockSize=3D1993), timestamp=3DPostingsFormat(n= ame=3DMockSep), id=3DPostingsFormat(name=3DMemory doPackFST=3D false), rang= e_facet_sl=3DPostingsFormat(name=3DLucene41WithOrds), range_facet_si=3DMock= FixedIntBlock(blockSize=3D1993), oddField_s=3DPostingsFormat(name=3DLucene4= 1WithOrds), foo_i=3DMockFixedIntBlock(blockSize=3D1993), multiDefault=3DMoc= kFixedIntBlock(blockSize=3D1993), n_tf1=3DPostingsFormat(name=3DMockSep), n= _dt1=3DMockFixedIntBlock(blockSize=3D1993), n_ti1=3DPostingsFormat(name=3DM= emory doPackFST=3D false), range_facet_l=3DPostingsFormat(name=3DMockSep), = text=3DPostingsFormat(name=3DLucene41WithOrds), _version_=3DPostingsFormat(= name=3DMockSep), val_i=3DPostingsFormat(name=3DMemory doPackFST=3D false), = SubjectTerms_mfacet=3DPostingsFormat(name=3DMockSep), a_t=3DPostingsFormat(= name=3DMockSep), n_tdt1=3DPostingsFormat(name=3DMockSep), other_tl1=3DPosti= ngsFormat(name=3DMockSep), n_l1=3DPostingsFormat(name=3DMockSep), a_si=3DMo= ckFixedIntBlock(blockSize=3D1993)}, docValues:{}, sim=3DRandomSimilarityPro= vider(queryNorm=3Dtrue,coord=3Dno): {}, locale=3Dmk, timezone=3DAntarctica/= Rothera [junit4:junit4] 2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_= 10 (64-bit)/cpus=3D2,threads=3D1,free=3D32901080,total=3D300679168 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestPropInjectDefaul= ts, WordBreakSolrSpellCheckerTest, DirectSolrConnectionTest, DirectUpdateHa= ndlerOptimizeTest, SynonymTokenizerTest, TestStressLucene, DistributedSpell= CheckComponentTest, CopyFieldTest, ChaosMonkeySafeLeaderTest, TestSolrIndex= Config, TestStressRecovery, TestValueSourceCache, TestReload, TestRangeQuer= y, LukeRequestHandlerTest, TestIndexingPerformance, TestZkChroot, IndexBase= dSpellCheckerTest, SolrCmdDistributorTest, TestSolrDeletionPolicy2, PolyFie= ldTest, TestLuceneMatchVersion, LeaderElectionTest, SolrPluginUtilsTest, St= atelessScriptUpdateProcessorFactoryTest, SolrRequestParserTest, Highlighter= Test, PreAnalyzedFieldTest, TestReversedWildcardFilterFactory, TestLMJeline= kMercerSimilarityFactory, TestSolrCoreProperties, CollectionsAPIDistributed= ZkTest, ZkCLITest, BasicZkTest, TestDistributedGrouping, TestUpdate, TestGr= oupingSearch, LegacyHTMLStripCharFilterTest, TestPluginEnable, TestStressRe= order, TestMergePolicyConfig, OverseerCollectionProcessorTest, TestLMDirich= letSimilarityFactory, AnalysisAfterCoreReloadTest, SortByFunctionTest, SOLR= 749Test, TermVectorComponentDistributedTest, TestSolrDeletionPolicy1, Leade= rElectionIntegrationTest, TestFaceting, TestCoreContainer, TestArbitraryInd= exDir, SyncSliceTest, TestJmxIntegration, TestLRUCache, PeerSyncTest, Updat= eParamsTest, TimeZoneUtilsTest, ShowFileRequestHandlerTest, DebugComponentT= est, XmlUpdateRequestHandlerTest, CurrencyFieldTest, JSONWriterTest, Update= RequestProcessorFactoryTest, CoreContainerCoreInitFailuresTest, TestHashPar= titioner, NoCacheHeaderTest, TestRTGBase, TestSystemIdResolver, TestFastOut= putStream, OpenExchangeRatesOrgProviderTest, DefaultValueUpdateProcessorTes= t, BasicFunctionalityTest, PrimitiveFieldTypeTest, SuggesterTest, TestFuzzy= AnalyzedSuggestions, TestStressVersions, SpellCheckCollatorTest, MinimalSch= emaTest, ZkControllerTest, TestDefaultSimilarityFactory, TestLFUCache, Test= DistributedSearch, TestCharFilters, QueryEqualityTest, TestSolrQueryParser,= MultiTermTest, TestXIncludeConfig, ChaosMonkeyNothingIsSafeTest, FastVecto= rHighlighterTest, SchemaVersionSpecificBehaviorTest, TestDFRSimilarityFacto= ry, HardAutoCommitTest, ShardRoutingTest, DistributedTermsComponentTest, Di= rectUpdateHandlerTest, SimpleFacetsTest, TestIndexSearcher, ReturnFieldsTes= t, SampleTest, TestElisionMultitermQuery, TermVectorComponentTest, UniqFiel= dsUpdateProcessorFactoryTest, SearchHandlerTest, PathHierarchyTokenizerFact= oryTest, SpellCheckComponentTest, DisMaxRequestHandlerTest, RAMDirectoryFac= toryTest, ScriptEngineTest, MoreLikeThisHandlerTest, OverseerTest, FileUtil= sTest, TestPhraseSuggestions, TestRecovery, DateFieldTest, TestSort, TestCo= decSupport, LoggingHandlerTest, AutoCommitTest, SpellingQueryConverterTest,= EchoParamsTest, BasicDistributedZkTest] [junit4:junit4] Completed in 639.80s, 1 test, 1 error <<< FAILURES! [...truncated 384 lines...] BUILD FAILED /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:3= 81: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:3= 61: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:3= 9: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.= xml:183: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common= -build.xml:447: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/comm= on-build.xml:1202: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/comm= on-build.xml:865: There were test failures: 250 suites, 1040 tests, 1 error= , 13 ignored (2 assumptions) Total time: 73 minutes 30 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 64bit/jdk1.7.0 -XX:+UseParallelGC Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_8_260730862.1360750213381 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_8_260730862.1360750213381--