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 A9CD4E925 for ; Sun, 17 Feb 2013 20:53:23 +0000 (UTC) Received: (qmail 83676 invoked by uid 500); 17 Feb 2013 20:53:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 83625 invoked by uid 500); 17 Feb 2013 20:53:21 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 83618 invoked by uid 99); 17 Feb 2013 20:53:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2013 20:53:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2013 20:52:59 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id C002EC0071 for ; Sun, 17 Feb 2013 20:52:36 +0000 (UTC) Date: Sun, 17 Feb 2013 20:52:15 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1874262126.702.1361134356774.JavaMail.hudson@aegis> In-Reply-To: <1585158535.666.1361111406087.JavaMail.hudson@aegis> References: <1585158535.666.1361111406087.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 996 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_701_2047654765.1361134335708" X-Jenkins-Job: Lucene-Solr-Tests-4.x-java7 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_701_2047654765.1361134335708 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/996/ 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:618= 56/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while wai= ting response from server at: http://127.0.0.1:61856/collection1 =09at __randomizedtesting.SeedInfo.seed([F109C778571A3EB0:70EF496020455E8C]= :0) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:412) =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.commit(SolrServer.java:168) =09at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146) =09at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunO= nlyOnce(BasicDistributedZkTest.java:889) =09at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZ= kTest.java:334) =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.SocketTimeoutException: Read timed out =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 8859 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest [junit4:junit4] 2> 0 T930 oas.BaseDistributedSearchTestCase.initHostConte= xt Setting hostContext system property: / [junit4:junit4] 2> 6 T930 oas.SolrTestCaseJ4.setUp ###Starting testDistri= bSearch [junit4:junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-Bas= icDistributedZkTest-1361133456037 [junit4:junit4] 2> 8 T930 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 8 T931 oasc.ZkTestServer$ZKServerMain.runFromConfig St= arting server [junit4:junit4] 2> 11 T931 oazs.ZooKeeperServer.setTickTime tickTime set = to 1000 [junit4:junit4] 2> 11 T931 oazs.ZooKeeperServer.setMinSessionTimeout minS= essionTimeout set to -1 [junit4:junit4] 2> 11 T931 oazs.ZooKeeperServer.setMaxSessionTimeout maxS= essionTimeout set to -1 [junit4:junit4] 2> 11 T931 oazs.NIOServerCnxnFactory.configure binding to= port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 12 T931 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to= /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/b= uild/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZkTest-13611= 33456037/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 109 T930 oasc.ZkTestServer.run start zk server on port= :18943 [junit4:junit4] 2> 109 T930 oaz.ZooKeeper. Initiating client connec= tion, connectString=3D127.0.0.1:18943 sessionTimeout=3D10000 watcher=3Dorg.= apache.solr.common.cloud.ConnectionManager@6dbc0a9c [junit4:junit4] 2> 110 T930 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4:junit4] 2> 110 T936 oaz.ClientCnxn$SendThread.logStartConnect Ope= ning socket connection to server localhost/127.0.0.1:18943. Will not attemp= t to authenticate using SASL (access denied ("javax.security.auth.AuthPermi= ssion" "getLoginConfiguration")) [junit4:junit4] 2> 111 T936 oaz.ClientCnxn$SendThread.primeConnection Soc= ket connection established to localhost/127.0.0.1:18943, initiating session [junit4:junit4] 2> 111 T932 oazs.NIOServerCnxnFactory.run Accepted socket= connection from /140.211.11.196:44399 [junit4:junit4] 2> 111 T932 oazs.ZooKeeperServer.processConnectRequest Cl= ient attempting to establish new session at /140.211.11.196:44399 [junit4:junit4] 2> 112 T934 oazsp.FileTxnLog.append Creating new log file= : log.1 [junit4:junit4] 2> 139 T934 oazs.ZooKeeperServer.finishSessionInit Establ= ished session 0x13ce9e04aab0000 with negotiated timeout 10000 for client /1= 40.211.11.196:44399 [junit4:junit4] 2> 139 T936 oaz.ClientCnxn$SendThread.onConnected Session= establishment complete on server localhost/127.0.0.1:18943, sessionid =3D = 0x13ce9e04aab0000, negotiated timeout =3D 10000 [junit4:junit4] 2> 140 T937 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@6dbc0a9c name:ZooKeeperConnection= Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4:junit4] 2> 140 T930 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4:junit4] 2> 140 T930 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 158 T935 oazs.PrepRequestProcessor.pRequest2Txn Proces= sed session termination for sessionid: 0x13ce9e04aab0000 [junit4:junit4] 2> 159 T937 oaz.ClientCnxn$EventThread.run EventThread sh= ut down [junit4:junit4] 2> 159 T932 oazs.NIOServerCnxn.closeSock Closed socket co= nnection for client /140.211.11.196:44399 which had sessionid 0x13ce9e04aab= 0000 [junit4:junit4] 2> 159 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab000= 0 closed [junit4:junit4] 2> 159 T930 oaz.ZooKeeper. Initiating client connec= tion, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@6a97b352 [junit4:junit4] 2> 160 T930 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4:junit4] 2> 160 T938 oaz.ClientCnxn$SendThread.logStartConnect Ope= ning socket connection to server localhost/127.0.0.1:18943. Will not attemp= t to authenticate using SASL (access denied ("javax.security.auth.AuthPermi= ssion" "getLoginConfiguration")) [junit4:junit4] 2> 161 T938 oaz.ClientCnxn$SendThread.primeConnection Soc= ket connection established to localhost/127.0.0.1:18943, initiating session [junit4:junit4] 2> 161 T932 oazs.NIOServerCnxnFactory.run Accepted socket= connection from /140.211.11.196:11721 [junit4:junit4] 2> 161 T932 oazs.ZooKeeperServer.processConnectRequest Cl= ient attempting to establish new session at /140.211.11.196:11721 [junit4:junit4] 2> 162 T934 oazs.ZooKeeperServer.finishSessionInit Establ= ished session 0x13ce9e04aab0001 with negotiated timeout 10000 for client /1= 40.211.11.196:11721 [junit4:junit4] 2> 162 T938 oaz.ClientCnxn$SendThread.onConnected Session= establishment complete on server localhost/127.0.0.1:18943, sessionid =3D = 0x13ce9e04aab0001, negotiated timeout =3D 10000 [junit4:junit4] 2> 162 T939 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@6a97b352 name:ZooKeeperConnection= Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4:junit4] 2> 163 T930 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4:junit4] 2> 163 T930 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4:junit4] 2> 172 T930 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4:junit4] 2> 175 T930 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4:junit4] 2> 183 T930 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4:junit4] 2> 186 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/con= f1/solrconfig.xml [junit4:junit4] 2> 187 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4:junit4] 2> 201 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema= .xml [junit4:junit4] 2> 203 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4:junit4] 2> 309 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/sto= pwords.txt [junit4:junit4] 2> 310 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4:junit4] 2> 315 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/pro= twords.txt [junit4:junit4] 2> 315 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4:junit4] 2> 320 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/curr= ency.xml [junit4:junit4] 2> 320 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4:junit4] 2> 324 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/open-exchange-rates.json to /config= s/conf1/open-exchange-rates.json [junit4:junit4] 2> 325 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4:junit4] 2> 329 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /con= figs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 330 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 335 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/= old_synonyms.txt [junit4:junit4] 2> 335 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4:junit4] 2> 340 T930 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/sol= r-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/syno= nyms.txt [junit4:junit4] 2> 340 T930 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4:junit4] 2> 344 T935 oazs.PrepRequestProcessor.pRequest2Txn Proces= sed session termination for sessionid: 0x13ce9e04aab0001 [junit4:junit4] 2> 345 T939 oaz.ClientCnxn$EventThread.run EventThread sh= ut down [junit4:junit4] 2> 345 T932 oazs.NIOServerCnxn.closeSock Closed socket co= nnection for client /140.211.11.196:11721 which had sessionid 0x13ce9e04aab= 0001 [junit4:junit4] 2> 345 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab000= 1 closed [junit4:junit4] 2> 470 T930 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 475 T930 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:25869 [junit4:junit4] 2> 476 T930 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4:junit4] 2> 476 T930 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4:junit4] 2> 476 T930 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.BasicDistributedZkTest-controljetty-1361133456376 [junit4:junit4] 2> 477 T930 oasc.CoreContainer$Initializer.initialize loo= king for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Test= s-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-controljetty-1361133456376/solr.xml [junit4:junit4] 2> 477 T930 oasc.CoreContainer. New CoreContainer 6= 27232818 [junit4:junit4] 2> 477 T930 oasc.CoreContainer.load Loading CoreContainer= using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Test= s-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistr= ibutedZkTest-controljetty-1361133456376/' [junit4:junit4] 2> 478 T930 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-controljetty-1361133456376/' [junit4:junit4] 2> 522 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4:junit4] 2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4:junit4] 2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4:junit4] 2> 523 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4:junit4] 2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 524 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4:junit4] 2> 525 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4:junit4] 2> 525 T930 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4:junit4] 2> 525 T930 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 542 T930 oasc.CoreContainer.load Registering Log Liste= ner [junit4:junit4] 2> 556 T930 oasc.CoreContainer.initZooKeeper Zookeeper cl= ient=3D127.0.0.1:18943/solr [junit4:junit4] 2> 569 T930 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4:junit4] 2> 569 T930 oaz.ZooKeeper. Initiating client connec= tion, connectString=3D127.0.0.1:18943 sessionTimeout=3D60000 watcher=3Dorg.= apache.solr.common.cloud.ConnectionManager@4456a1a0 [junit4:junit4] 2> 570 T930 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4:junit4] 2> 570 T949 oaz.ClientCnxn$SendThread.logStartConnect Ope= ning socket connection to server localhost/127.0.0.1:18943. Will not attemp= t to authenticate using SASL (access denied ("javax.security.auth.AuthPermi= ssion" "getLoginConfiguration")) [junit4:junit4] 2> 571 T949 oaz.ClientCnxn$SendThread.primeConnection Soc= ket connection established to localhost/127.0.0.1:18943, initiating session [junit4:junit4] 2> 571 T932 oazs.NIOServerCnxnFactory.run Accepted socket= connection from /140.211.11.196:54973 [junit4:junit4] 2> 572 T932 oazs.ZooKeeperServer.processConnectRequest Cl= ient attempting to establish new session at /140.211.11.196:54973 [junit4:junit4] 2> 575 T934 oazs.ZooKeeperServer.finishSessionInit Establ= ished session 0x13ce9e04aab0002 with negotiated timeout 20000 for client /1= 40.211.11.196:54973 [junit4:junit4] 2> 575 T949 oaz.ClientCnxn$SendThread.onConnected Session= establishment complete on server localhost/127.0.0.1:18943, sessionid =3D = 0x13ce9e04aab0002, negotiated timeout =3D 20000 [junit4:junit4] 2> 575 T950 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@4456a1a0 name:ZooKeeperConnection= Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4:junit4] 2> 575 T930 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4:junit4] 2> 577 T935 oazs.PrepRequestProcessor.pRequest2Txn Proces= sed session termination for sessionid: 0x13ce9e04aab0002 [junit4:junit4] 2> 586 T932 oazs.NIOServerCnxn.closeSock Closed socket co= nnection for client /140.211.11.196:54973 which had sessionid 0x13ce9e04aab= 0002 [junit4:junit4] 2> 586 T950 oaz.ClientCnxn$EventThread.run EventThread sh= ut down [junit4:junit4] 2> 586 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab000= 2 closed [junit4:junit4] 2> 590 T930 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 602 T930 oaz.ZooKeeper. Initiating client connec= tion, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@34a2a834 [junit4:junit4] 2> 603 T930 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4:junit4] 2> 603 T951 oaz.ClientCnxn$SendThread.logStartConnect Ope= ning socket connection to server localhost/127.0.0.1:18943. Will not attemp= t to authenticate using SASL (access denied ("javax.security.auth.AuthPermi= ssion" "getLoginConfiguration")) [junit4:junit4] 2> 604 T951 oaz.ClientCnxn$SendThread.primeConnection Soc= ket connection established to localhost/127.0.0.1:18943, initiating session [junit4:junit4] 2> 604 T932 oazs.NIOServerCnxnFactory.run Accepted socket= connection from /140.211.11.196:13446 [junit4:junit4] 2> 604 T932 oazs.ZooKeeperServer.processConnectRequest Cl= ient attempting to establish new session at /140.211.11.196:13446 [junit4:junit4] 2> 606 T934 oazs.ZooKeeperServer.finishSessionInit Establ= ished session 0x13ce9e04aab0003 with negotiated timeout 20000 for client /1= 40.211.11.196:13446 [junit4:junit4] 2> 606 T951 oaz.ClientCnxn$SendThread.onConnected Session= establishment complete on server localhost/127.0.0.1:18943, sessionid =3D = 0x13ce9e04aab0003, negotiated timeout =3D 20000 [junit4:junit4] 2> 606 T952 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@34a2a834 name:ZooKeeperConnection= Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4:junit4] 2> 607 T930 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4:junit4] 2> 610 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:creat= e cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error= :KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 618 T930 oascc.SolrZkClient.makePath makePath: /live_n= odes [junit4:junit4] 2> 622 T930 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:25869_ [junit4:junit4] 2> 622 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:delet= e cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127= .0.0.1:25869_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.0= .1:25869_ [junit4:junit4] 2> 658 T930 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:25869_ [junit4:junit4] 2> 664 T930 oascc.SolrZkClient.makePath makePath: /overse= er_elect/election [junit4:junit4] 2> 678 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:delet= e cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elec= t/leader Error:KeeperErrorCode =3D NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 679 T930 oascc.SolrZkClient.makePath makePath: /overse= er_elect/leader [junit4:junit4] 2> 684 T930 oasc.Overseer.start Overseer (id=3D8920324217= 5234051-127.0.0.1:25869_-n_0000000000) starting [junit4:junit4] 2> 685 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:creat= e cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 693 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:creat= e cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 695 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:creat= e cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 703 T935 oazs.PrepRequestProcessor.pRequest Got user-l= evel KeeperException when processing sessionid:0x13ce9e04aab0003 type:creat= e cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 705 T954 oasc.OverseerCollectionProcessor.run Process = current queue of collection creations [junit4:junit4] 2> 706 T930 oascc.SolrZkClient.makePath makePath: /cluste= rstate.json [junit4:junit4] 2> 711 T930 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 721 T953 oasc.Overseer$ClusterStateUpdater.run Startin= g to work on the main queue [junit4:junit4] 2> 727 T955 oasc.CoreContainer.create Creating SolrCore '= collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.BasicDistributedZkTest-controljetty-1361133456376/collection1 [junit4:junit4] 2> 728 T955 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:control_collection [junit4:junit4] 2> 729 T955 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4:junit4] 2> 729 T955 oasc.ZkController.readConfigName Load collect= ion config from:/collections/control_collection [junit4:junit4] 2> 731 T955 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-controljetty-1361133456376/collection1/' [junit4:junit4] 2> 733 T955 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTe= st-controljetty-1361133456376/collection1/lib/classes/' to classloader [junit4:junit4] 2> 733 T955 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTe= st-controljetty-1361133456376/collection1/lib/README' to classloader [junit4:junit4] 2> 819 T955 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_42 [junit4:junit4] 2> 879 T955 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4:junit4] 2> 981 T955 oass.IndexSchema.readSchema Reading Solr Sche= ma [junit4:junit4] 2> 987 T955 oass.IndexSchema.readSchema Schema name=3Dtes= t [junit4:junit4] 2> 1650 T955 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 1664 T955 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4:junit4] 2> 1668 T955 oass.IndexSchema.readSchema unique key field= : id [junit4:junit4] 2> 1688 T955 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4:junit4] 2> 1693 T955 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4:junit4] 2> 1698 T955 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1700 T955 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1702 T955 oasc.SolrCore. [collection1] Opening n= ew SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribut= edZkTest-controljetty-1361133456376/collection1/, dataDir=3D./org.apache.so= lr.cloud.BasicDistributedZkTest-1361133456037/control/data/ [junit4:junit4] 2> 1702 T955 oasc.JmxMonitoredMap. JMX monitoring i= s enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBe= anServer@53c01def [junit4:junit4] 2> 1703 T955 oasc.SolrCore.initDirectoryFactory solr.NRTC= achingDirectoryFactory [junit4:junit4] 2> 1744 T955 oasc.CachingDirectoryFactory.get return new = directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribute= dZkTest-1361133456037/control/data forceNew:false [junit4:junit4] 2> 1745 T955 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/control/data [junit4:junit4] 2> 1745 T955 oasc.SolrCore.getNewIndexDir New index direc= tory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZkT= est-1361133456037/control/data/index/ [junit4:junit4] 2> 1746 T955 oasc.SolrCore.initIndex WARNING [collection1= ] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361= 133456037/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 1747 T955 oasc.CachingDirectoryFactory.get return new = directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribute= dZkTest-1361133456037/control/data/index forceNew:false [junit4:junit4] 2> 1753 T955 oasc.SolrDeletionPolicy.onCommit SolrDeletio= nPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/control/data/index lockFactory=3Dorg.apache.l= ucene.store.NativeFSLockFactory@354b0673; maxCacheMB=3D48.0 maxMergeSizeMB= =3D4.0),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 1754 T955 oasc.SolrDeletionPolicy.updateCommits newest= commit =3D 1[segments_1] [junit4:junit4] 2> 1755 T955 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/control/data/index [junit4:junit4] 2> 1757 T955 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "de= dupe" [junit4:junit4] 2> 1757 T955 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "st= ored_sig" [junit4:junit4] 2> 1758 T955 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "di= strib-dup-test-chain-implicit" [junit4:junit4] 2> 1758 T955 oasc.RequestHandlers.initHandlersFromConfig = created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig = created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig = adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 1759 T955 oasc.RequestHandlers.initHandlersFromConfig = created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1760 T955 oasc.RequestHandlers.initHandlersFromConfig = created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1760 T955 oasc.RequestHandlers.initHandlersFromConfig = created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 1775 T955 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4:junit4] 2> 1782 T955 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/control/data [junit4:junit4] 2> 1784 T955 oass.SolrIndexSearcher. Opening Search= er@28ce814f main [junit4:junit4] 2> 1785 T955 oasu.CommitTracker. Hard AutoCommit: d= isabled [junit4:junit4] 2> 1785 T955 oasu.CommitTracker. Soft AutoCommit: d= isabled [junit4:junit4] 2> 1789 T956 oasc.SolrCore.registerSearcher [collection1]= Registered new searcher Searcher@28ce814f main{StandardDirectoryReader(seg= ments_1:1)} [junit4:junit4] 2> 1790 T955 oasc.ZkController.publish publishing core=3D= collection1 state=3Ddown [junit4:junit4] 2> 1790 T955 oasc.ZkController.publish numShards not foun= d on descriptor - reading it from system property [junit4:junit4] 2> 1791 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0003 type:crea= te cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/que= ue Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue [junit4:junit4] 2> 2230 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 2231 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e 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:25869_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:25869"} [junit4:junit4] 2> 2231 T953 oasc.Overseer$ClusterStateUpdater.createColl= ection Create collection control_collection with numShards 1 [junit4:junit4] 2> 2237 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 2237 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0003 type:crea= te cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/que= ue-work Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue-work [junit4:junit4] 2> 2259 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 2804 T955 oasc.CoreContainer.registerCore registering = core: collection1 [junit4:junit4] 2> 2804 T955 oasc.ZkController.register Register replica = - core:collection1 address:http://127.0.0.1:25869 collection:control_collec= tion shard:shard1 [junit4:junit4] 2> 2811 T955 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D10000&maxConnectionsPerHost=3D20&c= onnTimeout=3D30000&socketTimeout=3D30000&retry=3Dfalse [junit4:junit4] 2> 2826 T955 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 2885 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0003 type:dele= te cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/= control_collection/leaders Error:KeeperErrorCode =3D NoNode for /solr/colle= ctions/control_collection/leaders [junit4:junit4] 2> 2907 T955 oasc.ShardLeaderElectionContext.runLeaderPro= cess Running the leader process. [junit4:junit4] 2> 2908 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0003 type:crea= te cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 2956 T955 oasc.ShardLeaderElectionContext.waitForRepli= casToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2957 T955 oasc.ShardLeaderElectionContext.runLeaderPro= cess I may be the new leader - try and sync [junit4:junit4] 2> 2957 T955 oasc.SyncStrategy.sync Sync replicas to http= ://127.0.0.1:25869/collection1/ [junit4:junit4] 2> 2957 T955 oasc.SyncStrategy.syncReplicas Sync Success = - now sync replicas to me [junit4:junit4] 2> 2957 T955 oasc.SyncStrategy.syncToMe http://127.0.0.1:= 25869/collection1/ has no replicas [junit4:junit4] 2> 2957 T955 oasc.ShardLeaderElectionContext.runLeaderPro= cess I am the new leader: http://127.0.0.1:25869/collection1/ [junit4:junit4] 2> 2958 T955 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/leaders/shard1 [junit4:junit4] 2> 2964 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0003 type:crea= te cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 3765 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3793 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 3820 T955 oasc.ZkController.register We are http://127= .0.0.1:25869/collection1/ and leader is http://127.0.0.1:25869/collection1/ [junit4:junit4] 2> 3820 T955 oasc.ZkController.register No LogReplay need= ed for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:25869 [junit4:junit4] 2> 3820 T955 oasc.ZkController.checkRecovery I am the lea= der, no recovery necessary [junit4:junit4] 2> 3820 T955 oasc.ZkController.publish publishing core=3D= collection1 state=3Dactive [junit4:junit4] 2> 3821 T955 oasc.ZkController.publish numShards not foun= d on descriptor - reading it from system property [junit4:junit4] 2> 3823 T955 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3824 T930 oass.SolrDispatchFilter.init user.dir=3D/usr= /home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/= solr-core/test/J1 [junit4:junit4] 2> 3825 T930 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4:junit4] 2> 3825 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fol= lowRedirects=3Dfalse [junit4:junit4] 2> 3838 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config: [junit4:junit4] 2> 3844 T930 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@130df129 [junit4:junit4] 2> 3845 T930 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 3845 T957 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:18943. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 3846 T957 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:18943, initiating sessio= n [junit4:junit4] 2> 3846 T932 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:19687 [junit4:junit4] 2> 3847 T932 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:19687 [junit4:junit4] 2> 3848 T934 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13ce9e04aab0004 with negotiated timeout 10000 for client /= 140.211.11.196:19687 [junit4:junit4] 2> 3848 T957 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:18943, sessionid =3D= 0x13ce9e04aab0004, negotiated timeout =3D 10000 [junit4:junit4] 2> 3848 T958 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@130df129 name:ZooKeeperConnectio= n Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 3848 T930 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 3850 T930 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3852 T930 oasc.ChaosMonkey.monkeyLog monkey: init - ex= pire sessions:true cause connection loss:true [junit4:junit4] 2> 4045 T930 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 4048 T930 oejs.AbstractConnector.doStart Started Socke= tConnector@127.0.0.1:30753 [junit4:junit4] 2> 4049 T930 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 4049 T930 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4050 T930 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-jetty1-1361133459883 [junit4:junit4] 2> 4050 T930 oasc.CoreContainer$Initializer.initialize lo= oking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDist= ributedZkTest-jetty1-1361133459883/solr.xml [junit4:junit4] 2> 4051 T930 oasc.CoreContainer. New CoreContainer = 229340588 [junit4:junit4] 2> 4052 T930 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDist= ributedZkTest-jetty1-1361133459883/' [junit4:junit4] 2> 4052 T930 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-jetty1-1361133459883/' [junit4:junit4] 2> 4113 T930 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 120000 [junit4:junit4] 2> 4114 T930 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 4115 T930 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 4115 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4116 T930 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 4116 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 4117 T930 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 4118 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 4142 T930 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 4165 T930 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:18943/solr [junit4:junit4] 2> 4165 T930 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 4166 T930 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:18943 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@46ae6cee [junit4:junit4] 2> 4167 T930 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 4167 T968 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:18943. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 4168 T968 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:18943, initiating sessio= n [junit4:junit4] 2> 4168 T932 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:60471 [junit4:junit4] 2> 4169 T932 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:60471 [junit4:junit4] 2> 4171 T934 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13ce9e04aab0005 with negotiated timeout 20000 for client /= 140.211.11.196:60471 [junit4:junit4] 2> 4171 T968 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:18943, sessionid =3D= 0x13ce9e04aab0005, negotiated timeout =3D 20000 [junit4:junit4] 2> 4171 T969 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@46ae6cee name:ZooKeeperConnectio= n Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 4171 T930 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 4173 T935 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13ce9e04aab0005 [junit4:junit4] 2> 4187 T969 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 4187 T932 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:60471 which had sessionid 0x13ce9e04aa= b0005 [junit4:junit4] 2> 4187 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab00= 05 closed [junit4:junit4] 2> 4188 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 4201 T930 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@28b336b7 [junit4:junit4] 2> 4202 T930 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 4203 T970 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:18943. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 4203 T970 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:18943, initiating sessio= n [junit4:junit4] 2> 4203 T932 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:25604 [junit4:junit4] 2> 4204 T932 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:25604 [junit4:junit4] 2> 4205 T934 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13ce9e04aab0006 with negotiated timeout 20000 for client /= 140.211.11.196:25604 [junit4:junit4] 2> 4205 T970 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:18943, sessionid =3D= 0x13ce9e04aab0006, negotiated timeout =3D 20000 [junit4:junit4] 2> 4206 T971 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@28b336b7 name:ZooKeeperConnectio= n Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 4206 T930 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 4207 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:crea= te cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4209 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:crea= te cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4211 T930 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 5216 T930 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:30753_ [junit4:junit4] 2> 5217 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:dele= te cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:30753_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.= 0.1:30753_ [junit4:junit4] 2> 5219 T930 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:30753_ [junit4:junit4] 2> 5262 T952 oascc.ZkStateReader$3.process Updating live = nodes... (2) [junit4:junit4] 2> 5262 T958 oascc.ZkStateReader$3.process Updating live = nodes... (2) [junit4:junit4] 2> 5262 T971 oascc.ZkStateReader$3.process Updating live = nodes... (2) [junit4:junit4] 2> 5263 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/l= ive_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5274 T972 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-jetty1-1361133459883/collection1 [junit4:junit4] 2> 5274 T972 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:collection1 [junit4:junit4] 2> 5275 T972 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 5275 T972 oasc.ZkController.readConfigName Load collec= tion config from:/collections/collection1 [junit4:junit4] 2> 5277 T972 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-jetty1-1361133459883/collection1/' [junit4:junit4] 2> 5278 T972 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkT= est-jetty1-1361133459883/collection1/lib/classes/' to classloader [junit4:junit4] 2> 5278 T972 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkT= est-jetty1-1361133459883/collection1/lib/README' to classloader [junit4:junit4] 2> 5308 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 5310 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e 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:25869_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:25869"} [junit4:junit4] 2> 5314 T972 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_42 [junit4:junit4] 2> 5317 T971 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5317 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5317 T958 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5356 T972 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 5457 T972 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 5462 T972 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 5904 T972 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 5912 T972 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4:junit4] 2> 5915 T972 oass.IndexSchema.readSchema unique key field= : id [junit4:junit4] 2> 5935 T972 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4:junit4] 2> 5939 T972 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4:junit4] 2> 5944 T972 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5946 T972 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5948 T972 oasc.SolrCore. [collection1] Opening n= ew SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribut= edZkTest-jetty1-1361133459883/collection1/, dataDir=3D./org.apache.solr.clo= ud.BasicDistributedZkTest-1361133456037/jetty1/ [junit4:junit4] 2> 5948 T972 oasc.JmxMonitoredMap. JMX monitoring i= s enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBe= anServer@53c01def [junit4:junit4] 2> 5948 T972 oasc.SolrCore.initDirectoryFactory solr.NRTC= achingDirectoryFactory [junit4:junit4] 2> 5949 T972 oasc.CachingDirectoryFactory.get return new = directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribute= dZkTest-1361133456037/jetty1 forceNew:false [junit4:junit4] 2> 5949 T972 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/jetty1 [junit4:junit4] 2> 5950 T972 oasc.SolrCore.getNewIndexDir New index direc= tory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZkT= est-1361133456037/jetty1/index/ [junit4:junit4] 2> 5950 T972 oasc.SolrCore.initIndex WARNING [collection1= ] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1361= 133456037/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 5951 T972 oasc.CachingDirectoryFactory.get return new = directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribute= dZkTest-1361133456037/jetty1/index forceNew:false [junit4:junit4] 2> 5960 T972 oasc.SolrDeletionPolicy.onCommit SolrDeletio= nPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty1/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 5961 T972 oasc.SolrDeletionPolicy.updateCommits newest= commit =3D 1[segments_1] [junit4:junit4] 2> 5961 T972 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/jetty1/index [junit4:junit4] 2> 5963 T972 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "de= dupe" [junit4:junit4] 2> 5963 T972 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "st= ored_sig" [junit4:junit4] 2> 5964 T972 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "di= strib-dup-test-chain-implicit" [junit4:junit4] 2> 5964 T972 oasc.RequestHandlers.initHandlersFromConfig = created standard: solr.StandardRequestHandler [junit4:junit4] 2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig = created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig = adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 5965 T972 oasc.RequestHandlers.initHandlersFromConfig = created /replication: solr.ReplicationHandler [junit4:junit4] 2> 5966 T972 oasc.RequestHandlers.initHandlersFromConfig = created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 5966 T972 oasc.RequestHandlers.initHandlersFromConfig = created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 5975 T972 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4:junit4] 2> 5979 T972 oasc.CachingDirectoryFactory.close Releasing= directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-ja= va7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/jetty1 [junit4:junit4] 2> 5981 T972 oass.SolrIndexSearcher. Opening Search= er@6d3747fb main [junit4:junit4] 2> 5982 T972 oasu.CommitTracker. Hard AutoCommit: d= isabled [junit4:junit4] 2> 5982 T972 oasu.CommitTracker. Soft AutoCommit: d= isabled [junit4:junit4] 2> 5986 T973 oasc.SolrCore.registerSearcher [collection1]= Registered new searcher Searcher@6d3747fb main{StandardDirectoryReader(seg= ments_1:1)} [junit4:junit4] 2> 5987 T972 oasc.ZkController.publish publishing core=3D= collection1 state=3Ddown [junit4:junit4] 2> 5987 T972 oasc.ZkController.publish numShards not foun= d on descriptor - reading it from system property [junit4:junit4] 2> 6832 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6833 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e 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:30753_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:30753"} [junit4:junit4] 2> 6833 T953 oasc.Overseer$ClusterStateUpdater.createColl= ection Create collection collection1 with numShards 2 [junit4:junit4] 2> 6834 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 6851 T958 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6851 T971 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6851 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6990 T972 oasc.CoreContainer.registerCore registering = core: collection1 [junit4:junit4] 2> 6990 T972 oasc.ZkController.register Register replica = - core:collection1 address:http://127.0.0.1:30753 collection:collection1 sh= ard:shard1 [junit4:junit4] 2> 6991 T972 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/leader_elect/shard1/election [junit4:junit4] 2> 7011 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:dele= te cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/= collection1/leaders Error:KeeperErrorCode =3D NoNode for /solr/collections/= collection1/leaders [junit4:junit4] 2> 7012 T972 oasc.ShardLeaderElectionContext.runLeaderPro= cess Running the leader process. [junit4:junit4] 2> 7013 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:crea= te cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7022 T972 oasc.ShardLeaderElectionContext.waitForRepli= casToComeUp Enough replicas found to continue. [junit4:junit4] 2> 7023 T972 oasc.ShardLeaderElectionContext.runLeaderPro= cess I may be the new leader - try and sync [junit4:junit4] 2> 7023 T972 oasc.SyncStrategy.sync Sync replicas to http= ://127.0.0.1:30753/collection1/ [junit4:junit4] 2> 7023 T972 oasc.SyncStrategy.syncReplicas Sync Success = - now sync replicas to me [junit4:junit4] 2> 7023 T972 oasc.SyncStrategy.syncToMe http://127.0.0.1:= 30753/collection1/ has no replicas [junit4:junit4] 2> 7023 T972 oasc.ShardLeaderElectionContext.runLeaderPro= cess I am the new leader: http://127.0.0.1:30753/collection1/ [junit4:junit4] 2> 7024 T972 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/leaders/shard1 [junit4:junit4] 2> 7029 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0006 type:crea= te cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8359 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8395 T958 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8395 T971 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8395 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8416 T972 oasc.ZkController.register We are http://127= .0.0.1:30753/collection1/ and leader is http://127.0.0.1:30753/collection1/ [junit4:junit4] 2> 8416 T972 oasc.ZkController.register No LogReplay need= ed for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:30753 [junit4:junit4] 2> 8416 T972 oasc.ZkController.checkRecovery I am the lea= der, no recovery necessary [junit4:junit4] 2> 8416 T972 oasc.ZkController.publish publishing core=3D= collection1 state=3Dactive [junit4:junit4] 2> 8417 T972 oasc.ZkController.publish numShards not foun= d on descriptor - reading it from system property [junit4:junit4] 2> 8419 T972 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8420 T930 oass.SolrDispatchFilter.init user.dir=3D/usr= /home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/= solr-core/test/J1 [junit4:junit4] 2> 8421 T930 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4:junit4] 2> 8422 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fol= lowRedirects=3Dfalse [junit4:junit4] 2> 8600 T930 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 8604 T930 oejs.AbstractConnector.doStart Started Socke= tConnector@127.0.0.1:26471 [junit4:junit4] 2> 8604 T930 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 8605 T930 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 8605 T930 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-jetty2-1361133464466 [junit4:junit4] 2> 8606 T930 oasc.CoreContainer$Initializer.initialize lo= oking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDist= ributedZkTest-jetty2-1361133464466/solr.xml [junit4:junit4] 2> 8606 T930 oasc.CoreContainer. New CoreContainer = 319288665 [junit4:junit4] 2> 8607 T930 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDist= ributedZkTest-jetty2-1361133464466/' [junit4:junit4] 2> 8607 T930 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-jetty2-1361133464466/' [junit4:junit4] 2> 8665 T930 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 120000 [junit4:junit4] 2> 8666 T930 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 8667 T930 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 8668 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 8668 T930 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 8669 T930 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 8669 T930 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 8670 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 8690 T930 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 8709 T930 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:18943/solr [junit4:junit4] 2> 8710 T930 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 8710 T930 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:18943 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@4c946540 [junit4:junit4] 2> 8712 T930 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 8712 T983 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:18943. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 8713 T983 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:18943, initiating sessio= n [junit4:junit4] 2> 8713 T932 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:42094 [junit4:junit4] 2> 8713 T932 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:42094 [junit4:junit4] 2> 8717 T934 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13ce9e04aab0007 with negotiated timeout 20000 for client /= 140.211.11.196:42094 [junit4:junit4] 2> 8717 T983 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:18943, sessionid =3D= 0x13ce9e04aab0007, negotiated timeout =3D 20000 [junit4:junit4] 2> 8718 T984 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@4c946540 name:ZooKeeperConnectio= n Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 8718 T930 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 8720 T935 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13ce9e04aab0007 [junit4:junit4] 2> 8733 T984 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 8733 T932 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:42094 which had sessionid 0x13ce9e04aa= b0007 [junit4:junit4] 2> 8733 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab00= 07 closed [junit4:junit4] 2> 8734 T930 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 8745 T930 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@3ecb8b16 [junit4:junit4] 2> 8746 T930 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 8746 T985 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:18943. Will not attem= pt to authenticate using SASL (access denied ("javax.security.auth.AuthPerm= ission" "getLoginConfiguration")) [junit4:junit4] 2> 8747 T985 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:18943, initiating sessio= n [junit4:junit4] 2> 8747 T932 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:31206 [junit4:junit4] 2> 8747 T932 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:31206 [junit4:junit4] 2> 8749 T934 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13ce9e04aab0008 with negotiated timeout 20000 for client /= 140.211.11.196:31206 [junit4:junit4] 2> 8749 T985 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:18943, sessionid =3D= 0x13ce9e04aab0008, negotiated timeout =3D 20000 [junit4:junit4] 2> 8750 T986 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@3ecb8b16 name:ZooKeeperConnectio= n Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 8750 T930 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 8751 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0008 type:crea= te cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8753 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0008 type:crea= te cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8761 T930 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 9766 T930 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:26471_ [junit4:junit4] 2> 9767 T935 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13ce9e04aab0008 type:dele= te cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:26471_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0.= 0.1:26471_ [junit4:junit4] 2> 9768 T930 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:26471_ [junit4:junit4] 2> 9772 T971 oascc.ZkStateReader$3.process Updating live = nodes... (3) [junit4:junit4] 2> 9772 T958 oascc.ZkStateReader$3.process Updating live = nodes... (3) [junit4:junit4] 2> 9772 T952 oascc.ZkStateReader$3.process Updating live = nodes... (3) [junit4:junit4] 2> 9772 T971 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/l= ive_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9772 T958 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/l= ive_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9772 T986 oascc.ZkStateReader$3.process Updating live = nodes... (3) [junit4:junit4] 2> 9773 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/l= ive_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9787 T987 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-jetty2-1361133464466/collection1 [junit4:junit4] 2> 9787 T987 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:collection1 [junit4:junit4] 2> 9788 T987 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 9788 T987 oasc.ZkController.readConfigName Load collec= tion config from:/collections/collection1 [junit4:junit4] 2> 9790 T987 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-jetty2-1361133464466/collection1/' [junit4:junit4] 2> 9791 T987 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkT= est-jetty2-1361133464466/collection1/lib/README' to classloader [junit4:junit4] 2> 9791 T987 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkT= est-jetty2-1361133464466/collection1/lib/classes/' to classloader [junit4:junit4] 2> 9833 T987 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_42 [junit4:junit4] 2> 9882 T987 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 9911 T953 oascc.ZkStateReader.updateClusterState Updat= ing cloud state from ZooKeeper...=20 [junit4:junit4] 2> 9913 T953 oasc.Overseer$ClusterStateUpdater.updateStat= e 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:30753_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:30753"} [junit4:junit4] 2> 9927 T971 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9927 T952 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9927 T958 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9983 T987 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 9983 T986 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 9988 T987 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 10529 T987 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 10538 T987 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 10542 T987 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 10559 T987 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 10564 T987 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 10569 T987 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10570 T987 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10572 T987 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4= .x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribu= tedZkTest-jetty2-1361133464466/collection1/, dataDir=3D./org.apache.solr.cl= oud.BasicDistributedZkTest-1361133456037/jetty2/ [junit4:junit4] 2> 10572 T987 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@53c01def [junit4:junit4] 2> 10573 T987 oasc.SolrCore.initDirectoryFactory solr.NRT= CachingDirectoryFactory [junit4:junit4] 2> 10573 T987 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribut= edZkTest-1361133456037/jetty2 forceNew:false [junit4:junit4] 2> 10574 T987 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZ= kTest-1361133456037/jetty2 [junit4:junit4] 2> 10574 T987 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= Test-1361133456037/jetty2/index/ [junit4:junit4] 2> 10575 T987 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-136= 1133456037/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 10575 T987 oasc.CachingDirectoryFactory.get return new= directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribut= edZkTest-1361133456037/jetty2/index forceNew:false [junit4:junit4] 2> 10581 T987 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty2/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@783babde; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 10581 T987 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 10582 T987 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZ= kTest-1361133456037/jetty2/index [junit4:junit4] 2> 10584 T987 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 10584 T987 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 10585 T987 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 10586 T987 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 10587 T987 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 10587 T987 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 10588 T987 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 10600 T987 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 10606 T987 oasc.CachingDirectoryFactory.close Releasin= g directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZ= kTest-1361133456037/jetty2 [junit4:junit4] 2> 10608 T987 oass.SolrIndexSearcher. Opening Searc= her@22138fcf main [junit4:junit4] 2> 10609 T987 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 10609 T987 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 10614 T988 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@22138fcf main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 10615 T987 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 10615 T987 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 11435 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 11436 T953 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:26471_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:26471"} [junit4:junit4] 2> 11436 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D2 [junit4:junit4] 2> 11436 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 11443 T958 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> 11443 T971 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> 11443 T952 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> 11443 T986 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> 11618 T987 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 11618 T987 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:26471 collection:collection1 s= hard:shard2 [junit4:junit4] 2> 11619 T987 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard2/election [junit4:junit4] 2> 11640 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab0008 type:del= ete cxid:0x45 zxid:0x7e 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> 11642 T987 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 11642 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab0008 type:cre= ate cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 11654 T987 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 11654 T987 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 11654 T987 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:26471/collection1/ [junit4:junit4] 2> 11655 T987 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 11655 T987 oasc.SyncStrategy.syncToMe http://127.0.0.1= :26471/collection1/ has no replicas [junit4:junit4] 2> 11655 T987 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:26471/collection1/ [junit4:junit4] 2> 11655 T987 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard2 [junit4:junit4] 2> 11661 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab0008 type:cre= ate cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 12960 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 12986 T986 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> 12986 T971 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> 12987 T952 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> 12987 T958 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> 12998 T987 oasc.ZkController.register We are http://12= 7.0.0.1:26471/collection1/ and leader is http://127.0.0.1:26471/collection1= / [junit4:junit4] 2> 12998 T987 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:26471 [junit4:junit4] 2> 12998 T987 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 12998 T987 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 12999 T987 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 13001 T987 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 13002 T930 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build= /solr-core/test/J1 [junit4:junit4] 2> 13003 T930 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 13003 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 13199 T930 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 13203 T930 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:34081 [junit4:junit4] 2> 13204 T930 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 13204 T930 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 13205 T930 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.c= loud.BasicDistributedZkTest-jetty3-1361133469050 [junit4:junit4] 2> 13205 T930 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty3-1361133469050/solr.xml [junit4:junit4] 2> 13206 T930 oasc.CoreContainer. New CoreContainer= 2136710646 [junit4:junit4] 2> 13206 T930 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty3-1361133469050/' [junit4:junit4] 2> 13207 T930 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Ba= sicDistributedZkTest-jetty3-1361133469050/' [junit4:junit4] 2> 13268 T930 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 120000 [junit4:junit4] 2> 13269 T930 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 13269 T930 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 13270 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 13270 T930 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 13271 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 13271 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 13272 T930 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 13272 T930 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 13273 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 13294 T930 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 13314 T930 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:18943/solr [junit4:junit4] 2> 13314 T930 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 13315 T930 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:18943 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@3753f072 [junit4:junit4] 2> 13316 T930 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 13317 T998 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:18943. Will not atte= mpt to authenticate using SASL (access denied ("javax.security.auth.AuthPer= mission" "getLoginConfiguration")) [junit4:junit4] 2> 13317 T998 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:18943, initiating sessi= on [junit4:junit4] 2> 13318 T932 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:11931 [junit4:junit4] 2> 13318 T932 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:11931 [junit4:junit4] 2> 13322 T934 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13ce9e04aab0009 with negotiated timeout 20000 for client = /140.211.11.196:11931 [junit4:junit4] 2> 13322 T998 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:18943, sessionid = =3D 0x13ce9e04aab0009, negotiated timeout =3D 20000 [junit4:junit4] 2> 13322 T999 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@3753f072 name:ZooKeeperConnecti= on Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 13323 T930 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 13324 T935 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13ce9e04aab0009 [junit4:junit4] 2> 13335 T999 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 13335 T932 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:11931 which had sessionid 0x13ce9e04a= ab0009 [junit4:junit4] 2> 13334 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0= 009 closed [junit4:junit4] 2> 13335 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 13347 T930 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@2ec0093c [junit4:junit4] 2> 13348 T930 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 13348 T1000 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:18943. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 13349 T1000 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:18943, initiating sess= ion [junit4:junit4] 2> 13349 T932 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:31604 [junit4:junit4] 2> 13349 T932 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:31604 [junit4:junit4] 2> 13351 T934 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13ce9e04aab000a with negotiated timeout 20000 for client = /140.211.11.196:31604 [junit4:junit4] 2> 13351 T1000 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:18943, sessionid = =3D 0x13ce9e04aab000a, negotiated timeout =3D 20000 [junit4:junit4] 2> 13351 T1001 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@2ec0093c name:ZooKeeperConnect= ion Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 13352 T930 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 13352 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000a type:cre= ate cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 13354 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000a type:cre= ate cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 13363 T930 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 14367 T930 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:34081_ [junit4:junit4] 2> 14368 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000a type:del= ete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:34081_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:34081_ [junit4:junit4] 2> 14369 T930 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:34081_ [junit4:junit4] 2> 14374 T1001 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14374 T986 oascc.ZkStateReader$3.process Updating live= nodes... (4) [junit4:junit4] 2> 14374 T958 oascc.ZkStateReader$3.process Updating live= nodes... (4) [junit4:junit4] 2> 14374 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14374 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14374 T971 oascc.ZkStateReader$3.process Updating live= nodes... (4) [junit4:junit4] 2> 14374 T952 oascc.ZkStateReader$3.process Updating live= nodes... (4) [junit4:junit4] 2> 14375 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14375 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14396 T1002 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.BasicDistributedZkTest-jetty3-1361133469050/collection1 [junit4:junit4] 2> 14397 T1002 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 14397 T1002 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 14398 T1002 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 14399 T1002 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty3-1361133469050/collection1/' [junit4:junit4] 2> 14400 T1002 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= kTest-jetty3-1361133469050/collection1/lib/classes/' to classloader [junit4:junit4] 2> 14401 T1002 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= kTest-jetty3-1361133469050/collection1/lib/README' to classloader [junit4:junit4] 2> 14443 T1002 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_42 [junit4:junit4] 2> 14489 T1002 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 14495 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 14496 T953 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":"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:26471_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:26471"} [junit4:junit4] 2> 14510 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14510 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14510 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14510 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14590 T1002 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 14590 T1001 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> 14595 T1002 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 15096 T1002 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 15105 T1002 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 15108 T1002 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 15125 T1002 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 15130 T1002 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 15134 T1002 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 15136 T1002 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 15137 T1002 oasc.SolrCore. [collection1] Opening= new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty3-1361133469050/collection1/, dataDir=3D./org.apache.solr.c= loud.BasicDistributedZkTest-1361133456037/jetty3/ [junit4:junit4] 2> 15138 T1002 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@53c01def [junit4:junit4] 2> 15138 T1002 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 15139 T1002 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4= .x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribu= tedZkTest-1361133456037/jetty3 forceNew:false [junit4:junit4] 2> 15140 T1002 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty3 [junit4:junit4] 2> 15140 T1002 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1361133456037/jetty3/index/ [junit4:junit4] 2> 15140 T1002 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 61133456037/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 15141 T1002 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4= .x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribu= tedZkTest-1361133456037/jetty3/index forceNew:false [junit4:junit4] 2> 15147 T1002 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty3/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@1c7ba9ed; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 15147 T1002 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 15148 T1002 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty3/index [junit4:junit4] 2> 15150 T1002 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 15150 T1002 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 15150 T1002 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 15151 T1002 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 15151 T1002 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 15152 T1002 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 15153 T1002 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 15164 T1002 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 15170 T1002 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty3 [junit4:junit4] 2> 15172 T1002 oass.SolrIndexSearcher. Opening Sear= cher@687a6088 main [junit4:junit4] 2> 15172 T1002 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 15173 T1002 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 15176 T1003 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@687a6088 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 15177 T1002 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 15178 T1002 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 16017 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 16018 T953 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:34081_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:34081"} [junit4:junit4] 2> 16019 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D2 [junit4:junit4] 2> 16019 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 16026 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16026 T1001 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> 16026 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16026 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16026 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16181 T1002 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 16181 T1002 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:34081 collection:collection1 = shard:shard1 [junit4:junit4] 2> 16186 T1002 oasc.ZkController.register We are http://1= 27.0.0.1:34081/collection1/ and leader is http://127.0.0.1:30753/collection= 1/ [junit4:junit4] 2> 16186 T1002 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:34081 [junit4:junit4] 2> 16186 T1002 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 16187 T1002 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C114 name=3Dcollection1 org.apache.sol= r.core.SolrCore@135aae8c url=3Dhttp://127.0.0.1:34081/collection1 node=3D12= 7.0.0.1:34081_ C114_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:34081_, base_url=3Dhttp://127.0.0.1:34081} [junit4:junit4] 2> 16195 T1004 C114 P34081 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 16195 T1002 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 16196 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 16196 T1004 C114 P34081 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 16196 T1004 C114 P34081 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 16197 T930 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build= /solr-core/test/J1 [junit4:junit4] 2> 16198 T930 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 16198 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 16199 T1004 C114 P34081 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 16381 T930 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 16384 T930 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:61856 [junit4:junit4] 2> 16384 T930 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 16385 T930 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 16385 T930 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.c= loud.BasicDistributedZkTest-jetty4-1361133472249 [junit4:junit4] 2> 16385 T930 oasc.CoreContainer$Initializer.initialize l= ooking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty4-1361133472249/solr.xml [junit4:junit4] 2> 16386 T930 oasc.CoreContainer. New CoreContainer= 318825500 [junit4:junit4] 2> 16387 T930 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDis= tributedZkTest-jetty4-1361133472249/' [junit4:junit4] 2> 16387 T930 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Ba= sicDistributedZkTest-jetty4-1361133472249/' [junit4:junit4] 2> 16437 T930 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 120000 [junit4:junit4] 2> 16437 T930 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 16438 T930 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 16439 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 16439 T930 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 16440 T930 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 16440 T930 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 16440 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 16459 T930 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 16476 T930 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:18943/solr [junit4:junit4] 2> 16477 T930 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 16477 T930 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:18943 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@8afb546 [junit4:junit4] 2> 16478 T930 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 16479 T1014 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:18943. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 16479 T1014 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:18943, initiating sess= ion [junit4:junit4] 2> 16479 T932 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:44670 [junit4:junit4] 2> 16480 T932 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:44670 [junit4:junit4] 2> 16482 T934 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13ce9e04aab000b with negotiated timeout 20000 for client = /140.211.11.196:44670 [junit4:junit4] 2> 16482 T1014 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:18943, sessionid = =3D 0x13ce9e04aab000b, negotiated timeout =3D 20000 [junit4:junit4] 2> 16482 T1015 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@8afb546 name:ZooKeeperConnecti= on Watcher:127.0.0.1:18943 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 16482 T930 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 16484 T935 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13ce9e04aab000b [junit4:junit4] 2> 16495 T932 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:44670 which had sessionid 0x13ce9e04a= ab000b [junit4:junit4] 2> 16495 T1015 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 16495 T930 oaz.ZooKeeper.close Session: 0x13ce9e04aab0= 00b closed [junit4:junit4] 2> 16496 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 16510 T930 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:18943/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@794dfd82 [junit4:junit4] 2> 16511 T930 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 16512 T1016 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:18943. Will not att= empt to authenticate using SASL (access denied ("javax.security.auth.AuthPe= rmission" "getLoginConfiguration")) [junit4:junit4] 2> 16512 T1016 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:18943, initiating sess= ion [junit4:junit4] 2> 16512 T932 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:57720 [junit4:junit4] 2> 16513 T932 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:57720 [junit4:junit4] 2> 16515 T934 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13ce9e04aab000c with negotiated timeout 20000 for client = /140.211.11.196:57720 [junit4:junit4] 2> 16516 T1016 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:18943, sessionid = =3D 0x13ce9e04aab000c, negotiated timeout =3D 20000 [junit4:junit4] 2> 16516 T1017 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@794dfd82 name:ZooKeeperConnect= ion Watcher:127.0.0.1:18943/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 16516 T930 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 16517 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000c type:cre= ate cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 16519 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000c type:cre= ate cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 16527 T930 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 17531 T930 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:61856_ [junit4:junit4] 2> 17532 T935 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13ce9e04aab000c type:del= ete cxid:0x9 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:61856_ Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:61856_ [junit4:junit4] 2> 17533 T930 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:61856_ [junit4:junit4] 2> 17538 T1001 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17538 T958 oascc.ZkStateReader$3.process Updating live= nodes... (5) [junit4:junit4] 2> 17538 T971 oascc.ZkStateReader$3.process Updating live= nodes... (5) [junit4:junit4] 2> 17538 T1001 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> 17539 T1017 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17539 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17539 T986 oascc.ZkStateReader$3.process Updating live= nodes... (5) [junit4:junit4] 2> 17539 T952 oascc.ZkStateReader$3.process Updating live= nodes... (5) [junit4:junit4] 2> 17539 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17539 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17539 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17549 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 17550 T953 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":"recovering", [junit4:junit4] 2> =09 "core":"collection1", [junit4:junit4] 2> =09 "collection":"collection1", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:34081_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:34081"} [junit4:junit4] 2> 17556 T1018 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.BasicDistributedZkTest-jetty4-1361133472249/collection1 [junit4:junit4] 2> 17556 T1018 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 17557 T1018 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 17557 T1018 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 17558 T1001 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> 17558 T1017 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> 17558 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17558 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17558 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17560 T1018 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZkTest-jetty4-1361133472249/collection1/' [junit4:junit4] 2> 17561 T1018 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= kTest-jetty4-1361133472249/collection1/lib/classes/' to classloader [junit4:junit4] 2> 17562 T1018 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x= -java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= kTest-jetty4-1361133472249/collection1/lib/README' to classloader [junit4:junit4] 2> 17569 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 17615 T1018 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_42 [junit4:junit4] 2> 17679 T1018 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 17780 T1018 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 17787 T1018 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 18403 T1018 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 18411 T1018 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 18414 T1018 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 18431 T1018 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 18435 T1018 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 18440 T1018 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 18442 T1018 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 18443 T1018 oasc.SolrCore. [collection1] Opening= new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistrib= utedZkTest-jetty4-1361133472249/collection1/, dataDir=3D./org.apache.solr.c= loud.BasicDistributedZkTest-1361133456037/jetty4/ [junit4:junit4] 2> 18443 T1018 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@53c01def [junit4:junit4] 2> 18444 T1018 oasc.SolrCore.initDirectoryFactory solr.NR= TCachingDirectoryFactory [junit4:junit4] 2> 18444 T1018 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4= .x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribu= tedZkTest-1361133456037/jetty4 forceNew:false [junit4:junit4] 2> 18445 T1018 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty4 [junit4:junit4] 2> 18445 T1018 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= kTest-1361133456037/jetty4/index/ [junit4:junit4] 2> 18445 T1018 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-13= 61133456037/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 18446 T1018 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4= .x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistribu= tedZkTest-1361133456037/jetty4/index forceNew:false [junit4:junit4] 2> 18451 T1018 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty4/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@2e75795c; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 18451 T1018 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 18452 T1018 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 18454 T1018 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 18454 T1018 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 18454 T1018 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 18455 T1018 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 18455 T1018 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 18456 T1018 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 18457 T1018 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 18465 T1018 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 18470 T1018 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty4 [junit4:junit4] 2> 18471 T1018 oass.SolrIndexSearcher. Opening Sear= cher@e2485d3 main [junit4:junit4] 2> 18472 T1018 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 18472 T1018 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 18476 T1019 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@e2485d3 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 18476 T1018 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 18477 T1018 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 19070 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19072 T953 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:61856_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:61856"} [junit4:junit4] 2> 19072 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Collection already exists with numShards=3D2 [junit4:junit4] 2> 19072 T953 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 19110 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19110 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19110 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19110 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19110 T1017 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> 19110 T1001 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> 19480 T1018 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 19480 T1018 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:61856 collection:collection1 = shard:shard2 [junit4:junit4] 2> 19485 T1018 oasc.ZkController.register We are http://1= 27.0.0.1:61856/collection1/ and leader is http://127.0.0.1:26471/collection= 1/ [junit4:junit4] 2> 19485 T1018 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:61856 [junit4:junit4] 2> 19485 T1018 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 19485 T1018 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C115 name=3Dcollection1 org.apache.sol= r.core.SolrCore@7012d282 url=3Dhttp://127.0.0.1:61856/collection1 node=3D12= 7.0.0.1:61856_ C115_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dnull, roles=3Dnull, state=3Ddown, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:61856_, base_url=3Dhttp://127.0.0.1:61856} [junit4:junit4] 2> 19486 T1020 C115 P61856 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 19487 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 19487 T1018 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19487 T1020 C115 P61856 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 19487 T1020 C115 P61856 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 19488 T930 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build= /solr-core/test/J1 [junit4:junit4] 2> 19489 T930 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 19489 T930 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 19502 T1020 C115 P61856 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 19502 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19506 T930 oasc.AbstractDistribZkTestBase.waitForRecov= eriesToFinish Wait for recoveries to finish - collection: collection1 failO= nTimeout:true timeout (sec):230 [junit4:junit4] 2> 19507 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> C114_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:34081_, base_url=3Dhttp://127.0= .0.1:34081} [junit4:junit4] 2> 20249 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:30753/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 20259 T1004 C114 P34081 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnectionsPerHost=3D20&maxConnect= ions=3D10000&connTimeout=3D30000&socketTimeout=3D30000&retry=3Dfalse [junit4:junit4] 2> 20278 T1004 C114 P34081 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:34081 START replicas=3D[http://127= .0.0.1:30753/collection1/] nUpdates=3D100 [junit4:junit4] 2> 20278 T1004 C114 P34081 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 20279 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 20279 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 20280 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 20280 T1004 C114 P34081 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 20280 T1004 C114 P34081 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:30753/collection1/. core=3D= collection1 [junit4:junit4] 2> 20281 T1004 C114 P34081 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C116 name=3Dcollection1 org.apache.sol= r.core.SolrCore@1c5a536e url=3Dhttp://127.0.0.1:30753/collection1 node=3D12= 7.0.0.1:30753_ C116_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:30753_, base_url=3Dhttp://127.0.0.1:30753= , leader=3Dtrue} [junit4:junit4] 2> 20285 T962 C116 P30753 REQ /get {getVersions=3D100&dis= trib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 20310 T963 C116 P30753 oasu.DirectUpdateHandler2.commi= t start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 20311 T963 C116 P30753 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty1 [junit4:junit4] 2> 20315 T963 C116 P30753 oasc.SolrDeletionPolicy.onInit = SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty1/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 20316 T963 C116 P30753 oasc.SolrDeletionPolicy.updateC= ommits newest commit =3D 1[segments_1] [junit4:junit4] 2> 20325 T963 C116 P30753 oasc.SolrDeletionPolicy.onCommi= t SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty1/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty1/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@3cf8dfe4; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 20325 T963 C116 P30753 oasc.SolrDeletionPolicy.updateC= ommits newest commit =3D 2[segments_2] [junit4:junit4] 2> 20326 T963 C116 P30753 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty1 [junit4:junit4] 2> 20327 T963 C116 P30753 oass.SolrIndexSearcher. O= pening Searcher@6cae3a31 realtime [junit4:junit4] 2> 20327 T963 C116 P30753 oasu.DirectUpdateHandler2.commi= t end_commit_flush [junit4:junit4] 2> 20328 T963 C116 P30753 /update {waitSearcher=3Dtrue&op= enSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&versi= on=3D2&softCommit=3Dfalse} {commit=3D} 0 35 [junit4:junit4] 2> 20329 T1004 C114 P34081 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 20329 T1004 C114 P34081 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:connTimeout=3D5000&socketTimeout=3D20= 000&allowCompression=3Dfalse&maxConnections=3D10000&maxConnectionsPerHost= =3D10000 [junit4:junit4] 2> 20358 T1004 C114 P34081 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 20361 T964 C116 P30753 oash.ReplicationHandler.inform = Commits will be reserved for 10000 [junit4:junit4] 2> 20361 T964 C116 P30753 REQ /replication {command=3Dind= exversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D1= =20 [junit4:junit4] 2> 20362 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 20363 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 20363 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 20365 T964 C116 P30753 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty1 [junit4:junit4] 2> 20366 T964 C116 P30753 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty1/index [junit4:junit4] 2> 20367 T964 C116 P30753 REQ /replication {command=3Dfil= elist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D0= QTime=3D2=20 [junit4:junit4] 2> 20368 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 20369 T1004 C114 P34081 oasc.CachingDirectoryFactory.g= et return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZkTest-1361133456037/jetty3/index.20130217163756398 forceNew= :false [junit4:junit4] 2> 20369 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20370 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDi= rectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7= /solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-= 1361133456037/jetty3/index.20130217163756398 lockFactory=3Dorg.apache.lucen= e.store.NativeFSLockFactory@2e34c442; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.= 0) fullCopy=3Dtrue [junit4:junit4] 2> 20383 T964 C116 P30753 REQ /replication {file=3Dsegmen= ts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicatio= n&generation=3D2} status=3D0 QTime=3D5=20 [junit4:junit4] 2> 20399 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3/index [junit4:junit4] 2> 20399 T1004 C114 P34081 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 20400 T1004 C114 P34081 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130217= 163756398 [junit4:junit4] 2> 20402 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20403 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20403 T1004 C114 P34081 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty3/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1361133456037/jetty3/index.20130217163756398 [junit4:junit4] 2> 20407 T1004 C114 P34081 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=3D48.0 max= MergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_= 2] [junit4:junit4] 2> 20407 T1004 C114 P34081 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 20409 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 20414 T1004 C114 P34081 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 20415 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3/index.20130217163756398 [junit4:junit4] 2> 20416 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20419 T1004 C114 P34081 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=3D48.0 max= MergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_= 2] [junit4:junit4] 2> 20419 T1004 C114 P34081 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 20420 T1004 C114 P34081 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 20420 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20420 T1004 C114 P34081 oass.SolrIndexSearcher. = Opening Searcher@550b6954 main [junit4:junit4] 2> 20422 T1003 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@550b6954 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 20422 T1003 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty3/index [junit4:junit4] 2> 20423 T1004 C114 P34081 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 20426 T1004 C114 P34081 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=3D48.0 max= MergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_= 2] [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty3/index.20130217163756398 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@2e34c442; maxCacheMB=3D48.0 max= MergeSizeMB=3D4.0),segFN=3Dsegments_3,generation=3D3,filenames=3D[segments_= 3] [junit4:junit4] 2> 20426 T1004 C114 P34081 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 20428 T1004 C114 P34081 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3/index.20130217163756398 [junit4:junit4] 2> 20428 T1004 C114 P34081 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty3/index [junit4:junit4] 2> 20429 T1004 C114 P34081 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 20429 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 20429 T1004 C114 P34081 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 20429 T1004 C114 P34081 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 20436 T1004 C114 P34081 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 20510 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 20632 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 20633 T953 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":"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:61856_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:61856"} [junit4:junit4] 2> 20639 T953 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:34081_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:34081"} [junit4:junit4] 2> 20651 T1017 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> 20651 T1001 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> 20652 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 20652 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 20652 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 20652 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21513 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 22517 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> C115_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Drecovering, core=3Dcollection1, coll= ection=3Dcollection1, node_name=3D127.0.0.1:61856_, base_url=3Dhttp://127.0= .0.1:61856} [junit4:junit4] 2> 23515 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:26471/collection1/ core=3Dc= ollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 23515 T1020 C115 P61856 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:61856 START replicas=3D[http://127= .0.0.1:26471/collection1/] nUpdates=3D100 [junit4:junit4] 2> 23516 T1020 C115 P61856 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 23516 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 23517 T1020 C115 P61856 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 23518 T1020 C115 P61856 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:26471/collection1/. core=3D= collection1 [junit4:junit4] 2> 23518 T1020 C115 P61856 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 23519 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> ASYNC NEW_CORE C117 name=3Dcollection1 org.apache.sol= r.core.SolrCore@3aaadf78 url=3Dhttp://127.0.0.1:26471/collection1 node=3D12= 7.0.0.1:26471_ C117_STATE=3Dcoll:collection1 core:collection1 props:{shard= =3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collection=3Dc= ollection1, node_name=3D127.0.0.1:26471_, base_url=3Dhttp://127.0.0.1:26471= , leader=3Dtrue} [junit4:junit4] 2> 23525 T977 C117 P26471 REQ /get {getVersions=3D100&dis= trib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D1=20 [junit4:junit4] 2> 23535 T978 C117 P26471 oasu.DirectUpdateHandler2.commi= t start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 23536 T978 C117 P26471 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty2 [junit4:junit4] 2> 23541 T978 C117 P26471 oasc.SolrDeletionPolicy.onInit = SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty2/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@783babde; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 23541 T978 C117 P26471 oasc.SolrDeletionPolicy.updateC= ommits newest commit =3D 1[segments_1] [junit4:junit4] 2> 23545 T978 C117 P26471 oasc.SolrDeletionPolicy.onCommi= t SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty2/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@783babde; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty2/index lockFactory=3Dorg.apache.lucene.= store.NativeFSLockFactory@783babde; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0)= ,segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 23546 T978 C117 P26471 oasc.SolrDeletionPolicy.updateC= ommits newest commit =3D 2[segments_2] [junit4:junit4] 2> 23547 T978 C117 P26471 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty2 [junit4:junit4] 2> 23547 T978 C117 P26471 oass.SolrIndexSearcher. O= pening Searcher@166a9512 realtime [junit4:junit4] 2> 23548 T978 C117 P26471 oasu.DirectUpdateHandler2.commi= t end_commit_flush [junit4:junit4] 2> 23548 T978 C117 P26471 /update {waitSearcher=3Dtrue&op= enSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&versi= on=3D2&softCommit=3Dfalse} {commit=3D} 0 13 [junit4:junit4] 2> 23549 T1020 C115 P61856 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 23549 T1020 C115 P61856 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 23552 T979 C117 P26471 oash.ReplicationHandler.inform = Commits will be reserved for 10000 [junit4:junit4] 2> 23553 T979 C117 P26471 REQ /replication {command=3Dind= exversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D2= =20 [junit4:junit4] 2> 23554 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 23554 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 23555 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 23557 T979 C117 P26471 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty2 [junit4:junit4] 2> 23558 T979 C117 P26471 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty2/index [junit4:junit4] 2> 23559 T979 C117 P26471 REQ /replication {command=3Dfil= elist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D0= QTime=3D2=20 [junit4:junit4] 2> 23559 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 23560 T1020 C115 P61856 oasc.CachingDirectoryFactory.g= et return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 forceNew= :false [junit4:junit4] 2> 23561 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23562 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDi= rectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7= /solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-= 1361133456037/jetty4/index.20130217163759590 lockFactory=3Dorg.apache.lucen= e.store.NativeFSLockFactory@f49eed9; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0= ) fullCopy=3Dtrue [junit4:junit4] 2> 23565 T979 C117 P26471 REQ /replication {file=3Dsegmen= ts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicatio= n&generation=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 23567 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 23567 T1020 C115 P61856 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 23568 T1020 C115 P61856 oash.SnapPuller.modifyIndexPro= ps New index installed. Updating index properties... index=3Dindex.20130217= 163759590 [junit4:junit4] 2> 23569 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23570 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23570 T1020 C115 P61856 oasc.SolrCore.getNewIndexDir N= ew index directory detected: old=3D./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty4/index/ new=3D./org.apache.solr.cloud.BasicDistr= ibutedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 23574 T1020 C115 P61856 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=3D48.0 maxM= ergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2= ] [junit4:junit4] 2> 23574 T1020 C115 P61856 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 23576 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 23576 T1020 C115 P61856 oasu.DefaultSolrCoreState.newI= ndexWriter Rollback old IndexWriter... core=3Dcollection1 [junit4:junit4] 2> 23577 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 23578 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23581 T1020 C115 P61856 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=3D48.0 maxM= ergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2= ] [junit4:junit4] 2> 23582 T1020 C115 P61856 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 23582 T1020 C115 P61856 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 23582 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23583 T1020 C115 P61856 oass.SolrIndexSearcher. = Opening Searcher@29d3063d main [junit4:junit4] 2> 23584 T1019 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@29d3063d main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 23584 T1019 oasc.CachingDirectoryFactory.close Releasi= ng directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributed= ZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 23584 T1020 C115 P61856 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dfalse= ,expungeDeletes=3Dfalse,softCommit=3Dfalse} [junit4:junit4] 2> 23588 T1020 C115 P61856 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=3D48.0 maxM= ergeSizeMB=3D4.0),segFN=3Dsegments_2,generation=3D2,filenames=3D[segments_2= ] [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/jetty4/index.20130217163759590 lockFactory=3D= org.apache.lucene.store.NativeFSLockFactory@f49eed9; maxCacheMB=3D48.0 maxM= ergeSizeMB=3D4.0),segFN=3Dsegments_3,generation=3D3,filenames=3D[segments_3= ] [junit4:junit4] 2> 23588 T1020 C115 P61856 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 23589 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 23589 T1020 C115 P61856 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 23590 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 23590 T1020 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 23590 T1020 C115 P61856 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 23590 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 23590 T1020 C115 P61856 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 23591 T1020 C115 P61856 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 23598 T1020 C115 P61856 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 23669 T953 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 23670 T953 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":"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:61856_", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:61856"} [junit4:junit4] 2> 23684 T1001 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> 23684 T958 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 23684 T1017 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> 23684 T986 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 23684 T952 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 23684 T971 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 24523 T930 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 24524 T930 oasc.AbstractDistribZkTestBase.waitForRecov= eriesToFinish Recoveries finished - collection: collection1 [junit4:junit4] 2> ASYNC NEW_CORE C118 name=3Dcollection1 org.apache.sol= r.core.SolrCore@445469a6 url=3Dhttp://127.0.0.1:25869/collection1 node=3D12= 7.0.0.1:25869_ C118_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:25869_, base_url=3Dhttp://12= 7.0.0.1:25869, leader=3Dtrue} [junit4:junit4] 2> 24542 T942 C118 P25869 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/control/data [junit4:junit4] 2> 24546 T942 C118 P25869 oasc.SolrDeletionPolicy.onInit = SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DNRTCachingDirectory(org.apache.luce= ne.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDi= stributedZkTest-1361133456037/control/data/index lockFactory=3Dorg.apache.l= ucene.store.NativeFSLockFactory@354b0673; maxCacheMB=3D48.0 maxMergeSizeMB= =3D4.0),segFN=3Dsegments_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 24547 T942 C118 P25869 oasc.SolrDeletionPolicy.updateC= ommits newest commit =3D 1[segments_1] [junit4:junit4] 2> 24548 T942 C118 P25869 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/control/data [junit4:junit4] 2> 24549 T942 C118 P25869 oass.SolrIndexSearcher. O= pening Searcher@674816bc realtime [junit4:junit4] 2> 24550 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1427251900523216896)} 0 14 [junit4:junit4] 2> 24575 T980 C117 P26471 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty2 [junit4:junit4] 2> 24613 T965 C116 P30753 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty1 [junit4:junit4] 2> C115_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:61856_, base_url=3Dhttp://127.0.0.1= :61856} [junit4:junit4] 2> 24618 T1007 C115 P61856 oasc.CachingDirectoryFactory.c= lose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basi= cDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 24619 T1007 C115 P61856 /update {update.distrib=3DFROM= LEADER&_version_=3D-1427251900557819904&update.from=3Dhttp://127.0.0.1:2647= 1/collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-14272519005= 57819904)} 0 3 [junit4:junit4] 2> C114_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, roles=3Dnull, state=3Dactive, core=3Dcollection1, collecti= on=3Dcollection1, node_name=3D127.0.0.1:34081_, base_url=3Dhttp://127.0.0.1= :34081} [junit4:junit4] 2> 24625 T991 C114 P34081 oasc.CachingDirectoryFactory.cl= ose Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty3 [junit4:junit4] 2> 24626 T991 C114 P34081 /update {update.distrib=3DFROML= EADER&_version_=3D-1427251900579840000&update.from=3Dhttp://127.0.0.1:30753= /collection1/&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-142725190057= 9840000)} 0 3 [junit4:junit4] 2> 24626 T965 C116 P30753 /update {update.distrib=3DTOLEA= DER&wt=3Djavabin&version=3D2} {deleteByQuery=3D*:* (-1427251900579840000)} = 0 31 [junit4:junit4] 2> 24627 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {deleteByQuery=3D*:* (-1427251900557819904)} 0 63 [junit4:junit4] 2> 24633 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1427251900617588736)]} 0 3 [junit4:junit4] 2> 24650 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[1 (1427251900622831616)]} 0 3 [junit4:junit4] 2> 24650 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1427251900622831616)]} 0 14 [junit4:junit4] 2> 24654 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[2 (1427251900640657408)]} 0 1 [junit4:junit4] 2> 24673 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[2 (1427251900653240320)]} 0 2 [junit4:junit4] 2> 24673 T981 C117 P26471 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[2 (1427251900653240320)]} 0 9 [junit4:junit4] 2> 24674 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[2]} 0 17 [junit4:junit4] 2> 24678 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[3 (1427251900665823232)]} 0 1 [junit4:junit4] 2> 24686 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[3 (1427251900670017536)]} 0 1 [junit4:junit4] 2> 24687 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[3 (1427251900670017536)]} 0 6 [junit4:junit4] 2> 24691 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[4 (1427251900679454720)]} 0 1 [junit4:junit4] 2> 24701 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[4 (1427251900685746176)]} 0 1 [junit4:junit4] 2> 24702 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[4 (1427251900685746176)]} 0 6 [junit4:junit4] 2> 24702 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[4]} 0 8 [junit4:junit4] 2> 24706 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[5 (1427251900695183360)]} 0 1 [junit4:junit4] 2> 24716 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[5 (1427251900701474816)]} 0 1 [junit4:junit4] 2> 24717 T981 C117 P26471 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[5 (1427251900701474816)]} 0 6 [junit4:junit4] 2> 24718 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[5]} 0 9 [junit4:junit4] 2> 24722 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[6 (1427251900711960576)]} 0 1 [junit4:junit4] 2> 24729 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[6 (1427251900716154880)]} 0 1 [junit4:junit4] 2> 24730 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[6 (1427251900716154880)]} 0 5 [junit4:junit4] 2> 24734 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[7 (1427251900724543488)]} 0 1 [junit4:junit4] 2> 24741 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[7 (1427251900728737792)]} 0 1 [junit4:junit4] 2> 24742 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[7 (1427251900728737792)]} 0 5 [junit4:junit4] 2> 24746 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[8 (1427251900737126400)]} 0 1 [junit4:junit4] 2> 24754 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[8 (1427251900741320704)]} 0 1 [junit4:junit4] 2> 24755 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[8 (1427251900741320704)]} 0 6 [junit4:junit4] 2> 24759 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[9 (1427251900750757888)]} 0 1 [junit4:junit4] 2> 24768 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[9 (1427251900757049344)]} 0 1 [junit4:junit4] 2> 24769 T981 C117 P26471 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[9 (1427251900757049344)]} 0 5 [junit4:junit4] 2> 24770 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[9]} 0 8 [junit4:junit4] 2> 24774 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[10 (1427251900766486528)]} 0 1 [junit4:junit4] 2> 24781 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[10 (1427251900770680832)]} 0 1 [junit4:junit4] 2> 24782 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[10 (1427251900770680832)]} 0 5 [junit4:junit4] 2> 24786 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[11 (1427251900779069440)]} 0 1 [junit4:junit4] 2> 24796 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[11 (1427251900785360896)]} 0 1 [junit4:junit4] 2> 24797 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[11 (1427251900785360896)]} 0 6 [junit4:junit4] 2> 24798 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[11]} 0 9 [junit4:junit4] 2> 24803 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[12 (1427251900796895232)]} 0 1 [junit4:junit4] 2> 24815 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[12 (1427251900805283840)]} 0 1 [junit4:junit4] 2> 24816 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[12 (1427251900805283840)]} 0 6 [junit4:junit4] 2> 24817 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[12]} 0 10 [junit4:junit4] 2> 24821 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[13 (1427251900815769600)]} 0 1 [junit4:junit4] 2> 24832 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[13 (1427251900823109632)]} 0 1 [junit4:junit4] 2> 24833 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[13 (1427251900823109632)]} 0 6 [junit4:junit4] 2> 24834 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[13]} 0 10 [junit4:junit4] 2> 24837 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[14 (1427251900832546816)]} 0 1 [junit4:junit4] 2> 24845 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[14 (1427251900836741120)]} 0 1 [junit4:junit4] 2> 24846 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[14 (1427251900836741120)]} 0 6 [junit4:junit4] 2> 24849 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[15 (1427251900845129728)]} 0 1 [junit4:junit4] 2> 24858 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[15 (1427251900852469760)]} 0 1 [junit4:junit4] 2> 24858 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[15 (1427251900852469760)]} 0 3 [junit4:junit4] 2> 24859 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[15]} 0 7 [junit4:junit4] 2> 24863 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[16 (1427251900859809792)]} 0 1 [junit4:junit4] 2> 24870 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[16 (1427251900864004096)]} 0 1 [junit4:junit4] 2> 24870 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[16 (1427251900864004096)]} 0 4 [junit4:junit4] 2> 24876 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[17 (1427251900871344128)]} 0 3 [junit4:junit4] 2> 24889 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[17 (1427251900880781312)]} 0 2 [junit4:junit4] 2> 24890 T981 C117 P26471 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[17 (1427251900880781312)]} 0 8 [junit4:junit4] 2> 24891 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[17]} 0 12 [junit4:junit4] 2> 24894 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[100 (1427251900892315648)]} 0 1 [junit4:junit4] 2> 24904 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[100 (1427251900899655680)]} 0 1 [junit4:junit4] 2> 24904 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[100 (1427251900899655680)]} 0 4 [junit4:junit4] 2> 24905 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[100]} 0 8 [junit4:junit4] 2> 24909 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[101 (1427251900908044288)]} 0 1 [junit4:junit4] 2> 24919 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[101 (1427251900915384320)]} 0 1 [junit4:junit4] 2> 24920 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[101 (1427251900915384320)]} 0 5 [junit4:junit4] 2> 24921 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[101]} 0 9 [junit4:junit4] 2> 24924 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[102 (1427251900923772928)]} 0 1 [junit4:junit4] 2> 24931 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[102 (1427251900927967232)]} 0 1 [junit4:junit4] 2> 24932 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[102 (1427251900927967232)]} 0 5 [junit4:junit4] 2> 24935 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[103 (1427251900935307264)]} 0 1 [junit4:junit4] 2> 24945 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[103 (1427251900942647296)]} 0 1 [junit4:junit4] 2> 24946 T981 C117 P26471 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[103 (1427251900942647296)]} 0 5 [junit4:junit4] 2> 24947 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[103]} 0 9 [junit4:junit4] 2> 24950 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[104 (1427251900951035904)]} 0 1 [junit4:junit4] 2> 24958 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[104 (1427251900955230208)]} 0 1 [junit4:junit4] 2> 24958 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[104 (1427251900955230208)]} 0 5 [junit4:junit4] 2> 24962 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[105 (1427251900963618816)]} 0 1 [junit4:junit4] 2> 24970 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[105 (1427251900967813120)]} 0 1 [junit4:junit4] 2> 24970 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[105 (1427251900967813120)]} 0 5 [junit4:junit4] 2> 24974 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[106 (1427251900976201728)]} 0 1 [junit4:junit4] 2> 24981 T1007 C115 P61856 /update {distrib.from=3Dhttp:/= /127.0.0.1:26471/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&vers= ion=3D2} {add=3D[106 (1427251900980396032)]} 0 1 [junit4:junit4] 2> 24981 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[106 (1427251900980396032)]} 0 4 [junit4:junit4] 2> 24985 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[107 (1427251900987736064)]} 0 1 [junit4:junit4] 2> 24995 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[107 (1427251900995076096)]} 0 1 [junit4:junit4] 2> 24996 T965 C116 P30753 /update {distrib.from=3Dhttp://= 127.0.0.1:26471/collection1/&update.distrib=3DTOLEADER&wt=3Djavabin&version= =3D2} {add=3D[107 (1427251900995076096)]} 0 5 [junit4:junit4] 2> 24996 T980 C117 P26471 /update {wt=3Djavabin&version= =3D2} {add=3D[107]} 0 8 [junit4:junit4] 2> 25000 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[108 (1427251901003464704)]} 0 1 [junit4:junit4] 2> 25010 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[108 (1427251901008707584)]} 0 2 [junit4:junit4] 2> 25010 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[108 (1427251901008707584)]} 0 7 [junit4:junit4] 2> 25014 T942 C118 P25869 /update {wt=3Djavabin&version= =3D2} {add=3D[109 (1427251901018144768)]} 0 1 [junit4:junit4] 2> 25021 T991 C114 P34081 /update {distrib.from=3Dhttp://= 127.0.0.1:30753/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&versi= on=3D2} {add=3D[109 (1427251901022339072)]} 0 1 [junit4:junit4] 2> 25022 T966 C116 P30753 /update {wt=3Djavabin&version= =3D2} {add=3D[109 (1427251901022339072)]} 0 5 [junit4:junit4] 2> 25026 T942 C118 P25869 /update=20 [...truncated too long message...] closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWrite= r [junit4:junit4] 2> 186098 T1048 C115 P61856 oasu.DefaultSolrCoreState.clo= seIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 186099 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000009 refcoun= t=3D1} [junit4:junit4] 2> 186099 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000008 refcoun= t=3D1} [junit4:junit4] 2> 186100 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000007 refcoun= t=3D1} [junit4:junit4] 2> 186100 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000005 refcoun= t=3D1} [junit4:junit4] 2> 186101 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000004 refcoun= t=3D1} [junit4:junit4] 2> 186101 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000002 refcoun= t=3D1} [junit4:junit4] 2> 186102 T1048 C115 P61856 oasu.TransactionLog.forceClos= e SEVERE Error: Forcing close of tlog{file=3D./org.apache.solr.cloud.BasicD= istributedZkTest-1361133456037/jetty4/tlog/tlog.0000000000000000000 refcoun= t=3D1} [junit4:junit4] 2> 186105 T1048 C115 P61856 oasc.CachingDirectoryFactory.= close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 186106 T1048 C115 P61856 oasc.SolrCore.closeSearcher [= collection1] Closing main searcher on request. [junit4:junit4] 2> 186111 T1048 C115 P61856 oasc.CachingDirectoryFactory.= close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Bas= icDistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 186111 T1048 C115 P61856 oasc.CachingDirectoryFactory.= close Closing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr= -Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 186111 T1048 C115 P61856 oash.SnapPuller$2.preClose re= moving old index files NRTCachingDirectory(org.apache.lucene.store.NIOFSDir= ectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/= solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkTest-1= 361133456037/jetty4/index lockFactory=3Dorg.apache.lucene.store.NativeFSLoc= kFactory@2e75795c; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0) [junit4:junit4] 2> 186112 T1048 C115 P61856 oasc.CachingDirectoryFactory.= closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-1361133456037/jetty4/index.20130217163759590 [junit4:junit4] 2> 186113 T1048 C115 P61856 oash.SnapPuller$2.postClose r= emoving old index directory NRTCachingDirectory(org.apache.lucene.store.NIO= FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-j= ava7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZkT= est-1361133456037/jetty4/index lockFactory=3Dorg.apache.lucene.store.Native= FSLockFactory@2e75795c; maxCacheMB=3D48.0 maxMergeSizeMB=3D4.0) [junit4:junit4] 2> 186113 T1048 C115 P61856 oasc.CachingDirectoryFactory.= close Closing directory when closing factory:/usr/home/hudson/hudson-slave/= workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.ap= ache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.= closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-1361133456037/jetty4/index [junit4:junit4] 2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.= close Closing directory when closing factory:/usr/home/hudson/hudson-slave/= workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.ap= ache.solr.cloud.BasicDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> 186114 T1048 C115 P61856 oasc.CachingDirectoryFactory.= closeDirectory Closing directory:/usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cl= oud.BasicDistributedZkTest-1361133456037/jetty4 [junit4:junit4] 2> NOTE: test params are: codec=3DLucene42: {foo_b=3DPost= ingsFormat(name=3DAsserting), n_f1=3DPostingsFormat(name=3DNestedPulsing), = cat=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), foo_d=3DPos= tingsFormat(name=3DLucene41WithOrds), foo_f=3DPostingsFormat(name=3DAsserti= ng), n_tl1=3DPostingsFormat(name=3DNestedPulsing), n_d1=3DPostingsFormat(na= me=3DTestBloomFilteredLucene41Postings), rnd_b=3DPostingsFormat(name=3DLuce= ne41WithOrds), intDefault=3DPostingsFormat(name=3DTestBloomFilteredLucene41= Postings), n_td1=3DPostingsFormat(name=3DNestedPulsing), timestamp=3DPostin= gsFormat(name=3DTestBloomFilteredLucene41Postings), id=3DPostingsFormat(nam= e=3DLucene41WithOrds), range_facet_sl=3DPostingsFormat(name=3DAsserting), r= ange_facet_si=3DPostingsFormat(name=3DNestedPulsing), oddField_s=3DPostings= Format(name=3DAsserting), sequence_i=3DPostingsFormat(name=3DAsserting), na= me=3DPostingsFormat(name=3DLucene41WithOrds), foo_i=3DPostingsFormat(name= =3DNestedPulsing), regex_dup_B_s=3DPostingsFormat(name=3DTestBloomFilteredL= ucene41Postings), multiDefault=3DPostingsFormat(name=3DNestedPulsing), n_tf= 1=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), n_dt1=3DPosti= ngsFormat(name=3DNestedPulsing), genre_s=3DPostingsFormat(name=3DAsserting)= , author_t=3DPostingsFormat(name=3DNestedPulsing), n_ti1=3DPostingsFormat(n= ame=3DLucene41WithOrds), range_facet_l=3DPostingsFormat(name=3DTestBloomFil= teredLucene41Postings), text=3DPostingsFormat(name=3DAsserting), _version_= =3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), val_i=3DPostin= gsFormat(name=3DLucene41WithOrds), SubjectTerms_mfacet=3DPostingsFormat(nam= e=3DTestBloomFilteredLucene41Postings), series_t=3DPostingsFormat(name=3DNe= stedPulsing), a_t=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings= ), n_tdt1=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), regex= _dup_A_s=3DPostingsFormat(name=3DAsserting), price=3DPostingsFormat(name=3D= Asserting), other_tl1=3DPostingsFormat(name=3DTestBloomFilteredLucene41Post= ings), n_l1=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings), a_s= i=3DPostingsFormat(name=3DNestedPulsing), inStock=3DPostingsFormat(name=3DA= sserting)}, docValues:{}, sim=3DDefaultSimilarity, locale=3Dit_IT, timezone= =3DAmerica/Boa_Vista [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7= .0_09 (64-bit)/cpus=3D16,threads=3D1,free=3D299923624,total=3D536870912 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestSolrCoreProperti= es, DisMaxRequestHandlerTest, TestBinaryField, TestReload, QueryEqualityTes= t, MultiTermTest, TestCSVResponseWriter, SuggesterTSTTest, SynonymTokenizer= Test, TestUtils, IndexSchemaRuntimeFieldTest, TestSolrXMLSerializer, TestSt= ressLucene, DOMUtilTest, TestUpdate, LukeRequestHandlerTest, DistributedQue= ryElevationComponentTest, EchoParamsTest, IndexReaderFactoryTest, Stateless= ScriptUpdateProcessorFactoryTest, TestSolr4Spatial, TestPropInjectDefaults,= TestBM25SimilarityFactory, TestComponentsName, SolrIndexSplitterTest, BadI= ndexSchemaTest, ClusterStateTest, StandardRequestHandlerTest, SolrCoreTest,= LeaderElectionTest, BasicFunctionalityTest, TestPluginEnable, TestLazyCore= s, PrimUtilsTest, TestDistributedGrouping, UpdateParamsTest, TestPhraseSugg= estions, IndexSchemaTest, TestRecovery, ExternalFileFieldSortTest, Required= FieldsTest, TestSolrDeletionPolicy1, OutputWriterTest, TestCollationKeyRang= eQueries, LegacyHTMLStripCharFilterTest, FileUtilsTest, PathHierarchyTokeni= zerFactoryTest, TestDistributedSearch, SuggesterTest, TestPropInject, TestS= olrJ, UUIDFieldTest, SolrIndexConfigTest, TestDocSet, HighlighterTest, ZkSo= lrClientTest, DirectUpdateHandlerTest, TestValueSourceCache, OpenExchangeRa= tesOrgProviderTest, BasicDistributedZkTest] [junit4:junit4] Completed on J1 in 186.92s, 1 test, 1 error <<< FAILURES! [...truncated 415 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.x= ml:381: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.x= ml:361: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.x= ml:39: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/bu= ild.xml:183: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/co= mmon-build.xml:447: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/= common-build.xml:1202: The following error occurred while executing this li= ne: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/= common-build.xml:865: There were test failures: 252 suites, 1052 tests, 1 e= rror, 22 ignored (4 assumptions) Total time: 44 minutes 1 second Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_701_2047654765.1361134335708 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_701_2047654765.1361134335708--