From dev-return-312847-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Sun Feb 25 12:04:53 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DDA5B18064C for ; Sun, 25 Feb 2018 12:04:51 +0100 (CET) Received: (qmail 116 invoked by uid 500); 25 Feb 2018 11:04:50 -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 101 invoked by uid 99); 25 Feb 2018 11:04:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Feb 2018 11:04:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1243E18015C for ; Sun, 25 Feb 2018 11:04:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.05 X-Spam-Level: X-Spam-Status: No, score=-0.05 tagged_above=-999 required=6.31 tests=[KAM_BADIPHTTP=2, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QRfMh1lyDESq for ; Sun, 25 Feb 2018 11:04:31 +0000 (UTC) Received: from serv1.sd-datasolutions.de (serv1.sd-datasolutions.de [88.99.242.108]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DE1735F183 for ; Sun, 25 Feb 2018 11:04:30 +0000 (UTC) Received: from serv1 (ip6-localhost [IPv6:::1]) by serv1.sd-datasolutions.de (Postfix) with ESMTP id 08944108061A for ; Sun, 25 Feb 2018 11:04:30 +0000 (UTC) Date: Sun, 25 Feb 2018 11:03:04 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <1670323499.55.1519556670036.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <2136174163.47.1519542698745.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <2136174163.47.1519542698745.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+43) - Build # 21531 - Still unstable! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_54_1765557716.1519556669970" X-Jenkins-Job: Lucene-Solr-master-Linux X-Jenkins-Result: UNSTABLE X-Priority: 5 (Low) ------=_Part_54_1765557716.1519556669970 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21531/ Java: 64bit/jdk-10-ea+43 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms Error Message: Doc with id=5 not found in http://127.0.0.1:36065/forceleader_lower_terms_collection due to: Path not found: /id; rsp={doc=null} Stack Trace: java.lang.AssertionError: Doc with id=5 not found in http://127.0.0.1:36065/forceleader_lower_terms_collection due to: Path not found: /id; rsp={doc=null} at __randomizedtesting.SeedInfo.seed([4EF6BE11D891B6BE:C0C29E52183616CA]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:699) at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:644) at org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:520) at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 12372 lines...] [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest [junit4] 2> 257859 INFO (SUITE-ForceLeaderTest-seed#[4EF6BE11D891B6BE]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/init-core-data-001 [junit4] 2> 257860 WARN (SUITE-ForceLeaderTest-seed#[4EF6BE11D891B6BE]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=300 numCloses=300 [junit4] 2> 257860 INFO (SUITE-ForceLeaderTest-seed#[4EF6BE11D891B6BE]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 257860 INFO (SUITE-ForceLeaderTest-seed#[4EF6BE11D891B6BE]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") [junit4] 2> 257860 INFO (SUITE-ForceLeaderTest-seed#[4EF6BE11D891B6BE]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 257862 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 257862 INFO (Thread-1409) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 257862 INFO (Thread-1409) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 257867 ERROR (Thread-1409) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 257962 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkTestServer start zk server on port:39045 [junit4] 2> 257964 INFO (zkConnectionManagerCallback-339-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 257966 INFO (zkConnectionManagerCallback-341-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 257968 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 257969 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 257970 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 257971 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 257971 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 257972 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 257972 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 257973 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 257973 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 257974 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 257974 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 257975 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 258071 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 258072 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 258072 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 258072 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 258072 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74e14163{/,null,AVAILABLE} [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@21a517e6{HTTP/1.1,[http/1.1]}{127.0.0.1:36007} [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server Started @259743ms [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/tempDir-001/control/data, hostPort=40337, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/control-001/cores, replicaType=NRT} [junit4] 2> 258074 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 258074 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 258075 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-25T09:57:59.458990Z [junit4] 2> 258076 INFO (zkConnectionManagerCallback-343-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 258077 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 258077 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/control-001/solr.xml [junit4] 2> 258079 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 258079 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 258080 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 258083 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39045/solr [junit4] 2> 258084 INFO (zkConnectionManagerCallback-347-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 258087 INFO (zkConnectionManagerCallback-349-thread-1-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 258126 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 258126 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40337_ [junit4] 2> 258127 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.c.Overseer Overseer (id=72209364907720708-127.0.0.1:40337_-n_0000000000) starting [junit4] 2> 258131 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40337_ [junit4] 2> 258132 INFO (zkCallback-348-thread-1-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 258159 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 258164 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 258164 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 258165 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:40337_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/control-001/cores [junit4] 2> 258176 INFO (zkConnectionManagerCallback-355-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 258177 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 258177 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39045/solr ready [junit4] 2> 258178 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52420,localport=40337], receiveBufferSize:531000 [junit4] 2> 258179 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36007,localport=58368], receiveBufferSize=530904 [junit4] 2> 258180 INFO (qtp1267928255-2680) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40337_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 258181 INFO (OverseerThreadFactory-579-thread-1-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 258284 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52424,localport=40337], receiveBufferSize:531000 [junit4] 2> 258285 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36007,localport=58372], receiveBufferSize=530904 [junit4] 2> 258285 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 258286 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 258389 INFO (zkCallback-348-thread-1-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 259601 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 259611 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test [junit4] 2> 259705 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 259713 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true [junit4] 2> 259714 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 259714 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 259714 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 259716 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=652961202, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 259718 WARN (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 259745 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 259745 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 259745 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 259745 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 259746 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4279769623972459] [junit4] 2> 259746 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35de8389[control_collection_shard1_replica_n1] main] [junit4] 2> 259747 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 259747 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 259748 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 259748 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593366472170668032 [junit4] 2> 259749 INFO (searcherExecutor-582-thread-1-processing-n:127.0.0.1:40337_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@35de8389[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40337/control_collection_shard1_replica_n1/ [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40337/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 259752 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 259754 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40337/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 259855 INFO (zkCallback-348-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 259905 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 259906 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1621 [junit4] 2> 259909 INFO (qtp1267928255-2680) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 260007 INFO (zkCallback-348-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1]) [junit4] 2> 260183 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 260909 INFO (qtp1267928255-2680) [n:127.0.0.1:40337_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40337_&wt=javabin&version=2} status=0 QTime=2729 [junit4] 2> 260919 INFO (zkConnectionManagerCallback-359-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 260920 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 260920 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39045/solr ready [junit4] 2> 260920 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 260921 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52472,localport=40337], receiveBufferSize:531000 [junit4] 2> 260921 INFO (SocketProxy-Acceptor-40337) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=36007,localport=58420], receiveBufferSize=530904 [junit4] 2> 260922 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 260923 INFO (OverseerThreadFactory-579-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 260924 WARN (OverseerThreadFactory-579-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 261127 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 261127 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=204 [junit4] 2> 261190 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001 of type NRT [junit4] 2> 261190 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 261191 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 261191 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 261191 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 261191 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a685e3f{/,null,AVAILABLE} [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3ba96607{HTTP/1.1,[http/1.1]}{127.0.0.1:37209} [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server Started @262861ms [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/tempDir-001/jetty1, hostPort=35543, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001/cores, replicaType=NRT} [junit4] 2> 261192 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 261192 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-25T09:58:02.576715Z [junit4] 2> 261194 INFO (zkConnectionManagerCallback-361-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 261194 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 261194 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001/solr.xml [junit4] 2> 261196 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 261196 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 261197 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 261198 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39045/solr [junit4] 2> 261199 INFO (zkConnectionManagerCallback-365-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 261202 INFO (zkConnectionManagerCallback-367-thread-1-processing-n:127.0.0.1:35543_) [n:127.0.0.1:35543_ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 261205 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 261206 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 261207 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35543_ [junit4] 2> 261207 INFO (zkCallback-358-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 261207 INFO (zkCallback-348-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 261208 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:35543_) [n:127.0.0.1:35543_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 261252 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 261261 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 261261 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 261263 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:35543_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001/cores [junit4] 2> 261277 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53322,localport=35543], receiveBufferSize:531000 [junit4] 2> 261278 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37209,localport=50574], receiveBufferSize=530904 [junit4] 2> 261279 INFO (qtp72612700-2739) [n:127.0.0.1:35543_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35543_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 261280 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 261280 INFO (OverseerThreadFactory-579-thread-3-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:35543_ for creating new replica [junit4] 2> 261281 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53326,localport=35543], receiveBufferSize:531000 [junit4] 2> 261282 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37209,localport=50578], receiveBufferSize=530904 [junit4] 2> 261286 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 261287 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 262363 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 262370 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test [junit4] 2> 262427 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 262436 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true [junit4] 2> 262437 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 262437 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 262437 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-1-001/cores/collection1_shard2_replica_n41/data/] [junit4] 2> 262439 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=652961202, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 262440 WARN (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 262469 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 262469 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 262470 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 262470 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 262471 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4279769623972459] [junit4] 2> 262471 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@275b4a20[collection1_shard2_replica_n41] main] [junit4] 2> 262472 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 262472 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 262473 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 262474 INFO (searcherExecutor-593-thread-1-processing-n:127.0.0.1:35543_ x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@275b4a20[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 262474 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593366475029086208 [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35543/collection1_shard2_replica_n41/ [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:35543/collection1_shard2_replica_n41/ has no replicas [junit4] 2> 262478 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 262479 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35543/collection1_shard2_replica_n41/ shard2 [junit4] 2> 262630 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 262632 INFO (qtp72612700-2769) [n:127.0.0.1:35543_ c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1345 [junit4] 2> 262633 INFO (qtp72612700-2739) [n:127.0.0.1:35543_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35543_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1354 [junit4] 2> 262741 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001 of type NRT [junit4] 2> 262742 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 262743 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 262743 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 262743 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 262743 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@429f2195{/,null,AVAILABLE} [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4ed49c29{HTTP/1.1,[http/1.1]}{127.0.0.1:45033} [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server Started @264412ms [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/tempDir-001/jetty2, hostPort=34613, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001/cores} [junit4] 2> 262744 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 262744 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-25T09:58:04.128782Z [junit4] 2> 262746 INFO (zkConnectionManagerCallback-371-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 262747 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 262747 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001/solr.xml [junit4] 2> 262748 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 262748 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 262749 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 262751 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39045/solr [junit4] 2> 262752 INFO (zkConnectionManagerCallback-375-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 262755 INFO (zkConnectionManagerCallback-377-thread-1-processing-n:127.0.0.1:34613_) [n:127.0.0.1:34613_ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 262758 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 262759 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 262759 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34613_ [junit4] 2> 262760 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:35543_) [n:127.0.0.1:35543_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 262760 INFO (zkCallback-358-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 262760 INFO (zkCallback-348-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 262761 INFO (zkCallback-376-thread-1-processing-n:127.0.0.1:34613_) [n:127.0.0.1:34613_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 262802 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 262812 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 262812 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 262814 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:34613_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001/cores [junit4] 2> 262843 INFO (SocketProxy-Acceptor-34613) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43960,localport=34613], receiveBufferSize:531000 [junit4] 2> 262843 INFO (SocketProxy-Acceptor-34613) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45033,localport=55564], receiveBufferSize=530904 [junit4] 2> 262844 INFO (qtp1739735832-2779) [n:127.0.0.1:34613_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34613_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 262845 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 262845 INFO (OverseerThreadFactory-579-thread-4-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34613_ for creating new replica [junit4] 2> 262846 INFO (SocketProxy-Acceptor-34613) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43964,localport=34613], receiveBufferSize:531000 [junit4] 2> 262847 INFO (SocketProxy-Acceptor-34613) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=45033,localport=55568], receiveBufferSize=530904 [junit4] 2> 262848 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 262848 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 263857 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 263865 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test [junit4] 2> 263922 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 263929 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true [junit4] 2> 263930 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 263930 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 263930 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-2-001/cores/collection1_shard1_replica_n43/data/] [junit4] 2> 263931 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=652961202, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 263932 WARN (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 263958 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 263958 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 263959 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 263959 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 263959 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4279769623972459] [junit4] 2> 263960 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@76fd16a0[collection1_shard1_replica_n43] main] [junit4] 2> 263960 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 263960 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 263961 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 263961 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593366476588318720 [junit4] 2> 263962 INFO (searcherExecutor-604-thread-1-processing-n:127.0.0.1:34613_ x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@76fd16a0[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 263964 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 263964 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 263964 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34613/collection1_shard1_replica_n43/ [junit4] 2> 263965 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 263965 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:34613/collection1_shard1_replica_n43/ has no replicas [junit4] 2> 263965 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 263966 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34613/collection1_shard1_replica_n43/ shard1 [junit4] 2> 264116 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 264118 INFO (qtp1739735832-2810) [n:127.0.0.1:34613_ c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1270 [junit4] 2> 264120 INFO (qtp1739735832-2779) [n:127.0.0.1:34613_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34613_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1275 [junit4] 2> 264211 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001 of type NRT [junit4] 2> 264211 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 264212 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 264212 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 264212 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 264213 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a21adcf{/,null,AVAILABLE} [junit4] 2> 264213 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2d838bda{HTTP/1.1,[http/1.1]}{127.0.0.1:39625} [junit4] 2> 264213 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.e.j.s.Server Started @265882ms [junit4] 2> 264213 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/tempDir-001/jetty3, hostPort=44857, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001/cores, replicaType=NRT} [junit4] 2> 264213 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 264214 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 8.0.0 [junit4] 2> 264214 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 264214 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 264215 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-25T09:58:05.599004Z [junit4] 2> 264216 INFO (zkConnectionManagerCallback-381-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 264217 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 264217 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001/solr.xml [junit4] 2> 264219 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 264219 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 264220 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 264223 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39045/solr [junit4] 2> 264227 INFO (zkConnectionManagerCallback-385-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 264230 INFO (zkConnectionManagerCallback-387-thread-1-processing-n:127.0.0.1:44857_) [n:127.0.0.1:44857_ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 264233 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 264235 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 264236 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44857_ [junit4] 2> 264236 INFO (zkCallback-376-thread-1-processing-n:127.0.0.1:34613_) [n:127.0.0.1:34613_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 264236 INFO (zkCallback-366-thread-1-processing-n:127.0.0.1:35543_) [n:127.0.0.1:35543_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 264236 INFO (zkCallback-358-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 264236 INFO (zkCallback-348-thread-2-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 264239 INFO (zkCallback-386-thread-1-processing-n:127.0.0.1:44857_) [n:127.0.0.1:44857_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 264264 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 264270 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 264270 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 264271 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [n:127.0.0.1:44857_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001/cores [junit4] 2> 264294 INFO (qtp1739735832-2783) [n:127.0.0.1:34613_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44857_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 264296 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 264296 INFO (OverseerThreadFactory-579-thread-5-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44857_ for creating new replica [junit4] 2> 264297 INFO (SocketProxy-Acceptor-44857) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34708,localport=44857], receiveBufferSize:531000 [junit4] 2> 264298 INFO (SocketProxy-Acceptor-44857) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39625,localport=41408], receiveBufferSize=530904 [junit4] 2> 264299 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 264299 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 265374 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 265384 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test [junit4] 2> 265474 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 265483 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true [junit4] 2> 265483 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aef1da0 [junit4] 2> 265484 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 265484 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001/shard-3-001/cores/collection1_shard2_replica_n45/data/] [junit4] 2> 265485 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=652961202, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 265487 WARN (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}} [junit4] 2> 265513 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 265513 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 265514 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 265514 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 265515 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4279769623972459] [junit4] 2> 265515 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@29b0885b[collection1_shard2_replica_n45] main] [junit4] 2> 265515 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 265516 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 265516 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 265517 INFO (searcherExecutor-615-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@29b0885b[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 265517 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593366478219902976 [junit4] 2> 265520 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45 [junit4] 2> 265520 INFO (updateExecutor-382-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery [junit4] 2> 265520 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true [junit4] 2> 265521 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]] [junit4] 2> 265521 INFO (qtp947845708-2819) [n:127.0.0.1:44857_ c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1222 [junit4] 2> 265522 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53410,localport=35543], receiveBufferSize:531000 [junit4] 2> 265522 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37209,localport=50662], receiveBufferSize=530904 [junit4] 2> 265526 INFO (qtp1739735832-2783) [n:127.0.0.1:34613_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:44857_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1232 [junit4] 2> 265526 INFO (qtp72612700-2770) [n:127.0.0.1:35543_ c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41] o.a.s.c.S.Request [collection1_shard2_replica_n41] webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 265527 INFO (qtp72612700-2770) [n:127.0.0.1:35543_ c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41] o.a.s.c.S.Request [collection1_shard2_replica_n41] webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 265527 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45] [junit4] 2> 265528 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4] 2> 265528 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:35543/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:44857/collection1_shard2_replica_n45/] [junit4] 2> 265530 INFO (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive [junit4] 2> 265530 INFO (recoveryExecutor-383-thread-1-processing-n:127.0.0.1:44857_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:44857_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:35543]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:44857_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true] [junit4] 2> 265531 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53414,localport=35543], receiveBufferSize:531000 [junit4] 2> 265531 INFO (SocketProxy-Acceptor-35543) [ ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37209,localport=50666], receiveBufferSize=530904 [junit4] 2> 265533 INFO (qtp1267928255-2681) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&collection.configName=conf1&name=forceleader_last_published&nrtReplicas=3&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 265533 INFO (qtp72612700-2770) [n:127.0.0.1:35543_ ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s [junit4] 2> 265534 INFO (qtp72612700-2770) [n:127.0.0.1:35543_ ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:44857_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:44857","node_name":"127.0.0.1:44857_","state":"down","type":"NRT"} [junit4] 2> 265535 INFO (OverseerThreadFactory-579-thread-5-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection forceleader_last_published [junit4] 2> 265535 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 265535 WARN (OverseerThreadFactory-579-thread-5-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (forceleader_last_published) without cores. [junit4] 2> 265739 INFO (qtp1267928255-2681) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 265740 INFO (qtp1267928255-2681) [n:127.0.0.1:40337_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=3&collection.configName=conf1&name=forceleader_last_published&nrtReplicas=3&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=206 [junit4] 2> 265740 INFO (qtp1267928255-2686) [n:127.0.0.1:40337_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params property.lirVersion=old&action=ADDREPLICA&collection=forceleader_last_published&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 265741 INFO (OverseerCollectionConfigSetProcessor-72209364907720708-127.0.0.1:40337_-n_0000000000) [n:127.0.0.1:40337_ ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 265742 INFO (OverseerThreadFactory-579-thread-5-processing-n:127.0.0.1:40337_) [n:127.0.0.1:40337_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44857_ for creating new replica [junit4] 2> 265744 INFO (qtp947845708-2823) [n:127.0.0.1:44857_ ] o.a.s.h.a [...truncated too long message...] Handle(ServletHandler.java:533) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) [junit4] 2> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166) [junit4] 2> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155) [junit4] 2> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [junit4] 2> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527) [junit4] 2> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) [junit4] 2> at org.eclipse.jetty.server.Server.handle(Server.java:530) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) [junit4] 2> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) [junit4] 2> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) [junit4] 2> at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) [junit4] 2> at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) [junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> [junit4] 2> 408870 INFO (qtp205752527-3600) [n:127.0.0.1:40119_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36065_&onlyIfLeaderActive=true&core=forceleader_lower_terms_collection_shard1_replica_n2&coreNodeName=core_node5&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=1001 [junit4] 2> 408871 ERROR (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes [junit4] 2> 408871 INFO (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45635 45635 [junit4] 2> 414736 INFO (Thread-1528) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45635 45635 [junit4] 2> 414737 WARN (Thread-1528) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 27 /solr/collections/forceleader_lower_terms_collection/terms/shard1 [junit4] 2> 7 /solr/aliases.json [junit4] 2> 6 /solr/collections/collection1/terms/shard2 [junit4] 2> 5 /solr/security.json [junit4] 2> 5 /solr/configs/conf1 [junit4] 2> 2 /solr/collections/collection1/terms/shard1 [junit4] 2> 2 /solr/collections/control_collection/terms/shard1 [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 7 /solr/clusterprops.json [junit4] 2> 7 /solr/clusterstate.json [junit4] 2> 4 /solr/collections/collection1/state.json [junit4] 2> 4 /solr/collections/forceleader_lower_terms_collection/state.json [junit4] 2> 3 /solr/autoscaling.json [junit4] 2> 2 /solr/overseer_elect/election/72209372693594116-127.0.0.1:36065_-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 7 /solr/live_nodes [junit4] 2> 7 /solr/collections [junit4] 2> 3 /solr/overseer/queue [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue-work [junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas [junit4] 2> [junit4] 2> 414737 WARN (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:36627/, target: http://127.0.0.1:41613/ [junit4] 2> 414737 WARN (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SocketProxy Closing 21 connections to: http://127.0.0.1:40119/, target: http://127.0.0.1:34493/ [junit4] 2> 414737 WARN (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:33783/, target: http://127.0.0.1:42309/ [junit4] 2> 414737 WARN (TEST-ForceLeaderTest.testReplicasInLowerTerms-seed#[4EF6BE11D891B6BE]) [ ] o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:36065/, target: http://127.0.0.1:42611/ [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLowerTerms -Dtests.seed=4EF6BE11D891B6BE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-GA -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 38.1s J2 | ForceLeaderTest.testReplicasInLowerTerms <<< [junit4] > Throwable #1: java.lang.AssertionError: Doc with id=5 not found in http://127.0.0.1:36065/forceleader_lower_terms_collection due to: Path not found: /id; rsp={doc=null} [junit4] > at __randomizedtesting.SeedInfo.seed([4EF6BE11D891B6BE:C0C29E52183616CA]:0) [junit4] > at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:699) [junit4] > at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:644) [junit4] > at org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:520) [junit4] > at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:564) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_4EF6BE11D891B6BE-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@21bd6263), locale=fr-GA, timezone=Africa/El_Aaiun [junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 10 (64-bit)/cpus=8,threads=1,free=185644808,total=468713472 [junit4] 2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, SolrIndexMetricsTest, TestStressInPlaceUpdates, TestPerFieldSimilarityWithDefaultOverride, TestMinMaxOnMultiValuedField, PingRequestHandlerTest, HdfsBasicDistributedZk2Test, LargeFieldTest, HdfsDirectoryFactoryTest, DistributedQueryComponentOptimizationTest, TestFileDictionaryLookup, TestHdfsUpdateLog, TestClassicSimilarityFactory, SpatialFilterTest, PeerSyncReplicationTest, TestUseDocValuesAsStored, ForceLeaderTest] [junit4] Completed [92/778 (1!)] on J2 in 156.90s, 4 tests, 1 failure, 1 skipped <<< FAILURES! [...truncated 43540 lines...] [repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21531/consoleText [repro] Revision: b212f2e9b7b5d20ab8d6168b5ddcb164f536d1af [repro] Repro line: ant test -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLowerTerms -Dtests.seed=4EF6BE11D891B6BE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-GA -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" [repro] ant clean [...truncated 6 lines...] [repro] Test suites by module: [repro] solr/core [repro] ForceLeaderTest [repro] ant compile-test [...truncated 3297 lines...] [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ForceLeaderTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=4EF6BE11D891B6BE -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-GA -Dtests.timezone=Africa/El_Aaiun -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [...truncated 91 lines...] [repro] Failures: [repro] 0/5 failed: org.apache.solr.cloud.ForceLeaderTest [repro] Exiting with code 0 [...truncated 40 lines...] ------=_Part_54_1765557716.1519556669970 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_54_1765557716.1519556669970--