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 E37959FFF for ; Thu, 14 Mar 2013 17:28:33 +0000 (UTC) Received: (qmail 33479 invoked by uid 500); 14 Mar 2013 17:28:32 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 33412 invoked by uid 500); 14 Mar 2013 17:28:32 -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 33402 invoked by uid 99); 14 Mar 2013 17:28:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 17:28:32 +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; Thu, 14 Mar 2013 17:28:23 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id A70D4C00CA for ; Thu, 14 Mar 2013 17:28:02 +0000 (UTC) Date: Thu, 14 Mar 2013 17:27:50 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <2098248239.4333.1363282082669.JavaMail.hudson@aegis> In-Reply-To: <164784362.4259.1363255012212.JavaMail.hudson@aegis> References: <164784362.4259.1363255012212.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 16003 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_4332_79224168.1363282070231" X-Jenkins-Job: Lucene-Solr-Tests-trunk-Java6 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4332_79224168.1363282070231 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/16003/ 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearc= h Error Message: No registered leader was found, collection:collection1 slice:shard1 Stack Trace: org.apache.solr.common.SolrException: No registered leader was found, colle= ction:collection1 slice:shard1 =09at __randomizedtesting.SeedInfo.seed([77ED1EE1D70B422A:F60B90F9A0542216]= :0) =09at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateRead= er.java:484) =09at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSome= DocsAndRecover(BasicDistributedZk2Test.java:291) =09at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributed= Zk2Test.java:116) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:806) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:57) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:616) =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:679) Build Log: [...truncated 8620 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test [junit4:junit4] 2> 0 T1616 oas.BaseDistributedSearchTestCase.initHostCont= ext Setting hostContext system property: /i/ [junit4:junit4] 2> 4 T1616 oas.SolrTestCaseJ4.setUp ###Starting testDistr= ibSearch [junit4:junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./solrtest-B= asicDistributedZk2Test-1363281315308 [junit4:junit4] 2> 6 T1616 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 6 T1617 oasc.ZkTestServer$ZKServerMain.runFromConfig S= tarting server [junit4:junit4] 2> 8 T1617 oazs.ZooKeeperServer.setTickTime tickTime set = to 1000 [junit4:junit4] 2> 8 T1617 oazs.ZooKeeperServer.setMinSessionTimeout minS= essionTimeout set to -1 [junit4:junit4] 2> 8 T1617 oazs.ZooKeeperServer.setMaxSessionTimeout maxS= essionTimeout set to -1 [junit4:junit4] 2> 9 T1617 oazs.NIOServerCnxnFactory.configure binding to= port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 9 T1617 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to= /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr= /build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-13= 63281315308/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 107 T1616 oasc.ZkTestServer.run start zk server on por= t:41586 [junit4:junit4] 2> 107 T1616 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:41586 sessionTimeout=3D10000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@4f2029df [junit4:junit4] 2> 108 T1616 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 108 T1622 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:41586. Will not attem= pt to authenticate using SASL (access denied (javax.security.auth.AuthPermi= ssion getLoginConfiguration)) [junit4:junit4] 2> 109 T1622 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:41586, initiating sessio= n [junit4:junit4] 2> 109 T1618 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:40029 [junit4:junit4] 2> 110 T1618 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:40029 [junit4:junit4] 2> 110 T1620 oazsp.FileTxnLog.append Creating new log fil= e: log.1 [junit4:junit4] 2> 113 T1620 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13d69e605f10000 with negotiated timeout 10000 for client /= 140.211.11.196:40029 [junit4:junit4] 2> 113 T1622 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:41586, sessionid =3D= 0x13d69e605f10000, negotiated timeout =3D 10000 [junit4:junit4] 2> 114 T1623 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@4f2029df name:ZooKeeperConnectio= n Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 114 T1616 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 114 T1616 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 132 T1621 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13d69e605f10000 [junit4:junit4] 2> 133 T1623 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 133 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f100= 00 closed [junit4:junit4] 2> 133 T1618 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:40029 which had sessionid 0x13d69e605f= 10000 [junit4:junit4] 2> 133 T1616 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@76076e71 [junit4:junit4] 2> 134 T1616 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 134 T1624 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:41586. Will not attem= pt to authenticate using SASL (access denied (javax.security.auth.AuthPermi= ssion getLoginConfiguration)) [junit4:junit4] 2> 135 T1624 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:41586, initiating sessio= n [junit4:junit4] 2> 135 T1618 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:61696 [junit4:junit4] 2> 135 T1618 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:61696 [junit4:junit4] 2> 137 T1620 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13d69e605f10001 with negotiated timeout 10000 for client /= 140.211.11.196:61696 [junit4:junit4] 2> 137 T1624 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:41586, sessionid =3D= 0x13d69e605f10001, negotiated timeout =3D 10000 [junit4:junit4] 2> 137 T1625 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@76076e71 name:ZooKeeperConnectio= n Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 137 T1616 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 138 T1616 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1 [junit4:junit4] 2> 147 T1616 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/shards [junit4:junit4] 2> 150 T1616 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection [junit4:junit4] 2> 157 T1616 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/shards [junit4:junit4] 2> 160 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/= conf1/solrconfig.xml [junit4:junit4] 2> 160 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.xml [junit4:junit4] 2> 172 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/sch= ema.xml [junit4:junit4] 2> 173 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/schema.xml [junit4:junit4] 2> 277 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/= stopwords.txt [junit4:junit4] 2> 277 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/stopwords.txt [junit4:junit4] 2> 281 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/= protwords.txt [junit4:junit4] 2> 281 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/protwords.txt [junit4:junit4] 2> 289 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/c= urrency.xml [junit4:junit4] 2> 290 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/currency.xml [junit4:junit4] 2> 293 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /con= figs/conf1/open-exchange-rates.json [junit4:junit4] 2> 293 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/open-exchange-rates.json [junit4:junit4] 2> 296 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /= configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 297 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 300 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/con= f1/old_synonyms.txt [junit4:junit4] 2> 300 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/old_synonyms.txt [junit4:junit4] 2> 308 T1616 oasc.AbstractZkTestCase.putConfig put /usr/h= ome/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/= solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/s= ynonyms.txt [junit4:junit4] 2> 308 T1616 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/synonyms.txt [junit4:junit4] 2> 311 T1621 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13d69e605f10001 [junit4:junit4] 2> 312 T1625 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 312 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f100= 01 closed [junit4:junit4] 2> 312 T1618 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:61696 which had sessionid 0x13d69e605f= 10001 [junit4:junit4] 2> 438 T1616 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 442 T1616 oejs.AbstractConnector.doStart Started Socke= tConnector@127.0.0.1:35834 [junit4:junit4] 2> 442 T1616 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4:junit4] 2> 442 T1616 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 443 T1616 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.BasicDistributedZk2Test-controljetty-1363281315616 [junit4:junit4] 2> 443 T1616 oasc.CoreContainer$Initializer.initialize lo= oking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-controljetty-1363281315616/solr.xml [junit4:junit4] 2> 443 T1616 oasc.CoreContainer. New CoreContainer = 42445612 [junit4:junit4] 2> 444 T1616 oasc.CoreContainer.load Loading CoreContaine= r using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tes= ts-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDi= stributedZk2Test-controljetty-1363281315616/' [junit4:junit4] 2> 444 T1616 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZk2Test-controljetty-1363281315616/' [junit4:junit4] 2> 476 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 120000 [junit4:junit4] 2> 477 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to: http:// [junit4:junit4] 2> 477 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4:junit4] 2> 477 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 477 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4:junit4] 2> 478 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 478 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4:junit4] 2> 478 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4:junit4] 2> 479 T1616 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4:junit4] 2> 479 T1616 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&s= ocketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 493 T1616 oasc.CoreContainer.load Registering Log List= ener [junit4:junit4] 2> 505 T1616 oasc.CoreContainer.initZooKeeper Zookeeper c= lient=3D127.0.0.1:41586/solr [junit4:junit4] 2> 506 T1616 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4:junit4] 2> 506 T1616 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:41586 sessionTimeout=3D60000 watcher=3Dorg= .apache.solr.common.cloud.ConnectionManager@2a5f0a0e [junit4:junit4] 2> 507 T1616 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 507 T1635 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:41586. Will not attem= pt to authenticate using SASL (access denied (javax.security.auth.AuthPermi= ssion getLoginConfiguration)) [junit4:junit4] 2> 508 T1635 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:41586, initiating sessio= n [junit4:junit4] 2> 508 T1618 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:62777 [junit4:junit4] 2> 508 T1618 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:62777 [junit4:junit4] 2> 510 T1620 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13d69e605f10002 with negotiated timeout 20000 for client /= 140.211.11.196:62777 [junit4:junit4] 2> 510 T1635 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:41586, sessionid =3D= 0x13d69e605f10002, negotiated timeout =3D 20000 [junit4:junit4] 2> 510 T1636 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@2a5f0a0e name:ZooKeeperConnectio= n Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 511 T1616 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 512 T1621 oazs.PrepRequestProcessor.pRequest2Txn Proce= ssed session termination for sessionid: 0x13d69e605f10002 [junit4:junit4] 2> 513 T1636 oaz.ClientCnxn$EventThread.run EventThread s= hut down [junit4:junit4] 2> 513 T1618 oazs.NIOServerCnxn.closeSock Closed socket c= onnection for client /140.211.11.196:62777 which had sessionid 0x13d69e605f= 10002 [junit4:junit4] 2> 513 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f100= 02 closed [junit4:junit4] 2> 513 T1616 oascsi.HttpClientUtil.createClient Creating = new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&soc= ketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 521 T1616 oaz.ZooKeeper. Initiating client conne= ction, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@31da2502 [junit4:junit4] 2> 521 T1616 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4:junit4] 2> 522 T1637 oaz.ClientCnxn$SendThread.logStartConnect Op= ening socket connection to server localhost/127.0.0.1:41586. Will not attem= pt to authenticate using SASL (access denied (javax.security.auth.AuthPermi= ssion getLoginConfiguration)) [junit4:junit4] 2> 522 T1637 oaz.ClientCnxn$SendThread.primeConnection So= cket connection established to localhost/127.0.0.1:41586, initiating sessio= n [junit4:junit4] 2> 522 T1618 oazs.NIOServerCnxnFactory.run Accepted socke= t connection from /140.211.11.196:26351 [junit4:junit4] 2> 522 T1618 oazs.ZooKeeperServer.processConnectRequest C= lient attempting to establish new session at /140.211.11.196:26351 [junit4:junit4] 2> 523 T1620 oazs.ZooKeeperServer.finishSessionInit Estab= lished session 0x13d69e605f10003 with negotiated timeout 20000 for client /= 140.211.11.196:26351 [junit4:junit4] 2> 523 T1637 oaz.ClientCnxn$SendThread.onConnected Sessio= n establishment complete on server localhost/127.0.0.1:41586, sessionid =3D= 0x13d69e605f10003, negotiated timeout =3D 20000 [junit4:junit4] 2> 524 T1638 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@31da2502 name:ZooKeeperConnectio= n Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected t= ype:None path:null path:null type:None [junit4:junit4] 2> 524 T1616 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4:junit4] 2> 526 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:crea= te cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Erro= r:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 535 T1616 oascc.SolrZkClient.makePath makePath: /live_= nodes [junit4:junit4] 2> 537 T1616 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:35834_i [junit4:junit4] 2> 538 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:dele= te cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/12= 7.0.0.1:35834_i Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.0= .0.1:35834_i [junit4:junit4] 2> 539 T1616 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:35834_i [junit4:junit4] 2> 549 T1616 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/election [junit4:junit4] 2> 660 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:dele= te cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_ele= ct/leader Error:KeeperErrorCode =3D NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 661 T1616 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/leader [junit4:junit4] 2> 677 T1616 oasc.Overseer.start Overseer (id=3D893440042= 80352771-127.0.0.1:35834_i-n_0000000000) starting [junit4:junit4] 2> 677 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:crea= te cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 679 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:crea= te cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 720 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:crea= te cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 721 T1621 oazs.PrepRequestProcessor.pRequest Got user-= level KeeperException when processing sessionid:0x13d69e605f10003 type:crea= te cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 722 T1640 oasc.OverseerCollectionProcessor.run Process= current queue of collection creations [junit4:junit4] 2> 723 T1616 oascc.SolrZkClient.makePath makePath: /clust= erstate.json [junit4:junit4] 2> 776 T1616 oascc.SolrZkClient.makePath makePath: /alias= es.json [junit4:junit4] 2> 778 T1616 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 780 T1639 oasc.Overseer$ClusterStateUpdater.run Starti= ng to work on the main queue [junit4:junit4] 2> 783 T1641 oasc.CoreContainer.create Creating SolrCore = 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lu= cene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.= cloud.BasicDistributedZk2Test-controljetty-1363281315616/collection1 [junit4:junit4] 2> 783 T1641 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:control_collection [junit4:junit4] 2> 784 T1641 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4:junit4] 2> 784 T1641 oasc.ZkController.readConfigName Load collec= tion config from:/collections/control_collection [junit4:junit4] 2> 785 T1641 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-So= lr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.B= asicDistributedZk2Test-controljetty-1363281315616/collection1/' [junit4:junit4] 2> 786 T1641 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= k2Test-controljetty-1363281315616/collection1/lib/classes/' to classloader [junit4:junit4] 2> 787 T1641 oasc.SolrResourceLoader.replaceClassLoader A= dding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk= -Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZ= k2Test-controljetty-1363281315616/collection1/lib/README' to classloader [junit4:junit4] 2> 832 T1641 oasc.SolrConfig. Using Lucene MatchVer= sion: LUCENE_50 [junit4:junit4] 2> 888 T1641 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4:junit4] 2> 989 T1641 oass.IndexSchema.readSchema Reading Solr Sch= ema [junit4:junit4] 2> 995 T1641 oass.IndexSchema.readSchema Schema name=3Dte= st [junit4:junit4] 2> 1585 T1641 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 1596 T1641 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 1600 T1641 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 1616 T1641 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1621 T1641 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 1625 T1641 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1626 T1641 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 1626 T1641 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 1626 T1641 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 1627 T1641 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 1628 T1641 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 1628 T1641 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 1628 T1641 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistri= butedZk2Test-controljetty-1363281315616/collection1/, dataDir=3D./org.apach= e.solr.cloud.BasicDistributedZk2Test-1363281315308/control/data/ [junit4:junit4] 2> 1628 T1641 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@2e097617 [junit4:junit4] 2> 1629 T1641 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 1629 T1641 oasc.CachingDirectoryFactory.get return new= directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-136328131530= 8/control/data forceNew: false [junit4:junit4] 2> 1630 T1641 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= 2Test-1363281315308/control/data/index/ [junit4:junit4] 2> 1630 T1641 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-13= 63281315308/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 1631 T1641 oasc.CachingDirectoryFactory.get return new= directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-136328131530= 8/control/data/index forceNew: false [junit4:junit4] 2> 1664 T1641 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649487tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@13718f9= 2; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 1665 T1641 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 1667 T1641 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 1667 T1641 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 1668 T1641 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 1668 T1641 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 1669 T1641 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 1669 T1641 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 1669 T1641 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 1670 T1641 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 1670 T1641 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 1677 T1641 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 1684 T1641 oass.SolrIndexSearcher. Opening Searc= her@2a56ba98 main [junit4:junit4] 2> 1684 T1641 oasu.UpdateHandler.clearLog Clearing tlog f= iles, tlogDir=3D./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/control/data/tlog [junit4:junit4] 2> 1685 T1641 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 1685 T1641 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 1688 T1642 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@2a56ba98 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 1689 T1641 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 1689 T1641 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 1690 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10003 type:cre= ate cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue [junit4:junit4] 2> 2283 T1639 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 2284 T1639 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:35834_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:35834/i"} [junit4:junit4] 2> 2284 T1639 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection control_collection with numShards 1 [junit4:junit4] 2> 2285 T1639 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 2285 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10003 type:cre= ate cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/qu= eue-work Error:KeeperErrorCode =3D NoNode for /solr/overseer/queue-work [junit4:junit4] 2> 2370 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 2702 T1641 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 2702 T1641 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:35834/i collection:control_col= lection shard:shard1 [junit4:junit4] 2> 2703 T1641 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 2720 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10003 type:del= ete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections= /control_collection/leaders Error:KeeperErrorCode =3D NoNode for /solr/coll= ections/control_collection/leaders [junit4:junit4] 2> 2722 T1641 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 2722 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10003 type:cre= ate cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 2730 T1641 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2730 T1641 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 2730 T1641 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:35834/i/collection1/ [junit4:junit4] 2> 2730 T1641 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 2731 T1641 oasc.SyncStrategy.syncToMe http://127.0.0.1= :35834/i/collection1/ has no replicas [junit4:junit4] 2> 2731 T1641 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:35834/i/collection1/ [junit4:junit4] 2> 2731 T1641 oascc.SolrZkClient.makePath makePath: /coll= ections/control_collection/leaders/shard1 [junit4:junit4] 2> 2736 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10003 type:cre= ate cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 3876 T1639 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3919 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 3970 T1641 oasc.ZkController.register We are http://12= 7.0.0.1:35834/i/collection1/ and leader is http://127.0.0.1:35834/i/collect= ion1/ [junit4:junit4] 2> 3970 T1641 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:35834/i [junit4:junit4] 2> 3970 T1641 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 3970 T1641 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 3970 T1641 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 3972 T1641 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 3973 T1616 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/bui= ld/solr-core/test/J1 [junit4:junit4] 2> 3974 T1616 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 3974 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 3987 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config: [junit4:junit4] 2> 3988 T1616 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D10000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@6ff361bc [junit4:junit4] 2> 3989 T1616 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 3989 T1644 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:41586. Will not atte= mpt to authenticate using SASL (access denied (javax.security.auth.AuthPerm= ission getLoginConfiguration)) [junit4:junit4] 2> 3990 T1644 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:41586, initiating sessi= on [junit4:junit4] 2> 3990 T1618 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:12613 [junit4:junit4] 2> 3990 T1618 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:12613 [junit4:junit4] 2> 3991 T1620 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13d69e605f10004 with negotiated timeout 10000 for client = /140.211.11.196:12613 [junit4:junit4] 2> 3992 T1644 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10004, negotiated timeout =3D 10000 [junit4:junit4] 2> 3992 T1645 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@6ff361bc name:ZooKeeperConnecti= on Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 3992 T1616 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 3994 T1616 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 3996 T1616 oasc.ChaosMonkey.monkeyLog monkey: init - e= xpire sessions:true cause connection loss:true [junit4:junit4] 2> 4180 T1616 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 4183 T1616 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:37767 [junit4:junit4] 2> 4183 T1616 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 4184 T1616 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 4184 T1616 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.BasicDistributedZk2Test-jetty1-1363281319300 [junit4:junit4] 2> 4185 T1616 oasc.CoreContainer$Initializer.initialize l= ooking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene= -Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.BasicDistributedZk2Test-jetty1-1363281319300/solr.xml [junit4:junit4] 2> 4185 T1616 oasc.CoreContainer. New CoreContainer= 1929133135 [junit4:junit4] 2> 4186 T1616 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicD= istributedZk2Test-jetty1-1363281319300/' [junit4:junit4] 2> 4186 T1616 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= BasicDistributedZk2Test-jetty1-1363281319300/' [junit4:junit4] 2> 4242 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 120000 [junit4:junit4] 2> 4243 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 4243 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 4244 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 4244 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 4244 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 4245 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 4245 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 4246 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 4246 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 4264 T1616 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 4282 T1616 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:41586/solr [junit4:junit4] 2> 4283 T1616 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 4283 T1616 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:41586 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@3af6017 [junit4:junit4] 2> 4284 T1616 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4285 T1655 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:41586. Will not atte= mpt to authenticate using SASL (access denied (javax.security.auth.AuthPerm= ission getLoginConfiguration)) [junit4:junit4] 2> 4285 T1655 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:41586, initiating sessi= on [junit4:junit4] 2> 4286 T1618 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:50966 [junit4:junit4] 2> 4286 T1618 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:50966 [junit4:junit4] 2> 4288 T1620 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13d69e605f10005 with negotiated timeout 20000 for client = /140.211.11.196:50966 [junit4:junit4] 2> 4288 T1655 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10005, negotiated timeout =3D 20000 [junit4:junit4] 2> 4288 T1656 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@3af6017 name:ZooKeeperConnectio= n Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type:N= one path:null path:null type:None [junit4:junit4] 2> 4288 T1616 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4290 T1621 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13d69e605f10005 [junit4:junit4] 2> 4301 T1656 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 4301 T1618 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:50966 which had sessionid 0x13d69e605= f10005 [junit4:junit4] 2> 4301 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f10= 005 closed [junit4:junit4] 2> 4302 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 4311 T1616 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@7b927ef9 [junit4:junit4] 2> 4312 T1616 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 4312 T1657 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:41586. Will not atte= mpt to authenticate using SASL (access denied (javax.security.auth.AuthPerm= ission getLoginConfiguration)) [junit4:junit4] 2> 4313 T1657 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:41586, initiating sessi= on [junit4:junit4] 2> 4313 T1618 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:31051 [junit4:junit4] 2> 4313 T1618 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:31051 [junit4:junit4] 2> 4314 T1620 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13d69e605f10006 with negotiated timeout 20000 for client = /140.211.11.196:31051 [junit4:junit4] 2> 4314 T1657 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10006, negotiated timeout =3D 20000 [junit4:junit4] 2> 4315 T1658 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@7b927ef9 name:ZooKeeperConnecti= on Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 4315 T1616 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 4316 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:cre= ate cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4318 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:cre= ate cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 4320 T1616 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 5323 T1616 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:37767_i [junit4:junit4] 2> 5324 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:del= ete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:37767_i Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:37767_i [junit4:junit4] 2> 5352 T1616 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:37767_i [junit4:junit4] 2> 5355 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 5356 T1645 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 5356 T1658 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 5358 T1638 oascc.ZkStateReader$3.process Updating live= nodes... (2) [junit4:junit4] 2> 5363 T1659 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.BasicDistributedZk2Test-jetty1-1363281319300/collection1 [junit4:junit4] 2> 5364 T1659 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 5364 T1659 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 5364 T1659 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 5366 T1659 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= BasicDistributedZk2Test-jetty1-1363281319300/collection1/' [junit4:junit4] 2> 5367 T1659 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributed= Zk2Test-jetty1-1363281319300/collection1/lib/classes/' to classloader [junit4:junit4] 2> 5367 T1659 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributed= Zk2Test-jetty1-1363281319300/collection1/lib/README' to classloader [junit4:junit4] 2> 5412 T1659 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 5432 T1639 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 5433 T1639 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:35834_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:35834/i"} [junit4:junit4] 2> 5438 T1645 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5438 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5438 T1658 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 5468 T1659 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 5569 T1659 oass.IndexSchema.readSchema Reading Solr Sc= hema [junit4:junit4] 2> 5576 T1659 oass.IndexSchema.readSchema Schema name=3Dt= est [junit4:junit4] 2> 6196 T1659 oass.OpenExchangeRatesOrgProvider.init Init= ialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 6207 T1659 oass.IndexSchema.readSchema default search = field in schema is text [junit4:junit4] 2> 6211 T1659 oass.IndexSchema.readSchema unique key fiel= d: id [junit4:junit4] 2> 6227 T1659 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 6231 T1659 oass.FileExchangeRateProvider.reload Reload= ing exchange rates from file currency.xml [junit4:junit4] 2> 6236 T1659 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 6237 T1659 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 6237 T1659 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 6237 T1659 oass.OpenExchangeRatesOrgProvider.reload Re= loading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 6238 T1659 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 6238 T1659 oass.OpenExchangeRatesOrgProvider$OpenExcha= ngeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 6239 T1659 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 6239 T1659 oasc.SolrCore. [collection1] Opening = new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistri= butedZk2Test-jetty1-1363281319300/collection1/, dataDir=3D./org.apache.solr= .cloud.BasicDistributedZk2Test-1363281315308/jetty1/ [junit4:junit4] 2> 6239 T1659 oasc.JmxMonitoredMap. JMX monitoring = is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB= eanServer@2e097617 [junit4:junit4] 2> 6240 T1659 oasc.SolrCore.initDirectoryFactory org.apac= he.solr.core.MockDirectoryFactory [junit4:junit4] 2> 6240 T1659 oasc.CachingDirectoryFactory.get return new= directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-136328131530= 8/jetty1 forceNew: false [junit4:junit4] 2> 6241 T1659 oasc.SolrCore.getNewIndexDir New index dire= ctory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZk= 2Test-1363281315308/jetty1/index/ [junit4:junit4] 2> 6241 T1659 oasc.SolrCore.initIndex WARNING [collection= 1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-13= 63281315308/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 6242 T1659 oasc.CachingDirectoryFactory.get return new= directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-136328131530= 8/jetty1/index forceNew: false [junit4:junit4] 2> 6274 T1659 oasc.SolrDeletionPolicy.onCommit SolrDeleti= onPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 6274 T1659 oasc.SolrDeletionPolicy.updateCommits newes= t commit =3D 1[segments_1] [junit4:junit4] 2> 6277 T1659 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= edupe" [junit4:junit4] 2> 6277 T1659 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "s= tored_sig" [junit4:junit4] 2> 6277 T1659 oasup.UpdateRequestProcessorChain.init inse= rting DistributedUpdateProcessorFactory into updateRequestProcessorChain "d= istrib-dup-test-chain-implicit" [junit4:junit4] 2> 6278 T1659 oasc.RequestHandlers.initHandlersFromConfig= created standard: solr.StandardRequestHandler [junit4:junit4] 2> 6278 T1659 oasc.RequestHandlers.initHandlersFromConfig= created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 6279 T1659 oasc.RequestHandlers.initHandlersFromConfig= adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 6279 T1659 oasc.RequestHandlers.initHandlersFromConfig= created /replication: solr.ReplicationHandler [junit4:junit4] 2> 6279 T1659 oasc.RequestHandlers.initHandlersFromConfig= created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 6280 T1659 oasc.RequestHandlers.initHandlersFromConfig= created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 6287 T1659 oashl.XMLLoader.init xsltCacheLifetimeSecon= ds=3D60 [junit4:junit4] 2> 6294 T1659 oass.SolrIndexSearcher. Opening Searc= her@332a3b24 main [junit4:junit4] 2> 6294 T1659 oasu.UpdateHandler.clearLog Clearing tlog f= iles, tlogDir=3D./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty1/tlog [junit4:junit4] 2> 6295 T1659 oasu.CommitTracker. Hard AutoCommit: = disabled [junit4:junit4] 2> 6296 T1659 oasu.CommitTracker. Soft AutoCommit: = disabled [junit4:junit4] 2> 6299 T1660 oasc.SolrCore.registerSearcher [collection1= ] Registered new searcher Searcher@332a3b24 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 6301 T1659 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 6301 T1659 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 6951 T1639 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 6951 T1639 oasc.Overseer$ClusterStateUpdater.updateSta= te Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:37767_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:37767/i"} [junit4:junit4] 2> 6952 T1639 oasc.Overseer$ClusterStateUpdater.createCol= lection Create collection collection1 with numShards 2 [junit4:junit4] 2> 6952 T1639 oasc.Overseer$ClusterStateUpdater.updateSta= te Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 6966 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6966 T1658 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 6966 T1645 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 7303 T1659 oasc.CoreContainer.registerCore registering= core: collection1 [junit4:junit4] 2> 7303 T1659 oasc.ZkController.register Register replica= - core:collection1 address:http://127.0.0.1:37767/i collection:collection1= shard:shard1 [junit4:junit4] 2> 7304 T1659 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 7318 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:del= ete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections= /collection1/leaders Error:KeeperErrorCode =3D NoNode for /solr/collections= /collection1/leaders [junit4:junit4] 2> 7325 T1659 oasc.ShardLeaderElectionContext.runLeaderPr= ocess Running the leader process. [junit4:junit4] 2> 7325 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:cre= ate cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 7327 T1659 oasc.ShardLeaderElectionContext.waitForRepl= icasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 7327 T1659 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I may be the new leader - try and sync [junit4:junit4] 2> 7328 T1659 oasc.SyncStrategy.sync Sync replicas to htt= p://127.0.0.1:37767/i/collection1/ [junit4:junit4] 2> 7328 T1659 oasc.SyncStrategy.syncReplicas Sync Success= - now sync replicas to me [junit4:junit4] 2> 7328 T1659 oasc.SyncStrategy.syncToMe http://127.0.0.1= :37767/i/collection1/ has no replicas [junit4:junit4] 2> 7328 T1659 oasc.ShardLeaderElectionContext.runLeaderPr= ocess I am the new leader: http://127.0.0.1:37767/i/collection1/ [junit4:junit4] 2> 7329 T1659 oascc.SolrZkClient.makePath makePath: /coll= ections/collection1/leaders/shard1 [junit4:junit4] 2> 7339 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10006 type:cre= ate cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8479 T1639 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8495 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8495 T1645 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8495 T1658 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clus= terstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 8515 T1659 oasc.ZkController.register We are http://12= 7.0.0.1:37767/i/collection1/ and leader is http://127.0.0.1:37767/i/collect= ion1/ [junit4:junit4] 2> 8515 T1659 oasc.ZkController.register No LogReplay nee= ded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:37767/i [junit4:junit4] 2> 8515 T1659 oasc.ZkController.checkRecovery I am the le= ader, no recovery necessary [junit4:junit4] 2> 8515 T1659 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 8515 T1659 oasc.ZkController.publish numShards not fou= nd on descriptor - reading it from system property [junit4:junit4] 2> 8517 T1659 oascc.ZkStateReader.updateClusterState Upda= ting cloud state from ZooKeeper...=20 [junit4:junit4] 2> 8519 T1616 oass.SolrDispatchFilter.init user.dir=3D/us= r/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/bui= ld/solr-core/test/J1 [junit4:junit4] 2> 8520 T1616 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() done [junit4:junit4] 2> 8520 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&fo= llowRedirects=3Dfalse [junit4:junit4] 2> 8716 T1616 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 8719 T1616 oejs.AbstractConnector.doStart Started Sock= etConnector@127.0.0.1:45216 [junit4:junit4] 2> 8720 T1616 oass.SolrDispatchFilter.init SolrDispatchFi= lter.init() [junit4:junit4] 2> 8720 T1616 oasc.SolrResourceLoader.locateSolrHome JNDI= not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 8721 T1616 oasc.SolrResourceLoader.locateSolrHome usin= g system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.BasicDistributedZk2Test-jetty2-1363281323836 [junit4:junit4] 2> 8721 T1616 oasc.CoreContainer$Initializer.initialize l= ooking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene= -Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.BasicDistributedZk2Test-jetty2-1363281323836/solr.xml [junit4:junit4] 2> 8721 T1616 oasc.CoreContainer. New CoreContainer= 1693107756 [junit4:junit4] 2> 8722 T1616 oasc.CoreContainer.load Loading CoreContain= er using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Te= sts-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicD= istributedZk2Test-jetty2-1363281323836/' [junit4:junit4] 2> 8723 T1616 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= BasicDistributedZk2Test-jetty2-1363281323836/' [junit4:junit4] 2> 8771 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting socketTimeout to: 120000 [junit4:junit4] 2> 8772 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting urlScheme to: http:// [junit4:junit4] 2> 8772 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting connTimeout to: 15000 [junit4:junit4] 2> 8773 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 8773 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting corePoolSize to: 0 [junit4:junit4] 2> 8773 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 8774 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 8774 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting sizeOfQueue to: -1 [junit4:junit4] 2> 8775 T1616 oashc.HttpShardHandlerFactory.getParameter = Setting fairnessPolicy to: false [junit4:junit4] 2> 8775 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&= socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 8794 T1616 oasc.CoreContainer.load Registering Log Lis= tener [junit4:junit4] 2> 8812 T1616 oasc.CoreContainer.initZooKeeper Zookeeper = client=3D127.0.0.1:41586/solr [junit4:junit4] 2> 8812 T1616 oasc.ZkController.checkChrootPath zkHost in= cludes chroot [junit4:junit4] 2> 8813 T1616 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:41586 sessionTimeout=3D60000 watcher=3Dor= g.apache.solr.common.cloud.ConnectionManager@27f8c72d [junit4:junit4] 2> 8814 T1616 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 8814 T1671 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:41586. Will not atte= mpt to authenticate using SASL (access denied (javax.security.auth.AuthPerm= ission getLoginConfiguration)) [junit4:junit4] 2> 8815 T1671 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:41586, initiating sessi= on [junit4:junit4] 2> 8815 T1618 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:19061 [junit4:junit4] 2> 8815 T1618 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:19061 [junit4:junit4] 2> 8817 T1620 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13d69e605f10007 with negotiated timeout 20000 for client = /140.211.11.196:19061 [junit4:junit4] 2> 8817 T1671 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10007, negotiated timeout =3D 20000 [junit4:junit4] 2> 8818 T1672 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@27f8c72d name:ZooKeeperConnecti= on Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 8818 T1616 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 8819 T1621 oazs.PrepRequestProcessor.pRequest2Txn Proc= essed session termination for sessionid: 0x13d69e605f10007 [junit4:junit4] 2> 8820 T1672 oaz.ClientCnxn$EventThread.run EventThread = shut down [junit4:junit4] 2> 8820 T1618 oazs.NIOServerCnxn.closeSock Closed socket = connection for client /140.211.11.196:19061 which had sessionid 0x13d69e605= f10007 [junit4:junit4] 2> 8820 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f10= 007 closed [junit4:junit4] 2> 8821 T1616 oascsi.HttpClientUtil.createClient Creating= new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&so= cketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 8830 T1616 oaz.ZooKeeper. Initiating client conn= ection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D30000 watcher= =3Dorg.apache.solr.common.cloud.ConnectionManager@3c2b4560 [junit4:junit4] 2> 8831 T1616 oascc.ConnectionManager.waitForConnected Wa= iting for client to connect to ZooKeeper [junit4:junit4] 2> 8831 T1673 oaz.ClientCnxn$SendThread.logStartConnect O= pening socket connection to server localhost/127.0.0.1:41586. Will not atte= mpt to authenticate using SASL (access denied (javax.security.auth.AuthPerm= ission getLoginConfiguration)) [junit4:junit4] 2> 8832 T1673 oaz.ClientCnxn$SendThread.primeConnection S= ocket connection established to localhost/127.0.0.1:41586, initiating sessi= on [junit4:junit4] 2> 8832 T1618 oazs.NIOServerCnxnFactory.run Accepted sock= et connection from /140.211.11.196:27083 [junit4:junit4] 2> 8832 T1618 oazs.ZooKeeperServer.processConnectRequest = Client attempting to establish new session at /140.211.11.196:27083 [junit4:junit4] 2> 8833 T1620 oazs.ZooKeeperServer.finishSessionInit Esta= blished session 0x13d69e605f10008 with negotiated timeout 20000 for client = /140.211.11.196:27083 [junit4:junit4] 2> 8833 T1673 oaz.ClientCnxn$SendThread.onConnected Sessi= on establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10008, negotiated timeout =3D 20000 [junit4:junit4] 2> 8834 T1674 oascc.ConnectionManager.process Watcher org= .apache.solr.common.cloud.ConnectionManager@3c2b4560 name:ZooKeeperConnecti= on Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected = type:None path:null path:null type:None [junit4:junit4] 2> 8834 T1616 oascc.ConnectionManager.waitForConnected Cl= ient is connected to ZooKeeper [junit4:junit4] 2> 8835 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10008 type:cre= ate cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8836 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10008 type:cre= ate cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Err= or:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 8846 T1616 oascc.ZkStateReader.createClusterStateWatch= ersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 9849 T1616 oasc.ZkController.createEphemeralLiveNode R= egister node as live in ZooKeeper:/live_nodes/127.0.0.1:45216_i [junit4:junit4] 2> 9850 T1621 oazs.PrepRequestProcessor.pRequest Got user= -level KeeperException when processing sessionid:0x13d69e605f10008 type:del= ete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/1= 27.0.0.1:45216_i Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127.= 0.0.1:45216_i [junit4:junit4] 2> 9854 T1616 oascc.SolrZkClient.makePath makePath: /live= _nodes/127.0.0.1:45216_i [junit4:junit4] 2> 9856 T1658 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 9856 T1638 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 9856 T1645 oascc.ZkStateReader$2.process A cluster sta= te change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/= live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 9858 T1674 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 9859 T1658 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 9859 T1638 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 9859 T1645 oascc.ZkStateReader$3.process Updating live= nodes... (3) [junit4:junit4] 2> 9870 T1675 oasc.CoreContainer.create Creating SolrCore= 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr= .cloud.BasicDistributedZk2Test-jetty2-1363281323836/collection1 [junit4:junit4] 2> 9870 T1675 oasc.ZkController.createCollectionZkNode Ch= eck for collection zkNode:collection1 [junit4:junit4] 2> 9871 T1675 oasc.ZkController.createCollectionZkNode Co= llection zkNode exists [junit4:junit4] 2> 9871 T1675 oasc.ZkController.readConfigName Load colle= ction config from:/collections/collection1 [junit4:junit4] 2> 9873 T1675 oasc.SolrResourceLoader. new SolrReso= urceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= BasicDistributedZk2Test-jetty2-1363281323836/collection1/' [junit4:junit4] 2> 9874 T1675 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributed= Zk2Test-jetty2-1363281323836/collection1/lib/classes/' to classloader [junit4:junit4] 2> 9874 T1675 oasc.SolrResourceLoader.replaceClassLoader = Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trun= k-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributed= Zk2Test-jetty2-1363281323836/collection1/lib/README' to classloader [junit4:junit4] 2> 9919 T1675 oasc.SolrConfig. Using Lucene MatchVe= rsion: LUCENE_50 [junit4:junit4] 2> 9974 T1675 oasc.SolrConfig. Loaded SolrConfig: s= olrconfig.xml [junit4:junit4] 2> 10009 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 10010 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:37767_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:37767/i"} [junit4:junit4] 2> 10019 T1658 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 10019 T1638 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 10019 T1645 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 10075 T1675 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 10075 T1674 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 10081 T1675 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 10752 T1675 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 10764 T1675 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 10768 T1675 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 10786 T1675 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10791 T1675 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 10796 T1675 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10797 T1675 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 10797 T1675 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 10797 T1675 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 10799 T1675 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 10799 T1675 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 10799 T1675 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 10799 T1675 oasc.SolrCore. [collection1] Opening= new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistr= ibutedZk2Test-jetty2-1363281323836/collection1/, dataDir=3D./org.apache.sol= r.cloud.BasicDistributedZk2Test-1363281315308/jetty2/ [junit4:junit4] 2> 10800 T1675 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@2e097617 [junit4:junit4] 2> 10800 T1675 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 10872 T1675 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty2 forceNew: false [junit4:junit4] 2> 10873 T1675 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= k2Test-1363281315308/jetty2/index/ [junit4:junit4] 2> 10873 T1675 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1= 363281315308/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 10876 T1675 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty2/index forceNew: false [junit4:junit4] 2> 10917 T1675 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 10917 T1675 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 10920 T1675 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 10920 T1675 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 10921 T1675 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 10922 T1675 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 10922 T1675 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 10922 T1675 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 10923 T1675 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 10923 T1675 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 10924 T1675 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 10931 T1675 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 10938 T1675 oass.SolrIndexSearcher. Opening Sear= cher@e9e8d25 main [junit4:junit4] 2> 10939 T1675 oasu.UpdateHandler.clearLog Clearing tlog = files, tlogDir=3D./org.apache.solr.cloud.BasicDistributedZk2Test-1363281315= 308/jetty2/tlog [junit4:junit4] 2> 10940 T1675 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 10940 T1675 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 10944 T1676 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@e9e8d25 main{StandardDirectoryReader(se= gments_1:1)} [junit4:junit4] 2> 10946 T1675 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 10947 T1675 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 11525 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 11525 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:45216_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:45216/i"} [junit4:junit4] 2> 11526 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 11526 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 11566 T1645 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 11566 T1674 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 11566 T1638 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 11566 T1658 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 11953 T1675 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 11953 T1675 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:45216/i collection:collection= 1 shard:shard2 [junit4:junit4] 2> 11954 T1675 oascc.SolrZkClient.makePath makePath: /col= lections/collection1/leader_elect/shard2/election [junit4:junit4] 2> 11968 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10008 type:de= lete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collection= s/collection1/leaders/shard2 Error:KeeperErrorCode =3D NoNode for /solr/col= lections/collection1/leaders/shard2 [junit4:junit4] 2> 11969 T1675 oasc.ShardLeaderElectionContext.runLeaderP= rocess Running the leader process. [junit4:junit4] 2> 11969 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10008 type:cr= eate cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer E= rror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 11978 T1675 oasc.ShardLeaderElectionContext.waitForRep= licasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 11978 T1675 oasc.ShardLeaderElectionContext.runLeaderP= rocess I may be the new leader - try and sync [junit4:junit4] 2> 11978 T1675 oasc.SyncStrategy.sync Sync replicas to ht= tp://127.0.0.1:45216/i/collection1/ [junit4:junit4] 2> 11978 T1675 oasc.SyncStrategy.syncReplicas Sync Succes= s - now sync replicas to me [junit4:junit4] 2> 11979 T1675 oasc.SyncStrategy.syncToMe http://127.0.0.= 1:45216/i/collection1/ has no replicas [junit4:junit4] 2> 11979 T1675 oasc.ShardLeaderElectionContext.runLeaderP= rocess I am the new leader: http://127.0.0.1:45216/i/collection1/ [junit4:junit4] 2> 11979 T1675 oascc.SolrZkClient.makePath makePath: /col= lections/collection1/leaders/shard2 [junit4:junit4] 2> 11982 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10008 type:cr= eate cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer E= rror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 13072 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 13125 T1645 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13125 T1674 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13125 T1658 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13125 T1638 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clu= sterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13166 T1675 oasc.ZkController.register We are http://1= 27.0.0.1:45216/i/collection1/ and leader is http://127.0.0.1:45216/i/collec= tion1/ [junit4:junit4] 2> 13166 T1675 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:45216/i [junit4:junit4] 2> 13166 T1675 oasc.ZkController.checkRecovery I am the l= eader, no recovery necessary [junit4:junit4] 2> 13166 T1675 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Dactive [junit4:junit4] 2> 13166 T1675 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 13168 T1675 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 13169 T1616 oass.SolrDispatchFilter.init user.dir=3D/u= sr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/bu= ild/solr-core/test/J1 [junit4:junit4] 2> 13170 T1616 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 13171 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 13364 T1616 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 13367 T1616 oejs.AbstractConnector.doStart Started Soc= ketConnector@127.0.0.1:49442 [junit4:junit4] 2> 13368 T1616 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() [junit4:junit4] 2> 13368 T1616 oasc.SolrResourceLoader.locateSolrHome JND= I not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 13369 T1616 oasc.SolrResourceLoader.locateSolrHome usi= ng system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.BasicDistributedZk2Test-jetty3-1363281328487 [junit4:junit4] 2> 13369 T1616 oasc.CoreContainer$Initializer.initialize = looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucen= e-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.BasicDistributedZk2Test-jetty3-1363281328487/solr.xml [junit4:junit4] 2> 13370 T1616 oasc.CoreContainer. New CoreContaine= r 1540230540 [junit4:junit4] 2> 13370 T1616 oasc.CoreContainer.load Loading CoreContai= ner using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-T= ests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZk2Test-jetty3-1363281328487/' [junit4:junit4] 2> 13371 T1616 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-jetty3-1363281328487/' [junit4:junit4] 2> 13420 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 120000 [junit4:junit4] 2> 13421 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 13421 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 13422 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 13422 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 13422 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 13423 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 13423 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 13424 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 13424 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 13443 T1616 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 13462 T1616 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:41586/solr [junit4:junit4] 2> 13462 T1616 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 13463 T1616 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:41586 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@3b27e142 [junit4:junit4] 2> 13464 T1616 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 13464 T1687 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:41586. Will not att= empt to authenticate using SASL (access denied (javax.security.auth.AuthPer= mission getLoginConfiguration)) [junit4:junit4] 2> 13465 T1687 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:41586, initiating sess= ion [junit4:junit4] 2> 13465 T1618 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /140.211.11.196:38216 [junit4:junit4] 2> 13465 T1618 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /140.211.11.196:38216 [junit4:junit4] 2> 13468 T1620 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13d69e605f10009 with negotiated timeout 20000 for client= /140.211.11.196:38216 [junit4:junit4] 2> 13468 T1687 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f10009, negotiated timeout =3D 20000 [junit4:junit4] 2> 13468 T1688 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@3b27e142 name:ZooKeeperConnect= ion Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4:junit4] 2> 13469 T1616 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 13470 T1621 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13d69e605f10009 [junit4:junit4] 2> 13481 T1688 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 13481 T1618 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /140.211.11.196:38216 which had sessionid 0x13d69e60= 5f10009 [junit4:junit4] 2> 13481 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f1= 0009 closed [junit4:junit4] 2> 13482 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 13491 T1616 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@61c8a4cb [junit4:junit4] 2> 13492 T1616 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 13492 T1689 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:41586. Will not att= empt to authenticate using SASL (access denied (javax.security.auth.AuthPer= mission getLoginConfiguration)) [junit4:junit4] 2> 13493 T1689 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:41586, initiating sess= ion [junit4:junit4] 2> 13493 T1618 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /140.211.11.196:17351 [junit4:junit4] 2> 13493 T1618 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /140.211.11.196:17351 [junit4:junit4] 2> 13495 T1620 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13d69e605f1000a with negotiated timeout 20000 for client= /140.211.11.196:17351 [junit4:junit4] 2> 13495 T1689 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f1000a, negotiated timeout =3D 20000 [junit4:junit4] 2> 13495 T1690 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@61c8a4cb name:ZooKeeperConnect= ion Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 13495 T1616 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 13498 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000a type:cr= eate cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 13500 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000a type:cr= eate cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 13502 T1616 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 14505 T1616 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49442_i [junit4:junit4] 2> 14506 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000a type:de= lete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:49442_i Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127= .0.0.1:49442_i [junit4:junit4] 2> 14517 T1616 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:49442_i [junit4:junit4] 2> 14520 T1658 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14520 T1638 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14520 T1645 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14521 T1690 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14521 T1674 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14521 T1674 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 14522 T1658 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14523 T1645 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14523 T1638 oascc.ZkStateReader$3.process Updating liv= e nodes... (4) [junit4:junit4] 2> 14529 T1691 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.BasicDistributedZk2Test-jetty3-1363281328487/collection1 [junit4:junit4] 2> 14529 T1691 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 14530 T1691 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 14530 T1691 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 14531 T1691 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-jetty3-1363281328487/collection1/' [junit4:junit4] 2> 14532 T1691 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tru= nk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistribute= dZk2Test-jetty3-1363281328487/collection1/lib/classes/' to classloader [junit4:junit4] 2> 14533 T1691 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tru= nk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistribute= dZk2Test-jetty3-1363281328487/collection1/lib/README' to classloader [junit4:junit4] 2> 14579 T1691 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_50 [junit4:junit4] 2> 14636 T1691 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 14639 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 14640 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:45216_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:45216/i"} [junit4:junit4] 2> 14646 T1645 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> 14646 T1638 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> 14646 T1674 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> 14646 T1658 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> 14737 T1691 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 14737 T1690 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> 14743 T1691 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 15338 T1691 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 15349 T1691 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 15353 T1691 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 15369 T1691 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 15374 T1691 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 15378 T1691 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 15379 T1691 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 15379 T1691 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 15379 T1691 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 15380 T1691 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 15381 T1691 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 15381 T1691 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 15381 T1691 oasc.SolrCore. [collection1] Opening= new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistr= ibutedZk2Test-jetty3-1363281328487/collection1/, dataDir=3D./org.apache.sol= r.cloud.BasicDistributedZk2Test-1363281315308/jetty3/ [junit4:junit4] 2> 15381 T1691 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@2e097617 [junit4:junit4] 2> 15382 T1691 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 15383 T1691 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty3 forceNew: false [junit4:junit4] 2> 15383 T1691 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= k2Test-1363281315308/jetty3/index/ [junit4:junit4] 2> 15383 T1691 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1= 363281315308/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 15385 T1691 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty3/index forceNew: false [junit4:junit4] 2> 15390 T1691 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649490tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@9f96e06= ; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegments= _1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 15390 T1691 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 15393 T1691 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 15393 T1691 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 15394 T1691 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 15394 T1691 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 15395 T1691 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 15395 T1691 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 15395 T1691 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 15396 T1691 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 15396 T1691 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 15403 T1691 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 15410 T1691 oass.SolrIndexSearcher. Opening Sear= cher@32328a53 main [junit4:junit4] 2> 15410 T1691 oasu.UpdateHandler.clearLog Clearing tlog = files, tlogDir=3D./org.apache.solr.cloud.BasicDistributedZk2Test-1363281315= 308/jetty3/tlog [junit4:junit4] 2> 15411 T1691 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 15411 T1691 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 15419 T1692 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@32328a53 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 15420 T1691 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 15421 T1691 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 16159 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 16160 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:49442_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:49442/i"} [junit4:junit4] 2> 16160 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 16160 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 16165 T1690 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> 16165 T1645 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> 16165 T1674 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> 16165 T1638 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> 16165 T1658 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> 16423 T1691 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 16423 T1691 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:49442/i collection:collection= 1 shard:shard1 [junit4:junit4] 2> 16426 T1691 oasc.ZkController.register We are http://1= 27.0.0.1:49442/i/collection1/ and leader is http://127.0.0.1:37767/i/collec= tion1/ [junit4:junit4] 2> 16426 T1691 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:49442/i [junit4:junit4] 2> 16427 T1691 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 16427 T1691 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C290 name=3Dcollection1 org.apache.sol= r.core.SolrCore@2f012cfd url=3Dhttp://127.0.0.1:49442/i/collection1 node=3D= 127.0.0.1:49442_i C290_STATE=3Dcoll:collection1 core:collection1 props:{sta= te=3Ddown, core=3Dcollection1, collection=3Dcollection1, node_name=3D127.0.= 0.1:49442_i, base_url=3Dhttp://127.0.0.1:49442/i} [junit4:junit4] 2> 16428 T1693 C290 P49442 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 16428 T1691 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 16428 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 16429 T1693 C290 P49442 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 16429 T1693 C290 P49442 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 16429 T1616 oass.SolrDispatchFilter.init user.dir=3D/u= sr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/bu= ild/solr-core/test/J1 [junit4:junit4] 2> 16430 T1616 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 16430 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 16518 T1693 C290 P49442 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 16622 T1616 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 16625 T1616 oejs.AbstractConnector.doStart Started Soc= ketConnector@127.0.0.1:51048 [junit4:junit4] 2> 16626 T1616 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() [junit4:junit4] 2> 16626 T1616 oasc.SolrResourceLoader.locateSolrHome JND= I not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 16626 T1616 oasc.SolrResourceLoader.locateSolrHome usi= ng system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.BasicDistributedZk2Test-jetty4-1363281331747 [junit4:junit4] 2> 16627 T1616 oasc.CoreContainer$Initializer.initialize = looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucen= e-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.BasicDistributedZk2Test-jetty4-1363281331747/solr.xml [junit4:junit4] 2> 16627 T1616 oasc.CoreContainer. New CoreContaine= r 1481093797 [junit4:junit4] 2> 16628 T1616 oasc.CoreContainer.load Loading CoreContai= ner using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-T= ests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Basic= DistributedZk2Test-jetty4-1363281331747/' [junit4:junit4] 2> 16628 T1616 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-jetty4-1363281331747/' [junit4:junit4] 2> 16676 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting socketTimeout to: 120000 [junit4:junit4] 2> 16677 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting urlScheme to: http:// [junit4:junit4] 2> 16677 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting connTimeout to: 15000 [junit4:junit4] 2> 16678 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 16678 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting corePoolSize to: 0 [junit4:junit4] 2> 16679 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 16679 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 16679 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting sizeOfQueue to: -1 [junit4:junit4] 2> 16680 T1616 oashc.HttpShardHandlerFactory.getParameter= Setting fairnessPolicy to: false [junit4:junit4] 2> 16680 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000= &socketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4:junit4] 2> 16700 T1616 oasc.CoreContainer.load Registering Log Li= stener [junit4:junit4] 2> 16718 T1616 oasc.CoreContainer.initZooKeeper Zookeeper= client=3D127.0.0.1:41586/solr [junit4:junit4] 2> 16719 T1616 oasc.ZkController.checkChrootPath zkHost i= ncludes chroot [junit4:junit4] 2> 16719 T1616 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:41586 sessionTimeout=3D60000 watcher=3Do= rg.apache.solr.common.cloud.ConnectionManager@b83462f [junit4:junit4] 2> 16720 T1616 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 16721 T1704 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:41586. Will not att= empt to authenticate using SASL (access denied (javax.security.auth.AuthPer= mission getLoginConfiguration)) [junit4:junit4] 2> 16721 T1704 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:41586, initiating sess= ion [junit4:junit4] 2> 16722 T1618 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /140.211.11.196:60488 [junit4:junit4] 2> 16722 T1618 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /140.211.11.196:60488 [junit4:junit4] 2> 16724 T1620 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13d69e605f1000b with negotiated timeout 20000 for client= /140.211.11.196:60488 [junit4:junit4] 2> 16724 T1704 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f1000b, negotiated timeout =3D 20000 [junit4:junit4] 2> 16724 T1705 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@b83462f name:ZooKeeperConnecti= on Watcher:127.0.0.1:41586 got event WatchedEvent state:SyncConnected type:= None path:null path:null type:None [junit4:junit4] 2> 16724 T1616 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 16726 T1621 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13d69e605f1000b [junit4:junit4] 2> 16727 T1705 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 16727 T1618 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /140.211.11.196:60488 which had sessionid 0x13d69e60= 5f1000b [junit4:junit4] 2> 16727 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f1= 000b closed [junit4:junit4] 2> 16728 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&s= ocketTimeout=3D120000&connTimeout=3D15000 [junit4:junit4] 2> 16739 T1616 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D30000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@5311dd0f [junit4:junit4] 2> 16739 T1616 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 16740 T1706 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:41586. Will not att= empt to authenticate using SASL (access denied (javax.security.auth.AuthPer= mission getLoginConfiguration)) [junit4:junit4] 2> 16740 T1706 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:41586, initiating sess= ion [junit4:junit4] 2> 16740 T1618 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /140.211.11.196:39007 [junit4:junit4] 2> 16741 T1618 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /140.211.11.196:39007 [junit4:junit4] 2> 16742 T1620 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13d69e605f1000c with negotiated timeout 20000 for client= /140.211.11.196:39007 [junit4:junit4] 2> 16742 T1706 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f1000c, negotiated timeout =3D 20000 [junit4:junit4] 2> 16742 T1707 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@5311dd0f name:ZooKeeperConnect= ion Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 16743 T1616 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 16744 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000c type:cr= eate cxid:0x1 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 16745 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000c type:cr= eate cxid:0x2 zxid:0xa4 txntype:-1 reqpath:n/a Error Path:/solr/overseer Er= ror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 16754 T1616 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 17684 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 17685 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:49442_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:49442/i"} [junit4:junit4] 2> 17690 T1690 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> 17690 T1674 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> 17690 T1658 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> 17690 T1638 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> 17690 T1707 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> 17690 T1645 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> 17757 T1616 oasc.ZkController.createEphemeralLiveNode = Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51048_i [junit4:junit4] 2> 17758 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f1000c type:de= lete cxid:0xd zxid:0xa9 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/= 127.0.0.1:51048_i Error:KeeperErrorCode =3D NoNode for /solr/live_nodes/127= .0.0.1:51048_i [junit4:junit4] 2> 17759 T1616 oascc.SolrZkClient.makePath makePath: /liv= e_nodes/127.0.0.1:51048_i [junit4:junit4] 2> 17761 T1658 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17761 T1638 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17761 T1645 oascc.ZkStateReader$2.process A cluster st= ate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:= /live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17762 T1690 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17762 T1707 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17762 T1674 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17762 T1690 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> 17762 T1707 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> 17763 T1674 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> 17764 T1638 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17764 T1658 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17765 T1645 oascc.ZkStateReader$3.process Updating liv= e nodes... (5) [junit4:junit4] 2> 17770 T1708 oasc.CoreContainer.create Creating SolrCor= e 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.sol= r.cloud.BasicDistributedZk2Test-jetty4-1363281331747/collection1 [junit4:junit4] 2> 17770 T1708 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:collection1 [junit4:junit4] 2> 17771 T1708 oasc.ZkController.createCollectionZkNode C= ollection zkNode exists [junit4:junit4] 2> 17771 T1708 oasc.ZkController.readConfigName Load coll= ection config from:/collections/collection1 [junit4:junit4] 2> 17772 T1708 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-jetty4-1363281331747/collection1/' [junit4:junit4] 2> 17773 T1708 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tru= nk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistribute= dZk2Test-jetty4-1363281331747/collection1/lib/classes/' to classloader [junit4:junit4] 2> 17774 T1708 oasc.SolrResourceLoader.replaceClassLoader= Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-tru= nk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistribute= dZk2Test-jetty4-1363281331747/collection1/lib/README' to classloader [junit4:junit4] 2> 17819 T1708 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_50 [junit4:junit4] 2> 17874 T1708 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 17974 T1708 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 17980 T1708 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 18531 T1648 oass.SolrDispatchFilter.handleAdminRequest= /admin/cores {coreNodeName=3D127.0.0.1:49442_i_collection1&state=3Drecover= ing&nodeName=3D127.0.0.1:49442_i&action=3DPREPRECOVERY&checkLive=3Dtrue&cor= e=3Dcollection1&wt=3Djavabin&onlyIfLeader=3Dtrue&version=3D2} status=3D0 QT= ime=3D2002=20 [junit4:junit4] 2> 18570 T1708 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 18581 T1708 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 18585 T1708 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 18601 T1708 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 18606 T1708 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 18610 T1708 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 18611 T1708 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 18611 T1708 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 18612 T1708 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 18613 T1708 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 18613 T1708 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 18613 T1708 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 18613 T1708 oasc.SolrCore. [collection1] Opening= new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistr= ibutedZk2Test-jetty4-1363281331747/collection1/, dataDir=3D./org.apache.sol= r.cloud.BasicDistributedZk2Test-1363281315308/jetty4/ [junit4:junit4] 2> 18614 T1708 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@2e097617 [junit4:junit4] 2> 18614 T1708 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 18615 T1708 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty4 forceNew: false [junit4:junit4] 2> 18615 T1708 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D./org.apache.solr.cloud.BasicDistributedZ= k2Test-1363281315308/jetty4/index/ [junit4:junit4] 2> 18615 T1708 oasc.SolrCore.initIndex WARNING [collectio= n1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1= 363281315308/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 18617 T1708 oasc.CachingDirectoryFactory.get return ne= w directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-13632813153= 08/jetty4/index forceNew: false [junit4:junit4] 2> 18622 T1708 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649491tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@3a607bb= b; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 18622 T1708 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 18625 T1708 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 18625 T1708 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 18626 T1708 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 18626 T1708 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 18627 T1708 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 18627 T1708 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 18627 T1708 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 18628 T1708 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 18628 T1708 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 18635 T1708 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 18642 T1708 oass.SolrIndexSearcher. Opening Sear= cher@33eedda4 main [junit4:junit4] 2> 18642 T1708 oasu.UpdateHandler.clearLog Clearing tlog = files, tlogDir=3D./org.apache.solr.cloud.BasicDistributedZk2Test-1363281315= 308/jetty4/tlog [junit4:junit4] 2> 18643 T1708 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 18643 T1708 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 18647 T1709 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@33eedda4 main{StandardDirectoryReader(s= egments_1:1)} [junit4:junit4] 2> 18649 T1708 oasc.ZkController.publish publishing core= =3Dcollection1 state=3Ddown [junit4:junit4] 2> 18649 T1708 oasc.ZkController.publish numShards not fo= und on descriptor - reading it from system property [junit4:junit4] 2> 19202 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19202 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:51048_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:51048/i"} [junit4:junit4] 2> 19203 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Collection already exists with numShards=3D2 [junit4:junit4] 2> 19203 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard2 [junit4:junit4] 2> 19208 T1690 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> 19208 T1658 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> 19208 T1674 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> 19208 T1645 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> 19208 T1638 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> 19208 T1707 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> 19652 T1708 oasc.CoreContainer.registerCore registerin= g core: collection1 [junit4:junit4] 2> 19652 T1708 oasc.ZkController.register Register replic= a - core:collection1 address:http://127.0.0.1:51048/i collection:collection= 1 shard:shard2 [junit4:junit4] 2> 19655 T1708 oasc.ZkController.register We are http://1= 27.0.0.1:51048/i/collection1/ and leader is http://127.0.0.1:45216/i/collec= tion1/ [junit4:junit4] 2> 19656 T1708 oasc.ZkController.register No LogReplay ne= eded for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:51048/i [junit4:junit4] 2> 19656 T1708 oasc.ZkController.checkRecovery Core needs= to recover:collection1 [junit4:junit4] 2> 19656 T1708 oasu.DefaultSolrCoreState.doRecovery Runni= ng recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C291 name=3Dcollection1 org.apache.sol= r.core.SolrCore@558a72ee url=3Dhttp://127.0.0.1:51048/i/collection1 node=3D= 127.0.0.1:51048_i C291_STATE=3Dcoll:collection1 core:collection1 props:{sta= te=3Ddown, core=3Dcollection1, collection=3Dcollection1, node_name=3D127.0.= 0.1:51048_i, base_url=3Dhttp://127.0.0.1:51048/i} [junit4:junit4] 2> 19656 T1710 C291 P51048 oasc.RecoveryStrategy.run Star= ting recovery process. core=3Dcollection1 recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 19657 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry ###### startupVersions=3D[] [junit4:junit4] 2> 19657 T1708 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19658 T1710 C291 P51048 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Drecovering [junit4:junit4] 2> 19658 T1710 C291 P51048 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 19659 T1616 oass.SolrDispatchFilter.init user.dir=3D/u= sr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/bu= ild/solr-core/test/J1 [junit4:junit4] 2> 19659 T1616 oass.SolrDispatchFilter.init SolrDispatchF= ilter.init() done [junit4:junit4] 2> 19660 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 19660 T1710 C291 P51048 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> 19680 T1616 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 19681 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 19691 T1649 oasc.CoreContainer.create Creating SolrCor= e 'onenodecollectioncore' using instanceDir: /usr/home/hudson/hudson-slave/= workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.= apache.solr.cloud.BasicDistributedZk2Test-jetty1-1363281319300/onenodecolle= ctioncore [junit4:junit4] 2> 19692 T1649 oasc.ZkController.createCollectionZkNode C= heck for collection zkNode:onenodecollection [junit4:junit4] 2> 19693 T1649 oasc.ZkController.createCollectionZkNode C= reating collection in ZooKeeper:onenodecollection [junit4:junit4] 2> 19693 T1649 oasc.ZkController.getConfName Looking for = collection configName [junit4:junit4] 2> 19694 T1649 oasc.ZkController.getConfName Only one con= fig set found in zk - using it:conf1 [junit4:junit4] 2> 19695 T1649 oascc.SolrZkClient.makePath makePath: /col= lections/onenodecollection [junit4:junit4] 2> 19697 T1649 oasc.ZkController.readConfigName Load coll= ection config from:/collections/onenodecollection [junit4:junit4] 2> 19699 T1649 oasc.SolrResourceLoader. new SolrRes= ourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-= Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud= .BasicDistributedZk2Test-jetty1-1363281319300/onenodecollectioncore/' [junit4:junit4] 2> 19760 T1649 oasc.SolrConfig. Using Lucene MatchV= ersion: LUCENE_50 [junit4:junit4] 2> 19815 T1649 oasc.SolrConfig. Loaded SolrConfig: = solrconfig.xml [junit4:junit4] 2> 19816 T1649 oass.IndexSchema.readSchema Reading Solr S= chema [junit4:junit4] 2> 19822 T1649 oass.IndexSchema.readSchema Schema name=3D= test [junit4:junit4] 2> 20414 T1649 oass.OpenExchangeRatesOrgProvider.init Ini= tialized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4:junit4] 2> 20423 T1649 oass.IndexSchema.readSchema default search= field in schema is text [junit4:junit4] 2> 20426 T1649 oass.IndexSchema.readSchema unique key fie= ld: id [junit4:junit4] 2> 20437 T1649 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 20441 T1649 oass.FileExchangeRateProvider.reload Reloa= ding exchange rates from file currency.xml [junit4:junit4] 2> 20444 T1649 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 20445 T1649 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 20445 T1649 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 20445 T1649 oass.OpenExchangeRatesOrgProvider.reload R= eloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 20446 T1649 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 20446 T1649 oass.OpenExchangeRatesOrgProvider$OpenExch= angeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 20446 T1649 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 20447 T1649 oasc.SolrCore. [onenodecollectioncor= e] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.= BasicDistributedZk2Test-jetty1-1363281319300/onenodecollectioncore/, dataDi= r=3D/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/s= olr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-136328131530= 8/onenodecollection/ [junit4:junit4] 2> 20447 T1649 oasc.JmxMonitoredMap. JMX monitoring= is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxM= BeanServer@2e097617 [junit4:junit4] 2> 20448 T1649 oasc.SolrCore.initDirectoryFactory org.apa= che.solr.core.MockDirectoryFactory [junit4:junit4] 2> 20448 T1649 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-Java6/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-= 1363281315308/onenodecollection forceNew: false [junit4:junit4] 2> 20448 T1649 oasc.SolrCore.getNewIndexDir New index dir= ectory detected: old=3Dnull new=3D/usr/home/hudson/hudson-slave/workspace/L= ucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./solrtest-BasicD= istributedZk2Test-1363281315308/onenodecollection/index/ [junit4:junit4] 2> 20449 T1649 oasc.SolrCore.initIndex WARNING [onenodeco= llectioncore] Solr index directory '/usr/home/hudson/hudson-slave/workspace= /Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./solrtest-Basi= cDistributedZk2Test-1363281315308/onenodecollection/index' doesn't exist. C= reating new index... [junit4:junit4] 2> 20450 T1649 oasc.CachingDirectoryFactory.get return ne= w directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-t= runk-Java6/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-= 1363281315308/onenodecollection/index forceNew: false [junit4:junit4] 2> 20454 T1649 oasc.SolrDeletionPolicy.onCommit SolrDelet= ionPolicy.onCommit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649492tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@1e21cab= 7; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 20454 T1649 oasc.SolrDeletionPolicy.updateCommits newe= st commit =3D 1[segments_1] [junit4:junit4] 2> 20456 T1649 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= dedupe" [junit4:junit4] 2> 20457 T1649 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= stored_sig" [junit4:junit4] 2> 20457 T1649 oasup.UpdateRequestProcessorChain.init ins= erting DistributedUpdateProcessorFactory into updateRequestProcessorChain "= distrib-dup-test-chain-implicit" [junit4:junit4] 2> 20457 T1649 oasc.RequestHandlers.initHandlersFromConfi= g created standard: solr.StandardRequestHandler [junit4:junit4] 2> 20458 T1649 oasc.RequestHandlers.initHandlersFromConfi= g created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 20458 T1649 oasc.RequestHandlers.initHandlersFromConfi= g adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 20458 T1649 oasc.RequestHandlers.initHandlersFromConfi= g created /replication: solr.ReplicationHandler [junit4:junit4] 2> 20459 T1649 oasc.RequestHandlers.initHandlersFromConfi= g created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 20459 T1649 oasc.RequestHandlers.initHandlersFromConfi= g created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 20464 T1649 oashl.XMLLoader.init xsltCacheLifetimeSeco= nds=3D60 [junit4:junit4] 2> 20468 T1649 oass.SolrIndexSearcher. Opening Sear= cher@647e3129 main [junit4:junit4] 2> 20469 T1649 oasu.UpdateHandler.clearLog Clearing tlog = files, tlogDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= trunk-Java6/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test= -1363281315308/onenodecollection/tlog [junit4:junit4] 2> 20469 T1649 oasu.CommitTracker. Hard AutoCommit:= disabled [junit4:junit4] 2> 20470 T1649 oasu.CommitTracker. Soft AutoCommit:= disabled [junit4:junit4] 2> 20472 T1712 oasc.SolrCore.registerSearcher [onenodecol= lectioncore] Registered new searcher Searcher@647e3129 main{StandardDirecto= ryReader(segments_1:1)} [junit4:junit4] 2> 20472 T1649 oasc.ZkController.publish publishing core= =3Donenodecollectioncore state=3Ddown [junit4:junit4] 2> C290_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, state=3Drecovering, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:49442_i, base_url=3Dhttp://127.0.0.1:49442/i} [junit4:junit4] 2> 20533 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:37767/i/collection1/ core= =3Dcollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 20533 T1693 C290 P49442 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:49442/i START replicas=3D[http://1= 27.0.0.1:37767/i/collection1/] nUpdates=3D100 [junit4:junit4] 2> 20533 T1693 C290 P49442 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 20534 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 20534 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 20534 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 20534 T1693 C290 P49442 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 20534 T1693 C290 P49442 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:37767/i/collection1/. core= =3Dcollection1 [junit4:junit4] 2> 20534 T1693 C290 P49442 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C292 name=3Dcollection1 org.apache.sol= r.core.SolrCore@4a7b9c3a url=3Dhttp://127.0.0.1:37767/i/collection1 node=3D= 127.0.0.1:37767_i C292_STATE=3Dcoll:collection1 core:collection1 props:{sha= rd=3Dshard1, state=3Dactive, core=3Dcollection1, collection=3Dcollection1, = node_name=3D127.0.0.1:37767_i, base_url=3Dhttp://127.0.0.1:37767/i, leader= =3Dtrue} [junit4:junit4] 2> 20538 T1650 C292 P37767 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 20549 T1651 C292 P37767 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 20551 T1651 C292 P37767 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 20552 T1651 C292 P37767 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 20558 T1651 C292 P37767 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 20559 T1651 C292 P37767 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 20559 T1651 C292 P37767 oass.SolrIndexSearcher. = Opening Searcher@380cf50 realtime [junit4:junit4] 2> 20560 T1651 C292 P37767 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 20560 T1651 C292 P37767 /update {waitSearcher=3Dtrue&o= penSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&vers= ion=3D2&softCommit=3Dfalse} {commit=3D} 0 11 [junit4:junit4] 2> 20561 T1693 C290 P49442 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 20561 T1693 C290 P49442 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 20563 T1652 C292 P37767 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 20563 T1652 C292 P37767 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D1= =20 [junit4:junit4] 2> 20564 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 20564 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 20564 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 20566 T1652 C292 P37767 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D0=20 [junit4:junit4] 2> 20566 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 20567 T1693 C290 P49442 oasc.CachingDirectoryFactory.g= et return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test= -1363281315308/jetty3/index.20130314101535870 forceNew: false [junit4:junit4] 2> 20568 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apac= he.lucene.store.RAMDirectory@56085162 lockFactory=3Dorg.apache.lucene.store= .NativeFSLockFactory@1381d8f4)) fullCopy=3Dfalse [junit4:junit4] 2> 20570 T1652 C292 P37767 REQ /replication {file=3Dsegme= nts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicati= on&generation=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 20571 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 20572 T1693 C290 P49442 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 20573 T1693 C290 P49442 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 20576 T1693 C290 P49442 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649490tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@9f96e06= ; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegments= _1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649490tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@9f96e06= ; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegments= _2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 20576 T1693 C290 P49442 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 20577 T1693 C290 P49442 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 20577 T1693 C290 P49442 oass.SolrIndexSearcher. = Opening Searcher@24d6e941 main [junit4:junit4] 2> 20578 T1692 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@24d6e941 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 20578 T1693 C290 P49442 oash.SnapPuller.fetchLatestInd= ex removing temporary index download directory files MockDirWrapper(RateLim= itedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@56085162 lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@1381d8f4)) [junit4:junit4] 2> 20578 T1693 C290 P49442 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 20578 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 20579 T1693 C290 P49442 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 20579 T1693 C290 P49442 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 20592 T1693 C290 P49442 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 20724 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 20725 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:51048_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:51048/i"} [junit4:junit4] 2> 20729 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":null, [junit4:junit4] 2> =09 "roles":"none", [junit4:junit4] 2> =09 "state":"down", [junit4:junit4] 2> =09 "core":"onenodecollectioncore", [junit4:junit4] 2> =09 "collection":"onenodecollection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:37767_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:37767/i"} [junit4:junit4] 2> 20729 T1639 oasc.Overseer$ClusterStateUpdater.createCo= llection Create collection onenodecollection with numShards 1 [junit4:junit4] 2> 20729 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Assigning new node to shard shard=3Dshard1 [junit4:junit4] 2> 20799 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:49442_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:49442/i"} [junit4:junit4] 2> 20844 T1690 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> 20844 T1707 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> 20844 T1645 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> 20844 T1674 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> 20844 T1638 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> 20844 T1658 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> 21497 T1649 oasc.CoreContainer.registerCore registerin= g core: onenodecollectioncore [junit4:junit4] 2> 21497 T1649 oasc.ZkController.register Register replic= a - core:onenodecollectioncore address:http://127.0.0.1:37767/i collection:= onenodecollection shard:shard1 [junit4:junit4] 2> 21498 T1649 oascc.SolrZkClient.makePath makePath: /col= lections/onenodecollection/leader_elect/shard1/election [junit4:junit4] 2> 21520 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10006 type:de= lete cxid:0xa8 zxid:0xc4 txntype:-1 reqpath:n/a Error Path:/solr/collection= s/onenodecollection/leaders Error:KeeperErrorCode =3D NoNode for /solr/coll= ections/onenodecollection/leaders [junit4:junit4] 2> 21521 T1649 oasc.ShardLeaderElectionContext.runLeaderP= rocess Running the leader process. [junit4:junit4] 2> 21521 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10006 type:cr= eate cxid:0xa9 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer E= rror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 21524 T1649 oasc.ShardLeaderElectionContext.waitForRep= licasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 21524 T1649 oasc.ShardLeaderElectionContext.runLeaderP= rocess I may be the new leader - try and sync [junit4:junit4] 2> 21524 T1649 oasc.SyncStrategy.sync Sync replicas to ht= tp://127.0.0.1:37767/i/onenodecollectioncore/ [junit4:junit4] 2> 21525 T1649 oasc.SyncStrategy.syncReplicas Sync Succes= s - now sync replicas to me [junit4:junit4] 2> 21525 T1649 oasc.SyncStrategy.syncToMe http://127.0.0.= 1:37767/i/onenodecollectioncore/ has no replicas [junit4:junit4] 2> 21525 T1649 oasc.ShardLeaderElectionContext.runLeaderP= rocess I am the new leader: http://127.0.0.1:37767/i/onenodecollectioncore/ [junit4:junit4] 2> 21526 T1649 oascc.SolrZkClient.makePath makePath: /col= lections/onenodecollection/leaders/shard1 [junit4:junit4] 2> 21530 T1621 oazs.PrepRequestProcessor.pRequest Got use= r-level KeeperException when processing sessionid:0x13d69e605f10006 type:cr= eate cxid:0xb3 zxid:0xc9 txntype:-1 reqpath:n/a Error Path:/solr/overseer E= rror:KeeperErrorCode =3D NodeExists for /solr/overseer [junit4:junit4] 2> 21683 T1664 oass.SolrDispatchFilter.handleAdminRequest= /admin/cores {coreNodeName=3D127.0.0.1:51048_i_collection1&state=3Drecover= ing&nodeName=3D127.0.0.1:51048_i&action=3DPREPRECOVERY&checkLive=3Dtrue&cor= e=3Dcollection1&wt=3Djavabin&onlyIfLeader=3Dtrue&version=3D2} status=3D0 QT= ime=3D2002=20 [junit4:junit4] 2> 22359 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 22380 T1690 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> 22380 T1674 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> 22380 T1638 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> 22380 T1658 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> 22380 T1645 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> 22380 T1707 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> 22399 T1649 oasc.ZkController.register We are http://1= 27.0.0.1:37767/i/onenodecollectioncore/ and leader is http://127.0.0.1:3776= 7/i/onenodecollectioncore/ [junit4:junit4] 2> 22399 T1649 oasc.ZkController.register No LogReplay ne= eded for core=3Donenodecollectioncore baseURL=3Dhttp://127.0.0.1:37767/i [junit4:junit4] 2> 22399 T1649 oasc.ZkController.checkRecovery I am the l= eader, no recovery necessary [junit4:junit4] 2> 22400 T1649 oasc.ZkController.publish publishing core= =3Donenodecollectioncore state=3Dactive [junit4:junit4] 2> 22402 T1649 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 22403 T1649 oass.SolrDispatchFilter.handleAdminRequest= /admin/cores {numShards=3D1&roles=3Dnone&name=3Donenodecollectioncore&acti= on=3DCREATE&collection=3Donenodecollection&dataDir=3D/usr/home/hudson/hudso= n-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J= 1/./solrtest-BasicDistributedZk2Test-1363281315308/onenodecollection&wt=3Dj= avabin&version=3D2} status=3D0 QTime=3D2711=20 [junit4:junit4] 2> 22403 T1616 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Wait for recoveries to finish - collection: onenodecollectio= n failOnTimeout:true timeout (sec):230 [junit4:junit4] 2> 22404 T1616 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 23406 T1616 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> C291_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, state=3Drecovering, core=3Dcollection1, collection=3Dcolle= ction1, node_name=3D127.0.0.1:51048_i, base_url=3Dhttp://127.0.0.1:51048/i} [junit4:junit4] 2> 23684 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry Attempting to PeerSync from http://127.0.0.1:45216/i/collection1/ core= =3Dcollection1 - recoveringAfterStartup=3Dtrue [junit4:junit4] 2> 23684 T1710 C291 P51048 oasu.PeerSync.sync PeerSync: c= ore=3Dcollection1 url=3Dhttp://127.0.0.1:51048/i START replicas=3D[http://1= 27.0.0.1:45216/i/collection1/] nUpdates=3D100 [junit4:junit4] 2> 23685 T1710 C291 P51048 oasu.PeerSync.sync WARNING no = frame of reference to tell of we've missed updates [junit4:junit4] 2> 23685 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry PeerSync Recovery was not successful - trying replication. core=3Dcollec= tion1 [junit4:junit4] 2> 23685 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry Starting Replication Recovery. core=3Dcollection1 [junit4:junit4] 2> 23685 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry Begin buffering updates. core=3Dcollection1 [junit4:junit4] 2> 23685 T1710 C291 P51048 oasu.UpdateLog.bufferUpdates S= tarting to buffer updates. FSUpdateLog{state=3DACTIVE, tlog=3Dnull} [junit4:junit4] 2> 23685 T1710 C291 P51048 oasc.RecoveryStrategy.replicat= e Attempting to replicate from http://127.0.0.1:45216/i/collection1/. core= =3Dcollection1 [junit4:junit4] 2> 23686 T1710 C291 P51048 oascsi.HttpClientUtil.createCl= ient Creating new http client, config:maxConnections=3D128&maxConnectionsPe= rHost=3D32&followRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C293 name=3Dcollection1 org.apache.sol= r.core.SolrCore@5b7c0e2b url=3Dhttp://127.0.0.1:45216/i/collection1 node=3D= 127.0.0.1:45216_i C293_STATE=3Dcoll:collection1 core:collection1 props:{sha= rd=3Dshard2, state=3Dactive, core=3Dcollection1, collection=3Dcollection1, = node_name=3D127.0.0.1:45216_i, base_url=3Dhttp://127.0.0.1:45216/i, leader= =3Dtrue} [junit4:junit4] 2> 23699 T1665 C293 P45216 REQ /get {getVersions=3D100&di= strib=3Dfalse&wt=3Djavabin&qt=3D/get&version=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 23705 T1666 C293 P45216 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dfalse,waitSearcher=3Dtrue,= expungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 23709 T1666 C293 P45216 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 23710 T1666 C293 P45216 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 23748 T1666 C293 P45216 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 23748 T1666 C293 P45216 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 23749 T1666 C293 P45216 oass.SolrIndexSearcher. = Opening Searcher@722fc6da realtime [junit4:junit4] 2> 23749 T1666 C293 P45216 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 23750 T1666 C293 P45216 /update {waitSearcher=3Dtrue&o= penSearcher=3Dfalse&commit=3Dtrue&wt=3Djavabin&commit_end_point=3Dtrue&vers= ion=3D2&softCommit=3Dfalse} {commit=3D} 0 45 [junit4:junit4] 2> 23750 T1710 C291 P51048 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 23751 T1710 C291 P51048 oash.SnapPuller. No val= ue set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 23752 T1667 C293 P45216 oash.ReplicationHandler.inform= Commits will be reserved for 10000 [junit4:junit4] 2> 23753 T1667 C293 P45216 REQ /replication {command=3Din= dexversion&qt=3D/replication&wt=3Djavabin&version=3D2} status=3D0 QTime=3D2= =20 [junit4:junit4] 2> 23753 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Master's generation: 2 [junit4:junit4] 2> 23753 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Slave's generation: 1 [junit4:junit4] 2> 23753 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Starting replication process [junit4:junit4] 2> 23756 T1667 C293 P45216 REQ /replication {command=3Dfi= lelist&qt=3D/replication&wt=3Djavabin&generation=3D2&version=3D2} status=3D= 0 QTime=3D0=20 [junit4:junit4] 2> 23757 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Number of files in latest index in master: 1 [junit4:junit4] 2> 23758 T1710 C291 P51048 oasc.CachingDirectoryFactory.g= et return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test= -1363281315308/jetty4/index.20130314101539060 forceNew: false [junit4:junit4] 2> 23758 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Starting download to MockDirWrapper(RateLimitedDirectoryWrapper(org.apac= he.lucene.store.RAMDirectory@63eb624a lockFactory=3Dorg.apache.lucene.store= .NativeFSLockFactory@3bdcf37e)) fullCopy=3Dfalse [junit4:junit4] 2> 23761 T1667 C293 P45216 REQ /replication {file=3Dsegme= nts_2&command=3Dfilecontent&checksum=3Dtrue&wt=3Dfilestream&qt=3D/replicati= on&generation=3D2} status=3D0 QTime=3D0=20 [junit4:junit4] 2> 23762 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex Total time taken for download : 0 secs [junit4:junit4] 2> 23763 T1710 C291 P51048 oasu.DefaultSolrCoreState.newI= ndexWriter Creating new IndexWriter... [junit4:junit4] 2> 23764 T1710 C291 P51048 oasu.DefaultSolrCoreState.newI= ndexWriter Waiting until IndexWriter is unused... core=3Dcollection1 [junit4:junit4] 2> 23767 T1710 C291 P51048 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649491tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@3a607bb= b; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649491tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@3a607bb= b; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> 23767 T1710 C291 P51048 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[segments_2] [junit4:junit4] 2> 23767 T1710 C291 P51048 oasu.DefaultSolrCoreState.newI= ndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 23768 T1710 C291 P51048 oass.SolrIndexSearcher. = Opening Searcher@187885c2 main [junit4:junit4] 2> 23768 T1709 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@187885c2 main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 23769 T1710 C291 P51048 oash.SnapPuller.fetchLatestInd= ex removing temporary index download directory files MockDirWrapper(RateLim= itedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@63eb624a lockFact= ory=3Dorg.apache.lucene.store.NativeFSLockFactory@3bdcf37e)) [junit4:junit4] 2> 23769 T1710 C291 P51048 oasc.RecoveryStrategy.replay N= o replay needed. core=3Dcollection1 [junit4:junit4] 2> 23769 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry Replication Recovery was successful - registering as Active. core=3Dcoll= ection1 [junit4:junit4] 2> 23769 T1710 C291 P51048 oasc.ZkController.publish publ= ishing core=3Dcollection1 state=3Dactive [junit4:junit4] 2> 23770 T1710 C291 P51048 oasc.ZkController.publish numS= hards not found on descriptor - reading it from system property [junit4:junit4] 2> 23771 T1710 C291 P51048 oasc.RecoveryStrategy.doRecove= ry Finished recovery process. core=3Dcollection1 [junit4:junit4] 2> 23892 T1639 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 23893 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D1 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [junit4:junit4] 2> =09 "numShards":"1", [junit4:junit4] 2> =09 "shard":"shard1", [junit4:junit4] 2> =09 "roles":"none", [junit4:junit4] 2> =09 "state":"active", [junit4:junit4] 2> =09 "core":"onenodecollectioncore", [junit4:junit4] 2> =09 "collection":"onenodecollection", [junit4:junit4] 2> =09 "node_name":"127.0.0.1:37767_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:37767/i"} [junit4:junit4] 2> 23922 T1639 oasc.Overseer$ClusterStateUpdater.updateSt= ate Update state numShards=3D2 message=3D{ [junit4:junit4] 2> =09 "operation":"state", [junit4:junit4] 2> =09 "core_node_name":null, [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:51048_i", [junit4:junit4] 2> =09 "base_url":"http://127.0.0.1:51048/i"} [junit4:junit4] 2> 23933 T1690 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> 23933 T1658 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> 23933 T1638 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> 23933 T1645 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> 23933 T1674 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> 23933 T1707 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> 24408 T1616 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 24409 T1616 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Recoveries finished - collection: onenodecollection [junit4:junit4] 2> 24410 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> ASYNC NEW_CORE C294 name=3Donenodecollectioncore org.= apache.solr.core.SolrCore@7433866e url=3Dhttp://127.0.0.1:37767/i/onenodeco= llectioncore node=3D127.0.0.1:37767_i C294_STATE=3Dcoll:onenodecollection c= ore:onenodecollectioncore props:{shard=3Dshard1, roles=3Dnone, state=3Dacti= ve, core=3Donenodecollectioncore, collection=3Donenodecollection, node_name= =3D127.0.0.1:37767_i, base_url=3Dhttp://127.0.0.1:37767/i, leader=3Dtrue} [junit4:junit4] 2> 24438 T1653 C294 P37767 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649492tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@1e21cab= 7; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 24439 T1653 C294 P37767 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 24441 T1653 C294 P37767 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1429504094097113088)]} 0 7 [junit4:junit4] 2> 24448 T1653 C294 P37767 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 24478 T1653 C294 P37767 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649492tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@1e21cab= 7; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649492tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@1e21cab= 7; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, = _0.tim, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24478 T1653 C294 P37767 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, _0.t= im, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24487 T1653 C294 P37767 oass.SolrIndexSearcher. = Opening Searcher@347d95b main [junit4:junit4] 2> 24487 T1653 C294 P37767 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24488 T1712 oasc.SolrCore.registerSearcher [onenodecol= lectioncore] Registered new searcher Searcher@347d95b main{StandardDirector= yReader(segments_2:3 _0(5.0):C1)} [junit4:junit4] 2> 24489 T1653 C294 P37767 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&version=3D2&softCommit=3Dfalse} {commit=3D} 0 41 [junit4:junit4] 2> 24492 T1653 C294 P37767 REQ /select {q=3D*:*&wt=3Djava= bin&version=3D2} hits=3D1 status=3D0 QTime=3D1=20 [junit4:junit4] 2> 24493 T1616 oascsi.HttpClientUtil.createClient Creatin= g new http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&f= ollowRedirects=3Dfalse [junit4:junit4] 2> 24508 T1653 C294 P37767 REQ /select {q=3D*:*&wt=3Djava= bin&version=3D2} hits=3D1 status=3D0 QTime=3D0=20 [junit4:junit4] 2> ASYNC NEW_CORE C295 name=3Dcollection1 org.apache.sol= r.core.SolrCore@2d7f7271 url=3Dhttp://127.0.0.1:35834/i/collection1 node=3D= 127.0.0.1:35834_i C295_STATE=3Dcoll:control_collection core:collection1 pro= ps:{shard=3Dshard1, state=3Dactive, core=3Dcollection1, collection=3Dcontro= l_collection, node_name=3D127.0.0.1:35834_i, base_url=3Dhttp://127.0.0.1:35= 834/i, leader=3Dtrue} [junit4:junit4] 2> 24522 T1628 C295 P35834 oasc.SolrDeletionPolicy.onInit= SolrDeletionPolicy.onInit: commits:num=3D1 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649487tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@13718f9= 2; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> 24522 T1628 C295 P35834 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 1[segments_1] [junit4:junit4] 2> 24526 T1628 C295 P35834 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1429504094185193472)]} 0 8 [junit4:junit4] 2> C290_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard1, state=3Dactive, core=3Dcollection1, collection=3Dcollectio= n1, node_name=3D127.0.0.1:49442_i, base_url=3Dhttp://127.0.0.1:49442/i} [junit4:junit4] 2> 24551 T1680 C290 P49442 /update {distrib.from=3Dhttp:/= /127.0.0.1:37767/i/collection1/&update.distrib=3DFROMLEADER&wt=3Djavabin&ve= rsion=3D2} {add=3D[1 (1429504094203019264)]} 0 3 [junit4:junit4] 2> 24552 T1654 C292 P37767 /update {wt=3Djavabin&version= =3D2} {add=3D[1 (1429504094203019264)]} 0 17 [junit4:junit4] 2> 24555 T1628 C295 P35834 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 24588 T1628 C295 P35834 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649487tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@13718f9= 2; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_1,generation=3D1,filenames=3D[segments_1] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649487tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@13718f9= 2; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, = _0.tim, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24589 T1628 C295 P35834 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 2[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, _0.t= im, segments_2, _0.fdx, _0.si, _0.tip, _0.doc, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24598 T1628 C295 P35834 oass.SolrIndexSearcher. = Opening Searcher@6eb9d8c main [junit4:junit4] 2> 24599 T1628 C295 P35834 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24600 T1642 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@6eb9d8c main{StandardDirectoryReader(se= gments_2:3 _0(5.0):C1)} [junit4:junit4] 2> 24600 T1628 C295 P35834 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&version=3D2&softCommit=3Dfalse} {commit=3D} 0 45 [junit4:junit4] 2> 24602 T1670 C293 P45216 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 24605 T1670 C293 P45216 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649489tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@5b07c31= 0; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_3,generation=3D3,filenames=3D[segments_3] [junit4:junit4] 2> 24606 T1670 C293 P45216 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 24606 T1670 C293 P45216 oass.SolrIndexSearcher. = Opening Searcher@f0836b6 main [junit4:junit4] 2> 24607 T1670 C293 P45216 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24607 T1676 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@f0836b6 main{StandardDirectoryReader(se= gments_2:1:nrt)} [junit4:junit4] 2> 24608 T1670 C293 P45216 oasu.SolrCmdDistributor.distri= bCommit Distrib commit to:[StdNode: http://127.0.0.1:37767/i/collection1/, = StdNode: http://127.0.0.1:49442/i/collection1/, StdNode: http://127.0.0.1:5= 1048/i/collection1/] params:commit_end_point=3Dtrue&commit=3Dtrue&softCommi= t=3Dfalse&waitSearcher=3Dtrue&expungeDeletes=3Dfalse [junit4:junit4] 2> 24611 T1648 C292 P37767 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 24611 T1681 C290 P49442 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> C291_STATE=3Dcoll:collection1 core:collection1 props:= {shard=3Dshard2, state=3Dactive, core=3Dcollection1, collection=3Dcollectio= n1, node_name=3D127.0.0.1:51048_i, base_url=3Dhttp://127.0.0.1:51048/i} [junit4:junit4] 2> 24639 T1697 C291 P51048 oasu.DirectUpdateHandler2.comm= it start commit{,optimize=3Dfalse,openSearcher=3Dtrue,waitSearcher=3Dtrue,e= xpungeDeletes=3Dfalse,softCommit=3Dfalse,prepareCommit=3Dfalse} [junit4:junit4] 2> 24642 T1648 C292 P37767 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649488tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@2d955f7= 9; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_3,generation=3D3,filenames=3D[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, = _0.tim, _0.fdx, _0.si, _0.tip, _0.doc, segments_3, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24643 T1648 C292 P37767 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, _0.t= im, _0.fdx, _0.si, _0.tip, _0.doc, segments_3, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24648 T1648 C292 P37767 oass.SolrIndexSearcher. = Opening Searcher@b057679 main [junit4:junit4] 2> 24649 T1648 C292 P37767 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24649 T1660 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@b057679 main{StandardDirectoryReader(se= gments_3:3:nrt _0(5.0):C1)} [junit4:junit4] 2> 24650 T1648 C292 P37767 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&expungeDeletes=3Dfalse&commit_end_point=3Dtrue&ve= rsion=3D2&softCommit=3Dfalse} {commit=3D} 0 39 [junit4:junit4] 2> 24654 T1697 C291 P51048 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649491tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@3a607bb= b; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649491tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@3a607bb= b; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegment= s_3,generation=3D3,filenames=3D[segments_3] [junit4:junit4] 2> 24654 T1697 C291 P51048 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[segments_3] [junit4:junit4] 2> 24655 T1697 C291 P51048 oass.SolrIndexSearcher. = Opening Searcher@379512ed main [junit4:junit4] 2> 24656 T1697 C291 P51048 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24656 T1709 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@379512ed main{StandardDirectoryReader(s= egments_2:1:nrt)} [junit4:junit4] 2> 24657 T1697 C291 P51048 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&expungeDeletes=3Dfalse&commit_end_point=3Dtrue&ve= rsion=3D2&softCommit=3Dfalse} {commit=3D} 0 18 [junit4:junit4] 2> 24667 T1681 C290 P49442 oasc.SolrDeletionPolicy.onComm= it SolrDeletionPolicy.onCommit: commits:num=3D2 [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649490tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@9f96e06= ; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegments= _2,generation=3D2,filenames=3D[segments_2] [junit4:junit4] 2> =09=09commit{dir=3DMockDirWrapper(NRTCachingDirectory(= org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/wor= kspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/index4947= 649490tmp lockFactory=3Dorg.apache.lucene.store.NativeFSLockFactory@9f96e06= ; maxCacheMB=3D0.599609375 maxMergeSizeMB=3D0.6162109375)),segFN=3Dsegments= _3,generation=3D3,filenames=3D[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, _= 0.tim, _0.fdx, _0.si, _0.tip, _0.doc, segments_3, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24667 T1681 C290 P49442 oasc.SolrDeletionPolicy.update= Commits newest commit =3D 3[_0.cbnd, _0.fnm, _0.dvdm, _0.cbnm, _0.pos, _0.t= im, _0.fdx, _0.si, _0.tip, _0.doc, segments_3, _0.dvdd, _0.fdt] [junit4:junit4] 2> 24673 T1681 C290 P49442 oass.SolrIndexSearcher. = Opening Searcher@46ec355c main [junit4:junit4] 2> 24673 T1681 C290 P49442 oasu.DirectUpdateHandler2.comm= it end_commit_flush [junit4:junit4] 2> 24674 T1692 oasc.SolrCore.registerSearcher [collection= 1] Registered new searcher Searcher@46ec355c main{StandardDirectoryReader(s= egments_3:3:nrt _0(5.0):C1)} [junit4:junit4] 2> 24674 T1681 C290 P49442 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&expungeDeletes=3Dfalse&commit_end_point=3Dtrue&ve= rsion=3D2&softCommit=3Dfalse} {commit=3D} 0 63 [junit4:junit4] 2> 24675 T1670 C293 P45216 /update {waitSearcher=3Dtrue&c= ommit=3Dtrue&wt=3Djavabin&version=3D2&softCommit=3Dfalse} {commit=3D} 0 73 [junit4:junit4] 2> 24675 T1616 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Wait for recoveries to finish - collection: collection1 fail= OnTimeout:true timeout (sec):230 [junit4:junit4] 2> 24676 T1616 oascc.ZkStateReader.updateClusterState Upd= ating cloud state from ZooKeeper...=20 [junit4:junit4] 2> 24677 T1616 oasc.AbstractDistribZkTestBase.waitForReco= veriesToFinish Recoveries finished - collection: collection1 [junit4:junit4] 2> 24680 T1628 C295 P35834 REQ /select {q=3D*:*&wt=3Djava= bin&version=3D2} hits=3D1 status=3D0 QTime=3D0=20 [junit4:junit4] 2> 24681 T1616 oaz.ZooKeeper. Initiating client con= nection, connectString=3D127.0.0.1:41586/solr sessionTimeout=3D10000 watche= r=3Dorg.apache.solr.common.cloud.ConnectionManager@3da34f64 [junit4:junit4] 2> 24682 T1616 oascc.ConnectionManager.waitForConnected W= aiting for client to connect to ZooKeeper [junit4:junit4] 2> 24682 T1722 oaz.ClientCnxn$SendThread.logStartConnect = Opening socket connection to server localhost/127.0.0.1:41586. Will not att= empt to authenticate using SASL (access denied (javax.security.auth.AuthPer= mission getLoginConfiguration)) [junit4:junit4] 2> 24683 T1722 oaz.ClientCnxn$SendThread.primeConnection = Socket connection established to localhost/127.0.0.1:41586, initiating sess= ion [junit4:junit4] 2> 24683 T1618 oazs.NIOServerCnxnFactory.run Accepted soc= ket connection from /140.211.11.196:32152 [junit4:junit4] 2> 24684 T1618 oazs.ZooKeeperServer.processConnectRequest= Client attempting to establish new session at /140.211.11.196:32152 [junit4:junit4] 2> 24685 T1620 oazs.ZooKeeperServer.finishSessionInit Est= ablished session 0x13d69e605f1000d with negotiated timeout 10000 for client= /140.211.11.196:32152 [junit4:junit4] 2> 24685 T1722 oaz.ClientCnxn$SendThread.onConnected Sess= ion establishment complete on server localhost/127.0.0.1:41586, sessionid = =3D 0x13d69e605f1000d, negotiated timeout =3D 10000 [junit4:junit4] 2> 24685 T1723 oascc.ConnectionManager.process Watcher or= g.apache.solr.common.cloud.ConnectionManager@3da34f64 name:ZooKeeperConnect= ion Watcher:127.0.0.1:41586/solr got event WatchedEvent state:SyncConnected= type:None path:null path:null type:None [junit4:junit4] 2> 24685 T1616 oascc.ConnectionManager.waitForConnected C= lient is connected to ZooKeeper [junit4:junit4] 2> 24687 T1616 oascc.ZkStateReader.createClusterStateWatc= hersAndUpdate Updating cluster state from ZooKeeper...=20 [junit4:junit4] 2> 24689 T1621 oazs.PrepRequestProcessor.pRequest2Txn Pro= cessed session termination for sessionid: 0x13d69e605f1000d [junit4:junit4] 2> 24690 T1723 oaz.ClientCnxn$EventThread.run EventThread= shut down [junit4:junit4] 2> 24690 T1616 oaz.ZooKeeper.close Session: 0x13d69e605f1= 000d closed [junit4:junit4] 2> 24690 T1618 oazs.NIOServerCnxn.closeSock Closed socket= connection for client /140.211.11.196:32152 which had sessioni [...truncated too long message...] nit4] 1> DATA: [junit4:junit4] 1> {"id":"89344004280352771-127.0.0.1:35834_i-n_00= 00000000"} [junit4:junit4] 1> /zookeeper (1) [junit4:junit4] 1> DATA: [junit4:junit4] 1> =20 [junit4:junit4] 1>=20 [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=3DBasicDist= ributedZk2Test -Dtests.method=3DtestDistribSearch -Dtests.seed=3D77ED1EE1D7= 0B422A -Dtests.multiplier=3D3 -Dtests.slow=3Dtrue -Dtests.locale=3Dmt_MT -D= tests.timezone=3DPNT -Dtests.file.encoding=3DUS-ASCII [junit4:junit4] ERROR 137s J1 | BasicDistributedZk2Test.testDistribSearc= h <<< [junit4:junit4] > Throwable #1: org.apache.solr.common.SolrException: No= registered leader was found, collection:collection1 slice:shard1 [junit4:junit4] > =09at __randomizedtesting.SeedInfo.seed([77ED1EE1D70B4= 22A:F60B90F9A0542216]:0) [junit4:junit4] > =09at org.apache.solr.common.cloud.ZkStateReader.getLe= aderRetry(ZkStateReader.java:484) [junit4:junit4] > =09at org.apache.solr.cloud.BasicDistributedZk2Test.br= indDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:291) [junit4:junit4] > =09at org.apache.solr.cloud.BasicDistributedZk2Test.do= Test(BasicDistributedZk2Test.java:116) [junit4:junit4] > =09at org.apache.solr.BaseDistributedSearchTestCase.te= stDistribSearch(BaseDistributedSearchTestCase.java:806) [junit4:junit4] > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Nat= ive Method) [junit4:junit4] > =09at sun.reflect.NativeMethodAccessorImpl.invoke(Nati= veMethodAccessorImpl.java:57) [junit4:junit4] > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(= DelegatingMethodAccessorImpl.java:43) [junit4:junit4] > =09at java.lang.reflect.Method.invoke(Method.java:616) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner.invoke(RandomizedRunner.java:1559) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner.access$600(RandomizedRunner.java:79) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$6.evaluate(RandomizedRunner.java:737) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$7.evaluate(RandomizedRunner.java:773) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$8.evaluate(RandomizedRunner.java:787) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleSetupTeardownChai= ned$1.evaluate(TestRuleSetupTeardownChained.java:50) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleFieldCacheSanity$= 1.evaluate(TestRuleFieldCacheSanity.java:51) [junit4:junit4] > =09at org.apache.lucene.util.AbstractBeforeAfterRule$1= .evaluate(AbstractBeforeAfterRule.java:46) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleThreadAndTestName= $1.evaluate(TestRuleThreadAndTestName.java:49) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFai= lures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleMarkFailure$1.eva= luate(TestRuleMarkFailure.java:48) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol.forkTimeoutingTask(ThreadLeakControl.java:782) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$3.evaluate(ThreadLeakControl.java:442) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner.runSingleTest(RandomizedRunner.java:746) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$3.evaluate(RandomizedRunner.java:648) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$4.evaluate(RandomizedRunner.java:682) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.RandomizedRun= ner$5.evaluate(RandomizedRunner.java:693) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > =09at org.apache.lucene.util.AbstractBeforeAfterRule$1= .evaluate(AbstractBeforeAfterRule.java:46) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleStoreClassName$1.= evaluate(TestRuleStoreClassName.java:42) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.SystemP= ropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.NoShado= wingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule= .java:39) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.NoShado= wingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule= .java:39) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleAssertionsRequire= d$1.evaluate(TestRuleAssertionsRequired.java:43) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleMarkFailure$1.eva= luate(TestRuleMarkFailure.java:48) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFai= lures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$= 1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.rules.Stateme= ntAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > =09at com.carrotsearch.randomizedtesting.ThreadLeakCon= trol$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > =09at java.lang.Thread.run(Thread.java:679) [junit4:junit4] 2> 137484 T1616 oas.SolrTestCaseJ4.deleteCore ###deleteCo= re [junit4:junit4] 2> 137491 T1615 ccr.ThreadLeakControl.checkThreadLeaks WA= RNING Will linger awaiting termination of 1 leaked thread(s). [junit4:junit4] 2> 137515 T1707 oascc.ZkStateReader$3.process WARNING Zoo= Keeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 137515 T1707 oascc.ZkStateReader$2.process A cluster s= tate change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path= :/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 137515 T1707 oascc.ZkStateReader$2.process WARNING Zoo= Keeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 137515 T1707 oaz.ClientCnxn$EventThread.run EventThrea= d shut down [junit4:junit4] 2> NOTE: test params are: codec=3DCheapBastard, sim=3DRan= domSimilarityProvider(queryNorm=3Dfalse,coord=3Dcrazy): {}, locale=3Dmt_MT,= timezone=3DPNT [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. = 1.6.0_32 (64-bit)/cpus=3D16,threads=3D1,free=3D188825104,total=3D436273152 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestComponentsName, = TestNumberUtils, TestFastOutputStream, ZkNodePropsTest, TestIndexingPerform= ance, TestLuceneMatchVersion, TestSolrDiscoveryProperties, TestDistributedS= earch, CopyFieldTest, TestPropInject, DOMUtilTest, URLClassifyProcessorTest= , CurrencyFieldXmlFileTest, SpellPossibilityIteratorTest, TestCodecSupport,= TestSuggestSpellingConverter, SortByFunctionTest, BasicZkTest, TestFieldRe= source, TestWordDelimiterFilterFactory, TestPostingsSolrHighlighter, TestFi= ltering, DirectUpdateHandlerTest, StatsComponentTest, TestBinaryResponseWri= ter, SolrCoreCheckLockOnStartupTest, SuggesterTSTTest, SolrCmdDistributorTe= st, TestFieldTypeResource, SpellCheckCollatorTest, TestRecovery, OpenExchan= geRatesOrgProviderTest, TestStressLucene, TestArbitraryIndexDir, Highlighte= rTest, NoCacheHeaderTest, SampleTest, SpellCheckComponentTest, TestElisionM= ultitermQuery, CoreContainerCoreInitFailuresTest, StandardRequestHandlerTes= t, ChaosMonkeySafeLeaderTest, DateMathParserTest, TestIndexSearcher, Signat= ureUpdateProcessorFactoryTest, PingRequestHandlerTest, TestShardHandlerFact= ory, TestOmitPositions, HighlighterConfigTest, TestJmxIntegration, OutputWr= iterTest, DocumentAnalysisRequestHandlerTest, OpenCloseCoreStressTest, Test= AtomicUpdateErrorCases, TestQueryTypes, MultiTermTest, EchoParamsTest, NotR= equiredUniqueKeyTest, XmlUpdateRequestHandlerTest, TestRTGBase, TestUpdate,= IndexSchemaRuntimeFieldTest, TestStressReorder, ClusterStateTest, BasicDis= tributedZk2Test] [junit4:junit4] Completed on J1 in 137.76s, 1 test, 1 error <<< FAILURES! [...truncated 421 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build= .xml:381: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build= .xml:361: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build= .xml:39: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/= build.xml:183: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/= common-build.xml:449: The following error occurred while executing this lin= e: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/lucen= e/common-build.xml:1213: The following error occurred while executing this = line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/lucen= e/common-build.xml:877: There were test failures: 272 suites, 1144 tests, 1= error, 27 ignored (8 assumptions) Total time: 55 minutes 47 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_4332_79224168.1363282070231 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_4332_79224168.1363282070231--