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 87735D209 for ; Thu, 14 Feb 2013 17:47:39 +0000 (UTC) Received: (qmail 34230 invoked by uid 500); 14 Feb 2013 17:47:37 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 34153 invoked by uid 500); 14 Feb 2013 17:47:37 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 34145 invoked by uid 99); 14 Feb 2013 17:47:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 17:47:37 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 17:47:25 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id 7333214AA054; Thu, 14 Feb 2013 17:47:02 +0000 (UTC) Date: Thu, 14 Feb 2013 17:46:43 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org, rmuir@apache.org Message-ID: <998164418.21.1360864022442.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 212 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_20_1681911672.1360864003169" X-Jenkins-Job: Lucene-Solr-4.x-MacOSX X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20_1681911672.1360864003169 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/212/ Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:52026/oneIn= stanceCollection24 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when = talking to server at: http://127.0.0.1:52026/oneInstanceCollection24 =09at __randomizedtesting.SeedInfo.seed([1BF9734DD641D17B:9A1FFD55A11EB147]= :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.AbstractUpdateRequest.process(Ab= stractUpdateRequest.java:117) =09at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) =09at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) =09at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneI= nstanceWithManualShardAssignement(BasicDistributedZkTest.java:1026) =09at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZ= kTest.java:331) =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:166) =09at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffe= r.java:90) =09at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractS= essionInputBuffer.java:281) =09at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(Default= HttpResponseParser.java:92) =09at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(Default= HttpResponseParser.java:62) =09at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessagePa= rser.java:254) =09at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHead= er(AbstractHttpClientConnection.java:289) =09at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHead= er(DefaultClientConnection.java:252) =09at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponse= Header(ManagedClientConnectionImpl.java:191) =09at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRe= questExecutor.java:300) =09at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecu= tor.java:127) =09at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(Default= RequestDirector.java:717) =09at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq= uestDirector.java:522) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:906) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:805) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:784) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:353) =09... 47 more Build Log: [...truncated 8963 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest [junit4:junit4] 2> 0 T3427 oas.BaseDistributedSearchTestCase.initHostCont= ext Setting hostContext system property: / [junit4:junit4] 2> 6 T3427 oas.SolrTestCaseJ4.setUp ###Starting testDistr= ibSearch [junit4:junit4] 2> Creating dataDir: /Users/jenkins/jenkins-slave/workspa= ce/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDist= ributedZkTest-1360862409790 [junit4:junit4] 2> 8 T3427 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 9 T3428 oasc.ZkTestServer$ZKServerMain.runFromConfig S= tarting server [junit4:junit4] 2> 11 T3428 oazs.ZooKeeperServer.setTickTime tickTime set= to 1000 [junit4:junit4] 2> 11 T3428 oazs.ZooKeeperServer.setMinSessionTimeout min= SessionTimeout set to -1 [junit4:junit4] 2> 11 T3428 oazs.ZooKeeperServer.setMaxSessionTimeout max= SessionTimeout set to -1 [junit4:junit4] 2> 12 T3428 oazs.NIOServerCnxnFactory.configure binding t= o port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 13 T3428 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 t= o /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/= solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360862409= 790/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 111 T3427 oasc.ZkTestServer.run start zk server on por= t:52019 [junit4:junit4] 2> 112 T3427 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:52019 sessionTimeout=3D10000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@5363b98c [junit4:junit4] 2> 113 T3427 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 114 T3433 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:52019. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 115 T3433 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:52019, initiating sessio= n [junit4:junit4] 2> 115 T3429 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:52020 [junit4:junit4] 2> 116 T3429 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:52020 [junit4:junit4] 2> 116 T3431 oazsp.FileTxnLog.append Creating new log fil= e: log.1 [junit4:junit4] 2> 119 T3431 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd9b874450000 with negotiated timeout 10000 for client /= 127.0.0.1:52020 [junit4:junit4] 2> 120 T3433 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:52019, sessionid =3D= 0x13cd9b874450000, negotiated timeout =3D 10000 [junit4:junit4] 2> 120 T3434 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@5363b98c name:ZooKeeperConnectio= n Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 121 T3427 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 121 T3427 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 126 T3432 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd9b874450000 [junit4:junit4] 2> 128 T3434 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 128 T3427 oaz.ZooKeeper.close Session: 0x13cd9b8744500= 00 closed [junit4:junit4] 2> 129 T3429 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:52020 which had sessionid 0x13cd9b874450000 [junit4:junit4] 2> 129 T3427 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@1ddcbbf0 [junit4:junit4] 2> 130 T3427 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 131 T3435 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:52019. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 131 T3435 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:52019, initiating sessio= n [junit4:junit4] 2> 132 T3429 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:52021 [junit4:junit4] 2> 132 T3429 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:52021 [junit4:junit4] 2> 134 T3431 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd9b874450001 with negotiated timeout 10000 for client /= 127.0.0.1:52021 [junit4:junit4] 2> 134 T3435 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:52019, sessionid =3D= 0x13cd9b874450001, negotiated timeout =3D 10000 [junit4:junit4] 2> 135 T3436 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@1ddcbbf0 name:ZooKeeperConnectio= n Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 135 T3427 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 136 T3427 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1 [junit4:junit4] 2> 141 T3427 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/shards [junit4:junit4] 2> 147 T3427 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection [junit4:junit4] 2> 151 T3427 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/shards [junit4:junit4] 2> 156 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrcon= fig.xml [junit4:junit4] 2> 157 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.xml [junit4:junit4] 2> 165 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4:junit4] 2> 166 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/schema.xml [junit4:junit4] 2> 173 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopword= s.txt [junit4:junit4] 2> 174 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/stopwords.txt [junit4:junit4] 2> 180 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protword= s.txt [junit4:junit4] 2> 181 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/protwords.txt [junit4:junit4] 2> 186 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.= xml [junit4:junit4] 2> 186 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/currency.xml [junit4:junit4] 2> 190 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/con= f1/open-exchange-rates.json [junit4:junit4] 2> 191 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/open-exchange-rates.json [junit4:junit4] 2> 195 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/= conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 196 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 201 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_s= ynonyms.txt [junit4:junit4] 2> 201 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/old_synonyms.txt [junit4:junit4] 2> 205 T3427 oasc.AbstractZkTestCase.putConfig put /Users= /jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-cor= e/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.= txt [junit4:junit4] 2> 206 T3427 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/synonyms.txt [junit4:junit4] 2> 211 T3432 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd9b874450001 [junit4:junit4] 2> 212 T3429 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:52021 which had sessionid 0x13cd9b874450001 [junit4:junit4] 2> 212 T3436 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 212 T3427 oaz.ZooKeeper.close Session: 0x13cd9b8744500= 01 closed [junit4:junit4] 2> 401 T3427 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 405 T3427 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:52022 [junit4:junit4] 2> 406 T3427 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 407 T3427 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 408 T3427 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Luc= ene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Ba= sicDistributedZkTest-controljetty-1360862409996 [junit4:junit4] 2> 408 T3427 oasc.CoreContainer$Initializer.initialize lo= oking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-= MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribute= dZkTest-controljetty-1360862409996/solr.xml [junit4:junit4] 2> 409 T3427 oasc.CoreContainer. New CoreContainer = 967044155 [junit4:junit4] 2> 410 T3427 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-= MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribute= dZkTest-controljetty-1360862409996/' [junit4:junit4] 2> 411 T3427 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Sol= r-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDist= ributedZkTest-controljetty-1360862409996/' [junit4:junit4] 2> 455 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 60000 [junit4:junit4] 2> 456 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 456 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 457 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 457 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 458 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 458 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 459 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 459 T3427 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 460 T3427 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 473 T3427 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 492 T3427 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:52019/solr [junit4:junit4] 2> 493 T3427 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 493 T3427 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:52019 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@7d6342f0 [junit4:junit4] 2> 508 T3446 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:52019. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 509 T3446 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:52019, initiating sessio= n [junit4:junit4] 2> 509 T3427 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 510 T3429 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:52023 [junit4:junit4] 2> 511 T3429 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:52023 [junit4:junit4] 2> 512 T3431 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd9b874450002 with negotiated timeout 20000 for client /= 127.0.0.1:52023 [junit4:junit4] 2> 512 T3446 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:52019, sessionid =3D= 0x13cd9b874450002, negotiated timeout =3D 20000 [junit4:junit4] 2> 513 T3447 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@7d6342f0 name:ZooKeeperConnectio= n Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 513 T3427 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 516 T3432 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13cd9b874450002 [junit4:junit4] 2> 517 T3429 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /127.0.0.1:52023 which had sessionid 0x13cd9b874450002 [junit4:junit4] 2> 517 T3447 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 517 T3427 oaz.ZooKeeper.close Session: 0x13cd9b8744500= 02 closed [junit4:junit4] 2> 518 T3427 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 523 T3427 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@436460aa [junit4:junit4] 2> 524 T3427 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 524 T3448 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:52019. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 525 T3448 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:52019, initiating sessio= n [junit4:junit4] 2> 525 T3429 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /127.0.0.1:52024 [junit4:junit4] 2> 526 T3429 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /127.0.0.1:52024 [junit4:junit4] 2> 527 T3431 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13cd9b874450003 with negotiated timeout 20000 for client /= 127.0.0.1:52024 [junit4:junit4] 2> 527 T3448 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:52019, sessionid =3D= 0x13cd9b874450003, negotiated timeout =3D 20000 [junit4:junit4] 2> 527 T3449 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@436460aa name:ZooKeeperConnectio= n Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 528 T3427 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 530 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 532 T3427 oascc.SolrZkClient.makePath makePath: /live_= nodes [junit4:junit4] 2> 534 T3427 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:52022_ [junit4:junit4] 2> 535 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 type:dele= te cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:52022_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.= 0.1:52022_ [junit4:junit4] 2> 536 T3427 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:52022_ [junit4:junit4] 2> 540 T3427 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/election [junit4:junit4] 2> 548 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 549 T3427 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/leader [junit4:junit4] 2> 552 T3427 oasc.Overseer.start Overseer (id=3D891854788= 88456195-127.0.0.1:52022_-n_0000000000) starting [junit4:junit4] 2> 553 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 554 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 556 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 557 T3432 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13cd9b874450003 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> 558 T3451 oasc.OverseerCollectionProcessor.run Process= current queue of collection creations [junit4:junit4] 2> 559 T3427 oascc.SolrZkClient.makePath makePath: /clust= erstate.json [junit4:junit4] 2> 563 T3427 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 566 T3450 oasc.Overseer$ClusterStateUpdater.run Starti= ng to work on the main queue [junit4:junit4] 2> 572 T3452 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Luc= ene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.Ba= sicDistributedZkTest-controljetty-1360862409996/collection1 [junit4:junit4] 2> 572 T3452 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:control_collection [junit4:junit4] 2> 573 T3452 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 574 T3452 oasc.ZkController.readConfigName Load collec= tion config from:/collections/control_collection [junit4:junit4] 2> 576 T3452 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Sol= r-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDist= ributedZkTest-controljetty-1360862409996/collection1/' [junit4:junit4] 2> 577 T3452 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-co= ntroljetty-1360862409996/collection1/lib/classes/' to classloader [junit4:junit4] 2> 577 T3452 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-co= ntroljetty-1360862409996/collection1/lib/README' to classloader [junit4:junit4] 2> 639 T3452 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_42 [junit4:junit4] 2> 706 T3452 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 708 T3452 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 719 T3452 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 1313 T3452 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 1321 T3452 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 1325 T3452 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 1349 T3452 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1357 T3452 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1366 T3452 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1369 T3452 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1372 T3452 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-controljetty-1360862409996/collection1/, dataDir=3D./org.apache.solr.cl= oud.BasicDistributedZkTest-1360862409790/control/data/ [junit4:junit4] 2> 1372 T3452 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@3cafd472 [junit4:junit4] 2> 1373 T3452 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 1374 T3452 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/control/data forceNew:false [junit4:junit4] 2> 1374 T3452 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/control/data [junit4:junit4] 2> 1374 T3452 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360862409790/control/data/index/ [junit4:junit4] 2> 1375 T3452 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0862409790/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 1376 T3452 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/control/data/index forceNew:false [junit4:junit4] 2> 1380 T3452 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/control/data/index lock= Factory=3Dorg.apache.lucene.store.NativeFSLockFactory@1eedd202; maxCacheMB= =3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames= =3D[segments_1] [junit4:junit4] 2> 1381 T3452 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 1381 T3452 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/control/data/index [junit4:junit4] 2> 1382 T3452 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 1384 T3452 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 1384 T3452 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 1385 T3452 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 1385 T3452 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 1386 T3452 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 1386 T3452 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 1386 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1387 T3452 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1388 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 1388 T3452 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 1389 T3452 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 1390 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 1391 T3452 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 1391 T3452 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 1392 T3452 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 1392 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1393 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1394 T3452 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1395 T3452 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1395 T3452 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 1396 T3452 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 1397 T3452 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1398 T3452 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1399 T3452 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 1400 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 1401 T3452 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 1407 T3452 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 1411 T3452 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 1412 T3452 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> 1416 T3452 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/control/data [junit4:junit4] 2> 1417 T3452 oass.SolrIndexSearcher. Opening Searc= her@789bf22c main [junit4:junit4] 2> 1419 T3452 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 1419 T3452 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 1420 T3452 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 1426 T3452 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 1464 T3453 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@789bf22c main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 1472 T3452 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 1473 T3452 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 1474 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450003 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> 2074 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 2075 T3450 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:52022_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52022"} [junit4:junit4] 2> 2075 T3450 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection control_collection with numShards 1 [junit4:junit4] 2> 2076 T3450 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 2076 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450003 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> 2085 T3449 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> 2480 T3452 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 2480 T3452 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:52022 collection:control_colle= ction shard:shard1 [junit4:junit4] 2> 2482 T3452 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 2494 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450003 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> 2495 T3452 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 2495 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450003 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> 2499 T3452 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2499 T3452 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 2499 T3452 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:52022/collection1/ [junit4:junit4] 2> 2500 T3452 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 2500 T3452 oasc.SyncStrategy.syncToMe http://127.0.0.1= :52022/collection1/ has no replicas [junit4:junit4] 2> 2501 T3452 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:52022/collection1/ [junit4:junit4] 2> 2501 T3452 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leaders/shard1 [junit4:junit4] 2> 2508 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450003 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> 3592 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3604 T3449 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> 3643 T3452 oasc.ZkController.register We are http://12= 7.0.0.1:52022/collection1/ and leader is http://127.0.0.1:52022/collection1= / [junit4:junit4] 2> 3644 T3452 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:52022 [junit4:junit4] 2> 3644 T3452 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 3644 T3452 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 3645 T3452 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 3647 T3452 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3648 T3427 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-= core/test/J0 [junit4:junit4] 2> 3648 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 3649 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 3655 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config: [junit4:junit4] 2> 3656 T3427 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@3d6d0d81 [junit4:junit4] 2> 3657 T3427 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3658 T3454 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:52019. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 3659 T3454 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:52019, initiating sessi= on [junit4:junit4] 2> 3659 T3429 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:52025 [junit4:junit4] 2> 3660 T3429 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:52025 [junit4:junit4] 2> 3661 T3431 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd9b874450004 with negotiated timeout 10000 for client = /127.0.0.1:52025 [junit4:junit4] 2> 3661 T3454 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450004, negotiated timeout =3D 10000 [junit4:junit4] 2> 3661 T3455 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@3d6d0d81 name:ZooKeeperConnecti= on Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 3662 T3427 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3663 T3427 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3666 T3427 oasc.ChaosMonkey.monkeyLog monkey: init - e= xpire sessions:true cause connection loss:true [junit4:junit4] 2> 3861 T3427 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 3865 T3427 oejs.AbstractConnector.doStart Started Sele= ctChannelConnector@127.0.0.1:52026 [junit4:junit4] 2> 3866 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 3867 T3427 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 3868 T3427 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty1-1360862413449 [junit4:junit4] 2> 3868 T3427 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty1-1360862413449/solr.xml [junit4:junit4] 2> 3869 T3427 oasc.CoreContainer. New CoreContainer= 596594191 [junit4:junit4] 2> 3869 T3427 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty1-1360862413449/' [junit4:junit4] 2> 3870 T3427 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty1-1360862413449/' [junit4:junit4] 2> 3908 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 60000 [junit4:junit4] 2> 3909 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 3909 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 3910 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 3910 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 3911 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 3911 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 3912 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 3912 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 3913 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 3927 T3427 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 3959 T3427 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:52019/solr [junit4:junit4] 2> 3959 T3427 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 3960 T3427 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:52019 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@4efa6026 [junit4:junit4] 2> 3961 T3427 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3962 T3465 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:52019. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 3962 T3465 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:52019, initiating sessi= on [junit4:junit4] 2> 3963 T3429 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:52027 [junit4:junit4] 2> 3964 T3429 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:52027 [junit4:junit4] 2> 3965 T3431 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd9b874450005 with negotiated timeout 20000 for client = /127.0.0.1:52027 [junit4:junit4] 2> 3965 T3465 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450005, negotiated timeout =3D 20000 [junit4:junit4] 2> 3965 T3466 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@4efa6026 name:ZooKeeperConnecti= on Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 3966 T3427 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3968 T3432 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13cd9b874450005 [junit4:junit4] 2> 3969 T3429 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /127.0.0.1:52027 which had sessionid 0x13cd9b87445000= 5 [junit4:junit4] 2> 3969 T3427 oaz.ZooKeeper.close Session: 0x13cd9b874450= 005 closed [junit4:junit4] 2> 3969 T3466 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 3969 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 3975 T3427 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@36f97c44 [junit4:junit4] 2> 3976 T3427 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3976 T3467 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:52019. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 3977 T3467 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:52019, initiating sessi= on [junit4:junit4] 2> 3978 T3429 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:52028 [junit4:junit4] 2> 3978 T3429 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:52028 [junit4:junit4] 2> 3979 T3431 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd9b874450006 with negotiated timeout 20000 for client = /127.0.0.1:52028 [junit4:junit4] 2> 3979 T3467 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450006, negotiated timeout =3D 20000 [junit4:junit4] 2> 3980 T3468 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@36f97c44 name:ZooKeeperConnecti= on Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 3980 T3427 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3981 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 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> 3983 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 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> 3986 T3427 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3989 T3427 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:52026_ [junit4:junit4] 2> 3990 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 type:del= ete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:52026_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:52026_ [junit4:junit4] 2> 3991 T3427 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:52026_ [junit4:junit4] 2> 3994 T3449 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 3995 T3468 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 3995 T3455 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 3997 T3449 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 4005 T3469 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty1-1360862413449/collection1 [junit4:junit4] 2> 4006 T3469 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 4007 T3469 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 4007 T3469 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 4009 T3469 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty1-1360862413449/collection1/' [junit4:junit4] 2> 4010 T3469 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-j= etty1-1360862413449/collection1/lib/classes/' to classloader [junit4:junit4] 2> 4010 T3469 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-j= etty1-1360862413449/collection1/lib/README' to classloader [junit4:junit4] 2> 4056 T3469 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_42 [junit4:junit4] 2> 4118 T3469 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 4120 T3469 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 4126 T3469 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 4695 T3469 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 4704 T3469 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 4708 T3469 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 4728 T3469 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 4733 T3469 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 4738 T3469 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 4740 T3469 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 4742 T3469 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-jetty1-1360862413449/collection1/, dataDir=3D./org.apache.solr.cloud.Ba= sicDistributedZkTest-1360862409790/jetty1/ [junit4:junit4] 2> 4743 T3469 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@3cafd472 [junit4:junit4] 2> 4743 T3469 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 4744 T3469 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/jetty1 forceNew:false [junit4:junit4] 2> 4745 T3469 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty1 [junit4:junit4] 2> 4745 T3469 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360862409790/jetty1/index/ [junit4:junit4] 2> 4745 T3469 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0862409790/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 4746 T3469 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/jetty1/index forceNew:false [junit4:junit4] 2> 4750 T3469 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty1/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@250a06e; maxCacheMB=3D48.0 = maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segme= nts_1] [junit4:junit4] 2> 4751 T3469 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 4751 T3469 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty1/index [junit4:junit4] 2> 4752 T3469 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 4754 T3469 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 4755 T3469 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 4755 T3469 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 4756 T3469 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 4757 T3469 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 4757 T3469 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 4758 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 4759 T3469 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 4760 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 4760 T3469 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 4761 T3469 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 4761 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 4762 T3469 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 4762 T3469 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 4763 T3469 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 4764 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 4764 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4765 T3469 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4765 T3469 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 4766 T3469 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 4767 T3469 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 4767 T3469 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4768 T3469 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4769 T3469 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 4769 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 4770 T3469 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 4776 T3469 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 4779 T3469 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 4781 T3469 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> 4783 T3469 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty1 [junit4:junit4] 2> 4784 T3469 oass.SolrIndexSearcher. Opening Searc= her@4766fc31 main [junit4:junit4] 2> 4785 T3469 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 4786 T3469 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 4786 T3469 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 4795 T3469 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 4828 T3470 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@4766fc31 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 4835 T3469 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 4835 T3469 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 5115 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 5118 T3450 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:52022_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52022"} [junit4:junit4] 2> 5126 T3450 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:52026_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52026"} [junit4:junit4] 2> 5127 T3450 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection collection1 with numShards 2 [junit4:junit4] 2> 5128 T3450 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 5139 T3468 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> 5141 T3449 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> 5145 T3455 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> 5839 T3469 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 5839 T3469 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:52026 collection:collection1 s= hard:shard1 [junit4:junit4] 2> 5840 T3469 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 5849 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 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> 5851 T3469 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 5852 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 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> 5856 T3469 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 5856 T3469 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 5856 T3469 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:52026/collection1/ [junit4:junit4] 2> 5857 T3469 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 5857 T3469 oasc.SyncStrategy.syncToMe http://127.0.0.1= :52026/collection1/ has no replicas [junit4:junit4] 2> 5857 T3469 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:52026/collection1/ [junit4:junit4] 2> 5857 T3469 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard1 [junit4:junit4] 2> 5862 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450006 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> 6653 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6664 T3468 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> 6664 T3449 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> 6664 T3455 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> 6697 T3469 oasc.ZkController.register We are http://12= 7.0.0.1:52026/collection1/ and leader is http://127.0.0.1:52026/collection1= / [junit4:junit4] 2> 6697 T3469 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:52026 [junit4:junit4] 2> 6698 T3469 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 6698 T3469 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 6698 T3469 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 6701 T3469 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6703 T3427 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-= core/test/J0 [junit4:junit4] 2> 6703 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 6704 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 6906 T3427 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 6911 T3427 oejs.AbstractConnector.doStart Started Sele= ctChannelConnector@127.0.0.1:52029 [junit4:junit4] 2> 6913 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 6913 T3427 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 6914 T3427 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty2-1360862416493 [junit4:junit4] 2> 6914 T3427 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty2-1360862416493/solr.xml [junit4:junit4] 2> 6915 T3427 oasc.CoreContainer. New CoreContainer= 650735612 [junit4:junit4] 2> 6915 T3427 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty2-1360862416493/' [junit4:junit4] 2> 6916 T3427 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty2-1360862416493/' [junit4:junit4] 2> 6974 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 60000 [junit4:junit4] 2> 6975 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 6976 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 6977 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 6977 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 6978 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 6979 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 6979 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 6980 T3427 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 6981 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 6997 T3427 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 7016 T3427 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:52019/solr [junit4:junit4] 2> 7017 T3427 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 7018 T3427 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:52019 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@b8c3de3 [junit4:junit4] 2> 7020 T3427 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7020 T3480 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:52019. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7022 T3480 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:52019, initiating sessi= on [junit4:junit4] 2> 7022 T3429 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:52030 [junit4:junit4] 2> 7023 T3429 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:52030 [junit4:junit4] 2> 7027 T3431 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd9b874450007 with negotiated timeout 20000 for client = /127.0.0.1:52030 [junit4:junit4] 2> 7027 T3480 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450007, negotiated timeout =3D 20000 [junit4:junit4] 2> 7027 T3481 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@b8c3de3 name:ZooKeeperConnectio= n Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 7028 T3427 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7030 T3432 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13cd9b874450007 [junit4:junit4] 2> 7031 T3429 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /127.0.0.1:52030 which had sessionid 0x13cd9b87445000= 7 [junit4:junit4] 2> 7031 T3427 oaz.ZooKeeper.close Session: 0x13cd9b874450= 007 closed [junit4:junit4] 2> 7032 T3481 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 7032 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 7038 T3427 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@5f5d56e2 [junit4:junit4] 2> 7040 T3427 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 7041 T3482 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:52019. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 7042 T3482 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:52019, initiating sessi= on [junit4:junit4] 2> 7043 T3429 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /127.0.0.1:52031 [junit4:junit4] 2> 7043 T3429 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /127.0.0.1:52031 [junit4:junit4] 2> 7045 T3431 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13cd9b874450008 with negotiated timeout 20000 for client = /127.0.0.1:52031 [junit4:junit4] 2> 7045 T3482 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450008, negotiated timeout =3D 20000 [junit4:junit4] 2> 7046 T3483 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@5f5d56e2 name:ZooKeeperConnecti= on Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 7047 T3427 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 7048 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 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> 7049 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 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> 7053 T3427 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 7057 T3427 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:52029_ [junit4:junit4] 2> 7058 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 type:del= ete cxid:0x9 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:52029_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:52029_ [junit4:junit4] 2> 7060 T3427 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:52029_ [junit4:junit4] 2> 7064 T3468 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> 7064 T3449 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> 7066 T3455 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7066 T3455 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> 7067 T3483 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7068 T3468 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7070 T3449 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 7080 T3484 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty2-1360862416493/collection1 [junit4:junit4] 2> 7080 T3484 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 7081 T3484 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 7082 T3484 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 7084 T3484 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty2-1360862416493/collection1/' [junit4:junit4] 2> 7085 T3484 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-j= etty2-1360862416493/collection1/lib/classes/' to classloader [junit4:junit4] 2> 7086 T3484 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-j= etty2-1360862416493/collection1/lib/README' to classloader [junit4:junit4] 2> 7142 T3484 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_42 [junit4:junit4] 2> 7213 T3484 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 7214 T3484 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 7224 T3484 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 7802 T3484 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 7811 T3484 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 7814 T3484 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 7835 T3484 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 7840 T3484 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 7846 T3484 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 7848 T3484 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 7850 T3484 oasc.SolrCore. [collection1] Opening = new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-jetty2-1360862416493/collection1/, dataDir=3D./org.apache.solr.cloud.Ba= sicDistributedZkTest-1360862409790/jetty2/ [junit4:junit4] 2> 7850 T3484 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@3cafd472 [junit4:junit4] 2> 7851 T3484 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 7851 T3484 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/jetty2 forceNew:false [junit4:junit4] 2> 7852 T3484 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty2 [junit4:junit4] 2> 7852 T3484 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1360862409790/jetty2/index/ [junit4:junit4] 2> 7853 T3484 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 0862409790/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 7853 T3484 oasc.CachingDirectoryFactory.get return new= directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOS= X/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTe= st-1360862409790/jetty2/index forceNew:false [junit4:junit4] 2> 7858 T3484 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty2/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@61756f39; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segm= ents_1] [junit4:junit4] 2> 7858 T3484 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 7859 T3484 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty2/index [junit4:junit4] 2> 7859 T3484 oasc.SolrCore.initWriters created xml: solr= .XMLResponseWriter [junit4:junit4] 2> 7862 T3484 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 7862 T3484 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe-allfields" [junit4:junit4] 2> 7862 T3484 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 7863 T3484 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "u= niq-fields" [junit4:junit4] 2> 7864 T3484 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 7864 T3484 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 7864 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 7865 T3484 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 7866 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 7866 T3484 oasc.RequestHandlers.initHandlersFromConfig= created dismax: solr.SearchHandler [junit4:junit4] 2> 7867 T3484 oasc.RequestHandlers.initHandlersFromConfig= created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 7868 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 7868 T3484 oasc.RequestHandlers.initHandlersFromConfig= created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 7869 T3484 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 7870 T3484 oasc.RequestHandlers.initHandlersFromConfig= created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 7870 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 7871 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7872 T3484 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7872 T3484 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 7873 T3484 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchH= andler [junit4:junit4] 2> 7873 T3484 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.= SearchHandler [junit4:junit4] 2> 7874 T3484 oasc.RequestHandlers.initHandlersFromConfig= created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7875 T3484 oasc.RequestHandlers.initHandlersFromConfig= created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7875 T3484 oasc.RequestHandlers.initHandlersFromConfig= created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 7876 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 7877 T3484 oasc.RequestHandlers.initHandlersFromConfig= created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 7883 T3484 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 7886 T3484 oasc.SolrCore.initDeprecatedSupport WARNING= solrconfig.xml uses deprecated , Please update your c= onfig to use the ShowFileRequestHandler. [junit4:junit4] 2> 7888 T3484 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> 7890 T3484 oasc.CachingDirectoryFactory.close Releasin= g directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/s= olr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-= 1360862409790/jetty2 [junit4:junit4] 2> 7891 T3484 oass.SolrIndexSearcher. Opening Searc= her@7bf4aea8 main [junit4:junit4] 2> 7892 T3484 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 7892 T3484 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 7893 T3484 oashc.SpellCheckComponent.inform Initializi= ng spell checkers [junit4:junit4] 2> 7898 T3484 oass.DirectSolrSpellChecker.init init: {nam= e=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLen= gth=3D3} [junit4:junit4] 2> 7931 T3485 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@7bf4aea8 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 7939 T3484 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 7939 T3484 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 8174 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8175 T3450 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:52026_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52026"} [junit4:junit4] 2> 8180 T3450 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:52029_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52029"} [junit4:junit4] 2> 8181 T3450 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D2 [junit4:junit4] 2> 8181 T3450 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 8187 T3468 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> 8187 T3449 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> 8187 T3483 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> 8187 T3455 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> 8943 T3484 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 8943 T3484 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:52029 collection:collection1 s= hard:shard2 [junit4:junit4] 2> 8944 T3484 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard2/election [junit4:junit4] 2> 8954 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 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> 8955 T3484 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 8956 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 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> 8959 T3484 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 8959 T3484 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 8959 T3484 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:52029/collection1/ [junit4:junit4] 2> 8960 T3484 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 8960 T3484 oasc.SyncStrategy.syncToMe http://127.0.0.1= :52029/collection1/ has no replicas [junit4:junit4] 2> 8960 T3484 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:52029/collection1/ [junit4:junit4] 2> 8961 T3484 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard2 [junit4:junit4] 2> 8966 T3432 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13cd9b874450008 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> 9698 T3450 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9709 T3455 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> 9709 T3449 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> 9710 T3468 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> 9710 T3483 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> 9738 T3484 oasc.ZkController.register We are http://12= 7.0.0.1:52029/collection1/ and leader is http://127.0.0.1:52029/collection1= / [junit4:junit4] 2> 9738 T3484 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:52029 [junit4:junit4] 2> 9739 T3484 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 9739 T3484 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 9739 T3484 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 9741 T3484 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9743 T3427 oass.SolrDispatchFilter.init user.dir=3D/Us= ers/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-= core/test/J0 [junit4:junit4] 2> 9743 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 9744 T3427 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 9968 T3427 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 9973 T3427 oejs.AbstractConnector.doStart Started Sele= ctChannelConnector@127.0.0.1:52032 [junit4:junit4] 2> 9974 T3427 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 9974 T3427 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 9975 T3427 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lu= cene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty3-1360862419549 [junit4:junit4] 2> 9975 T3427 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty3-1360862419549/solr.xml [junit4:junit4] 2> 9976 T3427 oasc.CoreContainer. New CoreContainer= 143651826 [junit4:junit4] 2> 9977 T3427 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x= -MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty3-1360862419549/' [junit4:junit4] 2> 9977 T3427 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-So= lr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty3-1360862419549/' [junit4:junit4] 2> 10016 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 60000 [junit4:junit4] 2> 10016 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 10017 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 10017 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 10018 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 10018 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 10019 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 10019 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 10020 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 10020 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 10038 T3427 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 10060 T3427 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:52019/solr [junit4:junit4] 2> 10061 T3427 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 10061 T3427 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:52019 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@40c884d4 [junit4:junit4] 2> 10062 T3427 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 10063 T3495 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:52019. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 10064 T3495 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:52019, initiating sess= ion [junit4:junit4] 2> 10064 T3429 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:52033 [junit4:junit4] 2> 10065 T3429 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:52033 [junit4:junit4] 2> 10067 T3431 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd9b874450009 with negotiated timeout 20000 for client= /127.0.0.1:52033 [junit4:junit4] 2> 10067 T3495 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b874450009, negotiated timeout =3D 20000 [junit4:junit4] 2> 10067 T3496 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@40c884d4 name:ZooKeeperConnect= ion Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4:junit4] 2> 10068 T3427 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 10070 T3432 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13cd9b874450009 [junit4:junit4] 2> 10071 T3429 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /127.0.0.1:52033 which had sessionid 0x13cd9b8744500= 09 [junit4:junit4] 2> 10071 T3427 oaz.ZooKeeper.close Session: 0x13cd9b87445= 0009 closed [junit4:junit4] 2> 10071 T3496 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 10071 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 10077 T3427 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@7ec0b258 [junit4:junit4] 2> 10078 T3427 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 10079 T3497 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:52019. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 10080 T3497 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:52019, initiating sess= ion [junit4:junit4] 2> 10081 T3429 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:52034 [junit4:junit4] 2> 10081 T3429 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:52034 [junit4:junit4] 2> 10083 T3431 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd9b87445000a with negotiated timeout 20000 for client= /127.0.0.1:52034 [junit4:junit4] 2> 10083 T3497 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b87445000a, negotiated timeout =3D 20000 [junit4:junit4] 2> 10083 T3498 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@7ec0b258 name:ZooKeeperConnect= ion Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 10084 T3427 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 10085 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000a 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> 10086 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000a 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> 10089 T3427 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 10093 T3427 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52032_ [junit4:junit4] 2> 10094 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000a type:de= lete cxid:0x9 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:52032_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:52032_ [junit4:junit4] 2> 10095 T3427 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:52032_ [junit4:junit4] 2> 10099 T3468 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> 10099 T3449 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> 10101 T3455 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10101 T3455 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> 10101 T3483 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10101 T3483 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> 10101 T3498 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10104 T3449 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10105 T3468 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 10113 T3499 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= BasicDistributedZkTest-jetty3-1360862419549/collection1 [junit4:junit4] 2> 10113 T3499 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 10114 T3499 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 10114 T3499 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 10117 T3499 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-jetty3-1360862419549/collection1/' [junit4:junit4] 2> 10117 T3499 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= jetty3-1360862419549/collection1/lib/classes/' to classloader [junit4:junit4] 2> 10118 T3499 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= jetty3-1360862419549/collection1/lib/README' to classloader [junit4:junit4] 2> 10168 T3499 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_42 [junit4:junit4] 2> 10235 T3499 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 10236 T3499 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 10243 T3499 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 10821 T3499 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 10830 T3499 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 10834 T3499 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 10855 T3499 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10862 T3499 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10867 T3499 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10870 T3499 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10872 T3499 oasc.SolrCore. [collection1] Opening= new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-jetty3-1360862419549/collection1/, dataDir=3D./org.apache.solr.cloud.B= asicDistributedZkTest-1360862409790/jetty3/ [junit4:junit4] 2> 10873 T3499 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@3cafd472 [junit4:junit4] 2> 10874 T3499 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 10875 T3499 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-1360862409790/jetty3 forceNew:false [junit4:junit4] 2> 10876 T3499 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty3 [junit4:junit4] 2> 10876 T3499 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1360862409790/jetty3/index/ [junit4:junit4] 2> 10877 T3499 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 60862409790/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 10878 T3499 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-1360862409790/jetty3/index forceNew:false [junit4:junit4] 2> 10884 T3499 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty3/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@664cbf46; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segm= ents_1] [junit4:junit4] 2> 10885 T3499 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 10886 T3499 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty3/index [junit4:junit4] 2> 10887 T3499 oasc.SolrCore.initWriters created xml: sol= r.XMLResponseWriter [junit4:junit4] 2> 10890 T3499 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 10891 T3499 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe-allfields" [junit4:junit4] 2> 10891 T3499 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 10891 T3499 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= uniq-fields" [junit4:junit4] 2> 10892 T3499 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 10892 T3499 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 10893 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 10893 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 10894 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 10895 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created dismax: solr.SearchHandler [junit4:junit4] 2> 10895 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 10896 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 10896 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 10897 T3499 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 10897 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 10898 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 10898 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10899 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10900 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH_Direct: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 10901 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 10901 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component= .SearchHandler [junit4:junit4] 2> 10902 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandle= r [junit4:junit4] 2> 10903 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10903 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 10904 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 10904 T3499 oasc.RequestHandlers.initHandlersFromConfi= g created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 10910 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 10913 T3499 oasc.SolrCore.initDeprecatedSupport WARNIN= G solrconfig.xml uses deprecated , Please update your = config to use the ShowFileRequestHandler. [junit4:junit4] 2> 10915 T3499 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> 10918 T3499 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty3 [junit4:junit4] 2> 10920 T3499 oass.SolrIndexSearcher. Opening Sear= cher@2abcaa3f main [junit4:junit4] 2> 10921 T3499 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 10922 T3499 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 10923 T3499 oashc.SpellCheckComponent.inform Initializ= ing spell checkers [junit4:junit4] 2> 10930 T3499 oass.DirectSolrSpellChecker.init init: {na= me=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLe= ngth=3D3} [junit4:junit4] 2> 10966 T3500 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@2abcaa3f main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 10974 T3499 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 10974 T3499 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 11221 T3450 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 11223 T3450 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:52029_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52029"} [junit4:junit4] 2> 11229 T3450 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:52032_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52032"} [junit4:junit4] 2> 11229 T3450 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 11230 T3450 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 11252 T3449 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> 11252 T3468 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> 11252 T3483 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> 11252 T3455 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> 11252 T3498 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> 11977 T3499 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 11978 T3499 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:52032 collection:collection1 = shard:shard1 [junit4:junit4] 2> 11982 T3499 oasc.ZkController.register We are http://1= 27.0.0.1:52032/collection1/ and leader is http://127.0.0.1:52026/collection= 1/ [junit4:junit4] 2> 11983 T3499 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:52032 [junit4:junit4] 2> 11983 T3499 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 11983 T3499 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C193 name=3Dcollection1 org.apache.sol= r.core.SolrCore@1efb010 url=3Dhttp://127.0.0.1:52032/collection1 node=3D127= .0.0.1:52032_ C193_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:52032_, base_url=3Dhttp://127.0.0.1:52032} [junit4:junit4] 2> 11984 T3501 C193 P52032 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 11984 T3499 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 11985 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 11985 T3501 C193 P52032 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 11985 T3501 C193 P52032 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 11985 T3427 oass.SolrDispatchFilter.init user.dir=3D/U= sers/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr= -core/test/J0 [junit4:junit4] 2> 11986 T3427 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 11987 T3501 C193 P52032 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 11987 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 12218 T3427 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 12223 T3427 oejs.AbstractConnector.doStart Started Sel= ectChannelConnector@127.0.0.1:52036 [junit4:junit4] 2> 12224 T3427 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() [junit4:junit4] 2> 12225 T3427 oasc.SolrResourceLoader.locateSolrHome JND= I not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 12225 T3427 oasc.SolrResourceLoader.locateSolrHome usi= ng system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= BasicDistributedZkTest-jetty4-1360862421789 [junit4:junit4] 2> 12226 T3427 oasc.CoreContainer$Initializer.initialize = looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.= x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribu= tedZkTest-jetty4-1360862421789/solr.xml [junit4:junit4] 2> 12226 T3427 oasc.CoreContainer. New CoreContaine= r 2136260210 [junit4:junit4] 2> 12227 T3427 oasc.CoreContainer.load Loading CoreContai= ner using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.= x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistribu= tedZkTest-jetty4-1360862421789/' [junit4:junit4] 2> 12227 T3427 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-jetty4-1360862421789/' [junit4:junit4] 2> 12266 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 60000 [junit4:junit4] 2> 12266 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 12267 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 12268 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 12269 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 12269 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 12270 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 12271 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 12271 T3427 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 12272 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D60000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 12286 T3427 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 12304 T3427 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:52019/solr [junit4:junit4] 2> 12306 T3427 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 12307 T3427 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:52019 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@722e8722 [junit4:junit4] 2> 12308 T3427 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 12309 T3511 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:52019. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 12309 T3511 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:52019, initiating sess= ion [junit4:junit4] 2> 12310 T3429 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:52037 [junit4:junit4] 2> 12311 T3429 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:52037 [junit4:junit4] 2> 12312 T3431 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd9b87445000b with negotiated timeout 20000 for client= /127.0.0.1:52037 [junit4:junit4] 2> 12312 T3511 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b87445000b, negotiated timeout =3D 20000 [junit4:junit4] 2> 12313 T3512 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@722e8722 name:ZooKeeperConnect= ion Watcher:127.0.0.1:52019 got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4:junit4] 2> 12313 T3427 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 12316 T3432 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13cd9b87445000b [junit4:junit4] 2> 12317 T3429 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /127.0.0.1:52037 which had sessionid 0x13cd9b8744500= 0b [junit4:junit4] 2> 12317 T3427 oaz.ZooKeeper.close Session: 0x13cd9b87445= 000b closed [junit4:junit4] 2> 12317 T3512 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 12318 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D60000&connTimeout=3D15000 [junit4:junit4] 2> 12324 T3427 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:52019/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@5c9cbe4f [junit4:junit4] 2> 12325 T3427 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 12326 T3513 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:52019. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 12327 T3513 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:52019, initiating sess= ion [junit4:junit4] 2> 12327 T3429 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /127.0.0.1:52038 [junit4:junit4] 2> 12328 T3429 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /127.0.0.1:52038 [junit4:junit4] 2> 12329 T3431 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13cd9b87445000c with negotiated timeout 20000 for client= /127.0.0.1:52038 [junit4:junit4] 2> 12329 T3513 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:52019, sessionid = =3D 0x13cd9b87445000c, negotiated timeout =3D 20000 [junit4:junit4] 2> 12330 T3514 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@5c9cbe4f name:ZooKeeperConnect= ion Watcher:127.0.0.1:52019/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 12330 T3427 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 12331 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000c 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> 12333 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000c 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> 12336 T3427 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 12340 T3427 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52036_ [junit4:junit4] 2> 12341 T3432 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13cd9b87445000c type:de= lete cxid:0x9 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:52036_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:52036_ [junit4:junit4] 2> 12342 T3427 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:52036_ [junit4:junit4] 2> 12346 T3449 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> 12347 T3498 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> 12347 T3468 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> 12348 T3455 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12349 T3455 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> 12349 T3483 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12350 T3483 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> 12350 T3514 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12355 T3449 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12355 T3498 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12356 T3468 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 12363 T3515 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/L= ucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.= BasicDistributedZkTest-jetty4-1360862421789/collection1 [junit4:junit4] 2> 12364 T3515 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 12365 T3515 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 12365 T3515 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 12367 T3515 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-jetty4-1360862421789/collection1/' [junit4:junit4] 2> 12368 T3515 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= jetty4-1360862421789/collection1/lib/classes/' to classloader [junit4:junit4] 2> 12368 T3515 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX= /solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-= jetty4-1360862421789/collection1/lib/README' to classloader [junit4:junit4] 2> 12420 T3515 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_42 [junit4:junit4] 2> 12487 T3515 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 12489 T3515 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 12495 T3515 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 12764 T3450 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 12765 T3450 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:52032_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52032"} [junit4:junit4] 2> 12770 T3514 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> 12770 T3498 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> 12771 T3483 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> 12771 T3468 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> 12771 T3455 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> 12771 T3449 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> 13051 T3515 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 13059 T3515 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 13062 T3515 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 13085 T3515 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 13093 T3515 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 13099 T3515 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 13101 T3515 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 13102 T3515 oasc.SolrCore. [collection1] Opening= new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-Mac= OSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk= Test-jetty4-1360862421789/collection1/, dataDir=3D./org.apache.solr.cloud.B= asicDistributedZkTest-1360862409790/jetty4/ [junit4:junit4] 2> 13103 T3515 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@3cafd472 [junit4:junit4] 2> 13103 T3515 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 13104 T3515 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-1360862409790/jetty4 forceNew:false [junit4:junit4] 2> 13105 T3515 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty4 [junit4:junit4] 2> 13106 T3515 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1360862409790/jetty4/index/ [junit4:junit4] 2> 13106 T3515 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 60862409790/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 13107 T3515 oasc.CachingDirectoryFactory.get return ne= w directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacO= SX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT= est-1360862409790/jetty4/index forceNew:false [junit4:junit4] 2> 13112 T3515 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty4/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@71f4f512; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segm= ents_1] [junit4:junit4] 2> 13112 T3515 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 13113 T3515 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty4/index [junit4:junit4] 2> 13114 T3515 oasc.SolrCore.initWriters created xml: sol= r.XMLResponseWriter [junit4:junit4] 2> 13116 T3515 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 13117 T3515 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe-allfields" [junit4:junit4] 2> 13118 T3515 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 13119 T3515 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= uniq-fields" [junit4:junit4] 2> 13120 T3515 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 13120 T3515 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 13121 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 13122 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 13122 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 13123 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created dismax: solr.SearchHandler [junit4:junit4] 2> 13124 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 13124 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 13125 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 13125 T3515 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 13125 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 13126 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 13127 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13127 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13128 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH_Direct: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 13129 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak: org.apache.solr.handler.component.Search= Handler [junit4:junit4] 2> 13129 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component= .SearchHandler [junit4:junit4] 2> 13130 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandle= r [junit4:junit4] 2> 13131 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13132 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 13133 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 13134 T3515 oasc.RequestHandlers.initHandlersFromConfi= g created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 13143 T3515 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 13163 T3515 oasc.SolrCore.initDeprecatedSupport WARNIN= G solrconfig.xml uses deprecated , Please update your = config to use the ShowFileRequestHandler. [junit4:junit4] 2> 13165 T3515 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> 13167 T3515 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty4 [junit4:junit4] 2> 13169 T3515 oass.SolrIndexSearcher. Opening Sear= cher@792ba709 main [junit4:junit4] 2> 13170 T3515 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 13170 T3515 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 13171 T3515 oashc.SpellCheckComponent.inform Initializ= ing spell checkers [junit4:junit4] 2> 13176 T3515 oass.DirectSolrSpellChecker.init init: {na= me=3Ddirect,classname=3DDirectSolrSpellChecker,field=3Dlowerfilt,minQueryLe= ngth=3D3} [junit4:junit4] 2> 13212 T3516 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@792ba709 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 13219 T3515 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 13219 T3515 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 14282 T3450 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 14283 T3450 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:52036_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52036"} [junit4:junit4] 2> 14283 T3450 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 14284 T3450 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 14290 T3514 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> 14290 T3468 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> 14291 T3455 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> 14291 T3483 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> 14291 T3449 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> 14291 T3498 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> C193_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:52032_, base_url=3Dhttp://127.0= .0.1:52032} [junit4:junit4] 2> 15011 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:52026/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 15012 T3501 C193 P52032 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:52032 START replicas=3D[http://127= .0.0.1:52026/collection1/] nUpdates=3D100 [junit4:junit4] 2> 15012 T3501 C193 P52032 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 15013 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 15013 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 15013 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 15013 T3501 C193 P52032 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 15014 T3501 C193 P52032 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:52026/collection1/. core=3D= collection1 [junit4:junit4] 2> 15014 T3501 C193 P52032 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C194 name=3Dcollection1 org.apache.sol= r.core.SolrCore@610537b1 url=3Dhttp://127.0.0.1:52026/collection1 node=3D12= 7.0.0.1:52026_ C194_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:52026_, base_url=3Dhttp://127.0.0.1:52026= , leader=3Dtrue} [junit4:junit4] 2> 15023 T3461 C194 P52026 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 2> 15024 T3459 C194 P52026 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 15025 T3459 C194 P52026 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty1 [junit4:junit4] 2> 15029 T3459 C194 P52026 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty1/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@250a06e; maxCacheMB=3D48.0 = maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segme= nts_1] [junit4:junit4] 2> 15030 T3459 C194 P52026 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 15033 T3459 C194 P52026 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty1/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@250a06e; maxCacheMB=3D48.0 = maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segme= nts_1] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty1/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@250a06e; maxCacheMB=3D48.0 = maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2,filenames=3D[segme= nts_2] [junit4:junit4] 2> 15033 T3459 C194 P52026 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15034 T3459 C194 P52026 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty1 [junit4:junit4] 2> 15035 T3459 C194 P52026 oass.SolrIndexSearcher. = Opening Searcher@32ea05d3 realtime [junit4:junit4] 2> 15035 T3459 C194 P52026 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 15035 T3459 C194 P52026 /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> 15036 T3501 C193 P52032 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 15037 T3501 C193 P52032 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 15039 T3463 C194 P52026 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 15039 T3463 C194 P52026 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D1= =20 [junit4:junit4] 2> 15040 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 15040 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 15041 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 15044 T3464 C194 P52026 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty1 [junit4:junit4] 2> 15044 T3464 C194 P52026 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty1/index [junit4:junit4] 2> 15045 T3464 C194 P52026 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D1=20 [junit4:junit4] 2> 15046 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 15047 T3501 C193 P52032 oasc.CachingDirectoryFactory.g= et return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-1360862409790/jetty3/index.20130214172024829 forceNew:false [junit4:junit4] 2> 15048 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15048 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org= .apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/= Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.B= asicDistributedZkTest-1360862409790/jetty3/index.20130214172024829 lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@2511506e; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)) fullCopy=3Dtrue [junit4:junit4] 2> 15053 T3460 C194 P52026 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> 15054 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3/index [junit4:junit4] 2> 15054 T3501 C193 P52032 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 15055 T3501 C193 P52032 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130214= 172024829 [junit4:junit4] 2> 15056 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15056 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15057 T3501 C193 P52032 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1360862409790/jetty3/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3/index.20130214172024829 [junit4:junit4] 2> 15059 T3501 C193 P52032 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty3/index.2013021417= 2024829 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2511506e;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2= ,filenames=3D[segments_2] [junit4:junit4] 2> 15060 T3501 C193 P52032 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15061 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15062 T3501 C193 P52032 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 15062 T3501 C193 P52032 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 15062 T3501 C193 P52032 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 15063 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3/index.20130214172024829 [junit4:junit4] 2> 15064 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15066 T3501 C193 P52032 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty3/index.2013021417= 2024829 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2511506e;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2= ,filenames=3D[segments_2] [junit4:junit4] 2> 15067 T3501 C193 P52032 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 15067 T3501 C193 P52032 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 15067 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15068 T3501 C193 P52032 oass.SolrIndexSearcher. = Opening Searcher@6417125b main [junit4:junit4] 2> 15070 T3500 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@6417125b main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 15070 T3500 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty3/index [junit4:junit4] 2> 15071 T3501 C193 P52032 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 15073 T3501 C193 P52032 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty3/index.2013021417= 2024829 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2511506e;= 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty3/index.2013021417= 2024829 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2511506e;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_3,generation=3D3= ,filenames=3D[segments_3] [junit4:junit4] 2> 15073 T3501 C193 P52032 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 15074 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 15074 T3501 C193 P52032 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 15074 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3/index.20130214172024829 [junit4:junit4] 2> 15075 T3501 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3/index [junit4:junit4] 2> 15075 T3501 C193 P52032 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 15075 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 15075 T3501 C193 P52032 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 15075 T3501 C193 P52032 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 15077 T3501 C193 P52032 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 15223 T3515 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 15224 T3515 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:52036 collection:collection1 = shard:shard2 [junit4:junit4] 2> 15227 T3515 oasc.ZkController.register We are http://1= 27.0.0.1:52036/collection1/ and leader is http://127.0.0.1:52029/collection= 1/ [junit4:junit4] 2> 15228 T3515 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:52036 [junit4:junit4] 2> 15228 T3515 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 15228 T3515 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C195 name=3Dcollection1 org.apache.sol= r.core.SolrCore@aebd709 url=3Dhttp://127.0.0.1:52036/collection1 node=3D127= .0.0.1:52036_ C195_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:52036_, base_url=3Dhttp://127.0.0.1:52036} [junit4:junit4] 2> 15229 T3519 C195 P52036 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 15230 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 15230 T3519 C195 P52036 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 15230 T3515 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15230 T3519 C195 P52036 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 15232 T3427 oass.SolrDispatchFilter.init user.dir=3D/U= sers/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr= -core/test/J0 [junit4:junit4] 2> 15232 T3519 C195 P52036 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 15232 T3427 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 15233 T3427 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 15241 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15243 T3427 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Wait for recoveries to finish - collection: collection1 fail= OnTimeout:true timeout (sec):230 [junit4:junit4] 2> 15244 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15806 T3450 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 15807 T3450 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:52032_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52032"} [junit4:junit4] 2> 15813 T3450 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:52036_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52036"} [junit4:junit4] 2> 15819 T3449 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> 15819 T3498 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> 15819 T3514 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> 15819 T3483 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> 15820 T3455 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> 15820 T3468 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> 16247 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 17250 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> C195_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:52036_, base_url=3Dhttp://127.0= .0.1:52036} [junit4:junit4] 2> 18247 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:52029/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 18247 T3519 C195 P52036 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:52036 START replicas=3D[http://127= .0.0.1:52029/collection1/] nUpdates=3D100 [junit4:junit4] 2> 18248 T3519 C195 P52036 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 18248 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 18248 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 18249 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 18249 T3519 C195 P52036 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 18249 T3519 C195 P52036 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:52029/collection1/. core=3D= collection1 [junit4:junit4] 2> 18249 T3519 C195 P52036 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C196 name=3Dcollection1 org.apache.sol= r.core.SolrCore@1b8f0830 url=3Dhttp://127.0.0.1:52029/collection1 node=3D12= 7.0.0.1:52029_ C196_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:52029_, base_url=3Dhttp://127.0.0.1:52029= , leader=3Dtrue} [junit4:junit4] 2> 18255 T3476 C196 P52029 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 2> 18257 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 18257 T3479 C196 P52029 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 18259 T3479 C196 P52029 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty2 [junit4:junit4] 2> 18263 T3479 C196 P52029 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty2/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@61756f39; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segm= ents_1] [junit4:junit4] 2> 18263 T3479 C196 P52029 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 18266 T3479 C196 P52029 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty2/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@61756f39; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames=3D[segm= ents_1] [junit4:junit4] 2> =09=09commit{dir=3DRateLimitedDirectoryWrapper(NRTCach= ingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-= slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty2/index lockFactor= y=3Dorg.apache.lucene.store.NativeFSLockFactory@61756f39; maxCacheMB=3D48.0= maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2,filenames=3D[segm= ents_2] [junit4:junit4] 2> 18266 T3479 C196 P52029 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18267 T3479 C196 P52029 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty2 [junit4:junit4] 2> 18268 T3479 C196 P52029 oass.SolrIndexSearcher. = Opening Searcher@562f4ec8 realtime [junit4:junit4] 2> 18268 T3479 C196 P52029 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 18269 T3479 C196 P52029 /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> 18270 T3519 C195 P52036 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 18270 T3519 C195 P52036 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 18273 T3477 C196 P52029 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 18273 T3477 C196 P52029 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D1= =20 [junit4:junit4] 2> 18274 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 18274 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 18274 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 18277 T3478 C196 P52029 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty2 [junit4:junit4] 2> 18277 T3478 C196 P52029 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty2/index [junit4:junit4] 2> 18278 T3478 C196 P52029 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D1=20 [junit4:junit4] 2> 18278 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 18280 T3519 C195 P52036 oasc.CachingDirectoryFactory.g= et return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-S= olr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDi= stributedZkTest-1360862409790/jetty4/index.20130214172028062 forceNew:false [junit4:junit4] 2> 18280 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18281 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org= .apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/= Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.B= asicDistributedZkTest-1360862409790/jetty4/index.20130214172028062 lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@711ad9c8; maxCacheMB=3D48= .0 maxMergeSizeMB=3D4.0)) fullCopy=3Dtrue [junit4:junit4] 2> 18292 T3476 C196 P52029 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> 18294 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4/index [junit4:junit4] 2> 18294 T3519 C195 P52036 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 18295 T3519 C195 P52036 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130214= 172028062 [junit4:junit4] 2> 18296 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18296 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18297 T3519 C195 P52036 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1360862409790/jetty4/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4/index.20130214172028062 [junit4:junit4] 2> 18299 T3519 C195 P52036 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty4/index.2013021417= 2028062 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@711ad9c8;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2= ,filenames=3D[segments_2] [junit4:junit4] 2> 18300 T3519 C195 P52036 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18301 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18301 T3519 C195 P52036 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 18302 T3519 C195 P52036 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 18302 T3519 C195 P52036 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 18302 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4/index.20130214172028062 [junit4:junit4] 2> 18303 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18304 T3519 C195 P52036 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty4/index.2013021417= 2028062 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@711ad9c8;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_2,generation=3D2= ,filenames=3D[segments_2] [junit4:junit4] 2> 18304 T3519 C195 P52036 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 18305 T3519 C195 P52036 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 18305 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18305 T3519 C195 P52036 oass.SolrIndexSearcher. = Opening Searcher@2cdac1b1 main [junit4:junit4] 2> 18307 T3516 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@2cdac1b1 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 18308 T3516 oasc.CachingDirectoryFactory.close Releasi= ng directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/= solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest= -1360862409790/jetty4/index [junit4:junit4] 2> 18308 T3519 C195 P52036 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 18310 T3519 C195 P52036 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty4/index.2013021417= 2028062 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@711ad9c8;= 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/jetty4/index.2013021417= 2028062 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@711ad9c8;= maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_3,generation=3D3= ,filenames=3D[segments_3] [junit4:junit4] 2> 18310 T3519 C195 P52036 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 18310 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 18311 T3519 C195 P52036 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4/index.20130214172028062 [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4/index [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 18311 T3519 C195 P52036 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 18313 T3519 C195 P52036 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 18835 T3450 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 18836 T3450 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:52036_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:52036"} [junit4:junit4] 2> 18842 T3514 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> 18842 T3449 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> 18843 T3468 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> 18843 T3483 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> 18843 T3498 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> 18843 T3455 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> 19262 T3427 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19264 T3427 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Recoveries finished - collection: collection1 [junit4:junit4] 2> ASYNC NEW_CORE C197 name=3Dcollection1 org.apache.sol= r.core.SolrCore@368515fa url=3Dhttp://127.0.0.1:52022/collection1 node=3D12= 7.0.0.1:52022_ C197_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:52022_, base_url=3Dhttp://12= 7.0.0.1:52022, leader=3Dtrue} [junit4:junit4] 2> 19273 T3440 C197 P52022 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/control/data [junit4:junit4] 2> 19276 T3440 C197 P52022 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apa= che.solr.cloud.BasicDistributedZkTest-1360862409790/control/data/index lock= Factory=3Dorg.apache.lucene.store.NativeFSLockFactory@1eedd202; maxCacheMB= =3D48.0 maxMergeSizeMB=3D4.0)),segFN=3Dsegments_1,generation=3D1,filenames= =3D[segments_1] [junit4:junit4] 2> 19278 T3440 C197 P52022 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 19279 T3440 C197 P52022 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/control/data [junit4:junit4] 2> 19279 T3440 C197 P52022 oass.SolrIndexSearcher. = Opening Searcher@351020b4 realtime [junit4:junit4] 2> 19280 T3440 C197 P52022 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1426967682407727104)} 0 9 [junit4:junit4] 2> 19288 T3475 C196 P52029 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty2 [junit4:junit4] 2> 19295 T3463 C194 P52026 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty1 [junit4:junit4] 2> C195_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:52036_, base_url=3Dhttp://127.0.0.1= :52036} [junit4:junit4] 2> 19303 T3510 C195 P52036 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty4 [junit4:junit4] 2> 19304 T3510 C195 P52036 /update {update.distrib=3DFROM= LEADER&_version_=3D-1426967682424504320&update.from=3Dhttp://127.0.0.1:5202= 9/collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-14269676824= 24504320)} 0 4 [junit4:junit4] 2> C193_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:52032_, base_url=3Dhttp://127.0.0.1= :52032} [junit4:junit4] 2> 19309 T3494 C193 P52032 oasc.CachingDirectoryFactory.c= lose Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr= -4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1360862409790/jetty3 [junit4:junit4] 2> 19311 T3494 C193 P52032 /update {update.distrib=3DFROM= LEADER&_version_=3D-1426967682430795776&update.from=3Dhttp://127.0.0.1:5202= 6/collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-14269676824= 30795776)} 0 4 [junit4:junit4] 2> 19312 T3463 C194 P52026 /update {update.distrib=3DTOLE= ADER&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-1426967682430795776)}= 0 19 [junit4:junit4] 2> 19312 T3475 C196 P52029 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1426967682424504320)} 0 26 [junit4:junit4] 2> 19322 T3442 C197 P52022 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1426967682458058752)]} 0 3 [junit4:junit4] 2> 19331 T3489 C193 P52032 /update {distrib.from=3Dhttp:/= /127.0.0.1:52026/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[1 (1426967682464350208)]} 0 2 [junit4:junit4] 2> 19332 T3464 C194 P52026 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1426967682464350208)]} 0 8 [junit4:junit4] 2> 19345 T3443 C197 P52022 /update {wt=3Djavabin&version= =3D2} {add=3D[2 (1426967682484273152)]} 0 2 [junit4:junit4] 2> 19355 T3505 C195 P52036 /update {distrib.from=3Dhttp:/= /127.0.0.1:52029/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[2 (1426967682 [...truncated too long message...] ng.rules.SystemPropertiesRestoreRule$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:166) [junit4:junit4] > =09at org.apache.http.impl.io.SocketInputBuffer.fillBu= ffer(SocketInputBuffer.java:90) [junit4:junit4] > =09at org.apache.http.impl.io.AbstractSessionInputBuff= er.readLine(AbstractSessionInputBuffer.java:281) [junit4:junit4] > =09at org.apache.http.impl.conn.DefaultHttpResponsePar= ser.parseHead(DefaultHttpResponseParser.java:92) [junit4:junit4] > =09at org.apache.http.impl.conn.DefaultHttpResponsePar= ser.parseHead(DefaultHttpResponseParser.java:62) [junit4:junit4] > =09at org.apache.http.impl.io.AbstractMessageParser.pa= rse(AbstractMessageParser.java:254) [junit4:junit4] > =09at org.apache.http.impl.AbstractHttpClientConnectio= n.receiveResponseHeader(AbstractHttpClientConnection.java:289) [junit4:junit4] > =09at org.apache.http.impl.conn.DefaultClientConnectio= n.receiveResponseHeader(DefaultClientConnection.java:252) [junit4:junit4] > =09at org.apache.http.impl.conn.ManagedClientConnectio= nImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191) [junit4:junit4] > =09at org.apache.http.protocol.HttpRequestExecutor.doR= eceiveResponse(HttpRequestExecutor.java:300) [junit4:junit4] > =09at org.apache.http.protocol.HttpRequestExecutor.exe= cute(HttpRequestExecutor.java:127) [junit4:junit4] > =09at org.apache.http.impl.client.DefaultRequestDirect= or.tryExecute(DefaultRequestDirector.java:717) [junit4:junit4] > =09at org.apache.http.impl.client.DefaultRequestDirect= or.execute(DefaultRequestDirector.java:522) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:906) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:805) [junit4:junit4] > =09at org.apache.http.impl.client.AbstractHttpClient.e= xecute(AbstractHttpClient.java:784) [junit4:junit4] > =09at org.apache.solr.client.solrj.impl.HttpSolrServer= .request(HttpSolrServer.java:353) [junit4:junit4] > =09... 47 more [junit4:junit4] 2> 784611 T3427 oas.SolrTestCaseJ4.deleteCore ###deleteCo= re [junit4:junit4] 2> NOTE: test params are: codec=3DLucene42: {n_f1=3DPosti= ngsFormat(name=3DSimpleText), foo_b=3DPostingsFormat(name=3DMockSep), foo_d= =3DMockVariableIntBlock(baseBlockSize=3D87), foo_f=3DPostingsFormat(name=3D= MockSep), n_tl1=3DPostingsFormat(name=3DSimpleText), n_d1=3DPostingsFormat(= name=3DTestBloomFilteredLucene41Postings), rnd_b=3DMockVariableIntBlock(bas= eBlockSize=3D87), intDefault=3DPostingsFormat(name=3DTestBloomFilteredLucen= e41Postings), n_td1=3DPostingsFormat(name=3DSimpleText), timestamp=3DPostin= gsFormat(name=3DTestBloomFilteredLucene41Postings), id=3DMockVariableIntBlo= ck(baseBlockSize=3D87), range_facet_sl=3DPostingsFormat(name=3DMockSep), ra= nge_facet_si=3DPostingsFormat(name=3DSimpleText), oddField_s=3DPostingsForm= at(name=3DMockSep), foo_i=3DPostingsFormat(name=3DSimpleText), multiDefault= =3DPostingsFormat(name=3DSimpleText), n_tf1=3DPostingsFormat(name=3DTestBlo= omFilteredLucene41Postings), n_dt1=3DPostingsFormat(name=3DSimpleText), n_t= i1=3DMockVariableIntBlock(baseBlockSize=3D87), range_facet_l=3DPostingsForm= at(name=3DTestBloomFilteredLucene41Postings), text=3DPostingsFormat(name=3D= MockSep), _version_=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postin= gs), val_i=3DMockVariableIntBlock(baseBlockSize=3D87), SubjectTerms_mfacet= =3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), a_t=3DPostings= Format(name=3DTestBloomFilteredLucene41Postings), n_tdt1=3DPostingsFormat(n= ame=3DTestBloomFilteredLucene41Postings), other_tl1=3DPostingsFormat(name= =3DTestBloomFilteredLucene41Postings), n_l1=3DPostingsFormat(name=3DTestBlo= omFilteredLucene41Postings), a_si=3DPostingsFormat(name=3DSimpleText)}, doc= Values:{}, sim=3DDefaultSimilarity, locale=3Den_IN, timezone=3DEtc/Universa= l [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=3D378471968,total=3D519438336 [junit4:junit4] 2> NOTE: All tests run in this JVM: [EchoParamsTest, UUID= FieldTest, SOLR749Test, OpenExchangeRatesOrgProviderTest, ConvertedLegacyTe= st, TestFunctionQuery, TestCSVLoader, TestZkChroot, TestComponentsName, Bad= ComponentTest, IndexBasedSpellCheckerTest, AutoCommitTest, ResponseLogCompo= nentTest, TestLuceneMatchVersion, PluginInfoTest, TestNumberUtils, XsltUpda= teRequestHandlerTest, SpellCheckCollatorTest, QueryElevationComponentTest, = DistributedSpellCheckComponentTest, TestRTGBase, RecoveryZkTest, TestSolr4S= patial, TestValueSourceCache, BasicZkTest, SignatureUpdateProcessorFactoryT= est, TestReplicationHandler, TestLFUCache, DistanceFunctionTest, ZkNodeProp= sTest, TestIndexingPerformance, DisMaxRequestHandlerTest, TestSolrQueryPars= er, TestQueryTypes, TestStressRecovery, OutputWriterTest, CoreAdminHandlerT= est, TestIBSimilarityFactory, DebugComponentTest, TestWriterPerf, LukeReque= stHandlerTest, ExternalFileFieldSortTest, TestPropInjectDefaults, QueryEqua= lityTest, PrimitiveFieldTypeTest, ChaosMonkeySafeLeaderTest, DirectUpdateHa= ndlerOptimizeTest, AlternateDirectoryTest, LeaderElectionIntegrationTest, T= estQueryUtils, TestOmitPositions, TestBinaryField, TestIndexSearcher, Spati= alFilterTest, TestFaceting, TestAnalyzedSuggestions, MinimalSchemaTest, Dis= tributedQueryElevationComponentTest, ZkSolrClientTest, TestTrie, TermVector= ComponentDistributedTest, DateFieldTest, ResourceLoaderTest, DirectUpdateHa= ndlerTest, SuggesterWFSTTest, SortByFunctionTest, TestCharFilters, TestBina= ryResponseWriter, PreAnalyzedFieldTest, TestPerFieldSimilarity, TestConfig,= PeerSyncTest, FastVectorHighlighterTest, CSVRequestHandlerTest, DOMUtilTes= t, TestReload, TestCSVResponseWriter, JSONWriterTest, DocumentBuilderTest, = TestPhraseSuggestions, OverseerCollectionProcessorTest, TestStressReorder, = StatsComponentTest, TestStressLucene, TestRecovery, TestSolrCoreProperties,= NumericFieldsTest, TestExtendedDismaxParser, TestJmxMonitoredMap, TimeZone= UtilsTest, TestQuerySenderNoQuery, SoftAutoCommitTest, ClusterStateUpdateTe= st, BasicFunctionalityTest, TestDistributedSearch, TestReversedWildcardFilt= erFactory, TestSolrDeletionPolicy2, TestSystemIdResolver, FullSolrCloudDist= ribCmdsTest, ChaosMonkeyNothingIsSafeTest, XmlUpdateRequestHandlerTest, Tes= tXIncludeConfig, TestGroupingSearch, TestSolrIndexConfig, FieldAnalysisRequ= estHandlerTest, SchemaVersionSpecificBehaviorTest, TestCollationKeyRangeQue= ries, TestSolrXMLSerializer, TestCodecSupport, SolrRequestParserTest, TestF= iltering, HighlighterTest, SuggesterFSTTest, OverseerTest, TestSuggestSpell= ingConverter, TestAtomicUpdateErrorCases, CurrencyFieldTest, JsonLoaderTest= , TestFuzzyAnalyzedSuggestions, LegacyHTMLStripCharFilterTest, DocumentAnal= ysisRequestHandlerTest, TestRemoteStreaming, BasicDistributedZkTest] [junit4:junit4] Completed in 784.86s, 1 test, 1 error <<< FAILURES! [...truncated 384 lines...] BUILD FAILED /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:381= : The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:361= : The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39:= The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xm= l:183: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-b= uild.xml:447: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common= -build.xml:1202: The following error occurred while executing this line: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common= -build.xml:865: There were test failures: 251 suites, 1043 tests, 1 error, = 13 ignored (2 assumptions) Total time: 74 minutes 32 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_20_1681911672.1360864003169 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_20_1681911672.1360864003169--