Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/42/
2 tests failed. FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:44967/forceleader_test_collection Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:44967/forceleader_test_collection at __randomizedtesting.SeedInfo.seed([A3F5576C084DAA87:456263AC31CF53E6]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504) at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479) at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:294) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1063) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035) 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:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) 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 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.lang.Thread.run(Thread.java:748) Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 52 more FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration Error Message: Path /autoscaling/nodeAdded/127.0.0.1:10006_solr wasn't created Stack Trace: java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10006_solr wasn't created at __randomizedtesting.SeedInfo.seed([A3F5576C084DAA87:BB4FDF6006786768]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration(TestSimTriggerIntegration.java:888) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) 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:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) 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 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.lang.Thread.run(Thread.java:748) Build Log: [...truncated 13958 lines...] [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/init-core-data-001 [junit4] 2> 1494985 INFO (SUITE-ForceLeaderTest-seed#[A3F5576C084DAA87]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: / [junit4] 2> 1494990 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1494990 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1494990 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1495090 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer start zk server on port:36344 [junit4] 2> 1495090 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36344 [junit4] 2> 1495090 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36344 [junit4] 2> 1495105 INFO (zkConnectionManagerCallback-3674-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495113 INFO (zkConnectionManagerCallback-3676-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495116 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1495118 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1495142 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1495145 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1495148 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1495152 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1495155 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1495158 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1495162 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1495166 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1495170 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkTestServer put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1495175 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise [junit4] 2> 1495521 WARN (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 1495521 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 1495521 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 1495522 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12 [junit4] 2> 1495526 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1495526 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1495526 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1495526 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55bf6ed7{/,null,AVAILABLE} [junit4] 2> 1495528 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5f2899ca{HTTP/1.1,[http/1.1]}{127.0.0.1:๓๙๗๗๘} [junit4] 2> 1495528 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.e.j.s.Server Started @๑๔๙๕๕๙๙ms [junit4] 2> 1495528 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/tempDir-001/control/data, hostContext=/, hostPort=34335, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/control-001/cores} [junit4] 2> 1495528 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1495529 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1495529 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.7.0 [junit4] 2> 1495529 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1495529 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1495529 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-01-01T22:48:26.489Z [junit4] 2> 1495533 INFO (zkConnectionManagerCallback-3678-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495536 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1495536 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/control-001/solr.xml [junit4] 2> 1495545 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1495545 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1495549 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1495798 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36344/solr [junit4] 2> 1495800 INFO (zkConnectionManagerCallback-3682-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495814 INFO (zkConnectionManagerCallback-3684-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495921 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34335_ [junit4] 2> 1495922 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.c.Overseer Overseer (id=72550272821886980-127.0.0.1:34335_-n_0000000000) starting [junit4] 2> 1495931 INFO (zkConnectionManagerCallback-3691-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1495934 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1495935 INFO (OverseerStateUpdate-72550272821886980-127.0.0.1:34335_-n_0000000000) [n:127.0.0.1:34335_ ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34335_ [junit4] 2> 1495936 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34335_ [junit4] 2> 1495938 INFO (zkCallback-3683-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1495951 INFO (zkCallback-3690-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1495986 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1496018 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1496034 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1496035 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1496037 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [n:127.0.0.1:34335_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/control-001/cores [junit4] 2> 1496102 INFO (zkConnectionManagerCallback-3697-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1496106 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1496112 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1496113 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48960,localport=34335], receiveBufferSize:531000 [junit4] 2> 1496122 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39778,localport=45998], receiveBufferSize=530904 [junit4] 2> 1496126 INFO (qtp704501218-23865) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34335_&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1496139 INFO (OverseerThreadFactory-4483-thread-1-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection [junit4] 2> 1496268 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48964,localport=34335], receiveBufferSize:531000 [junit4] 2> 1496270 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39778,localport=46002], receiveBufferSize=530904 [junit4] 2> 1496272 INFO (qtp704501218-23868) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=1 [junit4] 2> 1496276 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1496278 INFO (qtp704501218-23867) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1496280 INFO (qtp704501218-23866) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1496281 INFO (qtp704501218-23868) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1496290 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ x:control_collection_shard1_replica_n1] 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> 1496291 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1497328 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0 [junit4] 2> 1497344 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497466 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497485 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497486 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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@5df55d99 [junit4] 2> 1497486 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/control-001/cores/control_collection_shard1_replica_n1/data/] [junit4] 2> 1497490 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=92.6337890625, floorSegmentMB=2.126953125, forceMergeDeletesPctAllowed=10.657136748073937, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=35.34652142188204 [junit4] 2> 1497496 WARN (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497613 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497613 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497619 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1497620 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1497623 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 1497624 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ee6d12[control_collection_shard1_replica_n1] main] [junit4] 2> 1497627 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1497628 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497630 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1497630 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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 1621500004757667840 [junit4] 2> 1497640 INFO (searcherExecutor-4488-thread-1-processing-n:127.0.0.1:34335_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:34335_ 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@3ee6d12[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1497648 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0} [junit4] 2> 1497648 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1 [junit4] 2> 1497659 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1497659 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497659 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34335/control_collection_shard1_replica_n1/ [junit4] 2> 1497660 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497661 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:34335/control_collection_shard1_replica_n1/ has no replicas [junit4] 2> 1497661 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497662 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ c:control_collection s:shard1 x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72550272821886980-core_node2-n_0000000000 [junit4] 2> 1497668 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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:34335/control_collection_shard1_replica_n1/ shard1 [junit4] 2> 1497771 INFO (zkCallback-3683-thread-1) [ ] 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> 1497771 INFO (zkCallback-3683-thread-2) [ ] 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> 1497772 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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> 1497778 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ 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=1488 [junit4] 2> 1497782 INFO (qtp704501218-23865) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 1497876 INFO (zkCallback-3683-thread-2) [ ] 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> 1497876 INFO (zkCallback-3683-thread-1) [ ] 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> 1497876 INFO (zkCallback-3683-thread-3) [ ] 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> 1497877 INFO (qtp704501218-23865) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34335_&wt=javabin&version=2} status=0 QTime=1751 [junit4] 2> 1497884 INFO (zkConnectionManagerCallback-3702-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1497886 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1497888 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1497888 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1497889 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48970,localport=34335], receiveBufferSize:531000 [junit4] 2> 1497890 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39778,localport=46008], receiveBufferSize=530904 [junit4] 2> 1497890 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1497906 INFO (OverseerThreadFactory-4483-thread-2-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 1497907 INFO (OverseerCollectionConfigSetProcessor-72550272821886980-127.0.0.1:34335_-n_0000000000) [n:127.0.0.1:34335_ ] 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> 1498113 WARN (OverseerThreadFactory-4483-thread-2-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores. [junit4] 2> 1498119 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas [junit4] 2> 1498126 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=235 [junit4] 2> 1498130 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3 [junit4] 2> 1498436 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-1-001 of type NRT [junit4] 2> 1498439 WARN (closeThreadPool-3703-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 1498440 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 1498440 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 1498440 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12 [junit4] 2> 1498441 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1498441 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1498442 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 1498442 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@755a056b{/,null,AVAILABLE} [junit4] 2> 1498443 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@f3daae9{HTTP/1.1,[http/1.1]}{127.0.0.1:๔๒๔๘๔} [junit4] 2> 1498443 INFO (closeThreadPool-3703-thread-1) [ ] o.e.j.s.Server Started @๑๔๙๘๕๑๔ms [junit4] 2> 1498443 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39932, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-1-001/cores} [junit4] 2> 1498444 ERROR (closeThreadPool-3703-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1498444 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1498444 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.7.0 [junit4] 2> 1498444 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1498444 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1498444 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-01-01T22:48:29.404Z [junit4] 2> 1498452 INFO (zkConnectionManagerCallback-3705-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1498453 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1498453 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-1-001/solr.xml [junit4] 2> 1498459 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1498459 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1498462 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1498678 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001 of type NRT [junit4] 2> 1498684 WARN (closeThreadPool-3703-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 1498684 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 1498684 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 1498684 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12 [junit4] 2> 1498686 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1498686 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1498686 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1498686 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76d6629e{/,null,AVAILABLE} [junit4] 2> 1498687 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@9cd61aa{HTTP/1.1,[http/1.1]}{127.0.0.1:๓๔๘๕๖} [junit4] 2> 1498687 INFO (closeThreadPool-3703-thread-2) [ ] o.e.j.s.Server Started @๑๔๙๘๗๕๘ms [junit4] 2> 1498687 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44967, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001/cores} [junit4] 2> 1498687 ERROR (closeThreadPool-3703-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1498687 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1498688 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.7.0 [junit4] 2> 1498688 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1498688 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1498688 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-01-01T22:48:29.648Z [junit4] 2> 1498707 INFO (zkConnectionManagerCallback-3707-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1498709 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1498709 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001/solr.xml [junit4] 2> 1498714 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1498714 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1498716 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1498852 INFO (closeThreadPool-3703-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36344/solr [junit4] 2> 1498865 INFO (zkConnectionManagerCallback-3711-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1498875 INFO (zkConnectionManagerCallback-3713-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1498888 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1498893 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.ZkController Publish node=127.0.0.1:44967_ as DOWN [junit4] 2> 1498895 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1498895 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44967_ [junit4] 2> 1498898 INFO (zkCallback-3690-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1498899 INFO (zkCallback-3701-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1498899 INFO (zkCallback-3683-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1498904 INFO (zkCallback-3712-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1498933 INFO (zkConnectionManagerCallback-3720-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1498935 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1498938 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1498939 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1498969 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1498969 INFO (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[A3F5576C084DAA87]) [ ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001 of type NRT [junit4] 2> 1498971 WARN (closeThreadPool-3703-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 1498971 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 1498971 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 1498971 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12 [junit4] 2> 1498973 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 1498974 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 1498974 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 1498974 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ff1fa14{/,null,AVAILABLE} [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7af9f8d0{HTTP/1.1,[http/1.1]}{127.0.0.1:๔๔๙๙๑} [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.e.j.s.Server Started @๑๔๙๙๐๔๖ms [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34831, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001/cores} [junit4] 2> 1498975 ERROR (closeThreadPool-3703-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.7.0 [junit4] 2> 1498975 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1498976 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 1498976 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-01-01T22:48:29.936Z [junit4] 2> 1498984 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1498985 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1498987 INFO (closeThreadPool-3703-thread-2) [n:127.0.0.1:44967_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001/cores [junit4] 2> 1499000 INFO (zkConnectionManagerCallback-3723-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499004 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 1499004 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001/solr.xml [junit4] 2> 1499034 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored [junit4] 2> 1499034 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored [junit4] 2> 1499037 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99, but no JMX reporters were configured - adding default JMX reporter. [junit4] 2> 1499052 INFO (closeThreadPool-3703-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36344/solr [junit4] 2> 1499062 INFO (zkConnectionManagerCallback-3727-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499076 INFO (zkConnectionManagerCallback-3729-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499088 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1499101 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.ZkController Publish node=127.0.0.1:39932_ as DOWN [junit4] 2> 1499105 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1499105 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39932_ [junit4] 2> 1499107 INFO (zkCallback-3690-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499107 INFO (zkCallback-3701-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499107 INFO (zkCallback-3683-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499117 INFO (zkCallback-3719-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499117 INFO (zkCallback-3712-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499127 INFO (zkCallback-3728-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 1499156 INFO (zkConnectionManagerCallback-3736-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499159 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1499161 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1499161 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1499204 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499234 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499235 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499239 INFO (closeThreadPool-3703-thread-1) [n:127.0.0.1:39932_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-1-001/cores [junit4] 2> 1499297 INFO (closeThreadPool-3703-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36344/solr [junit4] 2> 1499302 INFO (zkConnectionManagerCallback-3741-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499307 INFO (zkConnectionManagerCallback-3743-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499316 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 1499322 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.ZkController Publish node=127.0.0.1:34831_ as DOWN [junit4] 2> 1499324 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores [junit4] 2> 1499325 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34831_ [junit4] 2> 1499328 INFO (zkCallback-3719-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499328 INFO (zkCallback-3701-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499328 INFO (zkCallback-3690-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499328 INFO (zkCallback-3712-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499328 INFO (zkCallback-3683-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499328 INFO (zkCallback-3728-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499330 INFO (zkCallback-3735-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499340 INFO (zkCallback-3742-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 1499388 INFO (zkConnectionManagerCallback-3750-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 1499392 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 1499411 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36344/solr ready [junit4] 2> 1499412 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 1499466 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499487 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499487 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1499490 INFO (closeThreadPool-3703-thread-3) [n:127.0.0.1:34831_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001/cores [junit4] 2> 1499561 INFO (qtp704501218-23865) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44967_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1499564 INFO (OverseerCollectionConfigSetProcessor-72550272821886980-127.0.0.1:34335_-n_0000000000) [n:127.0.0.1:34335_ ] 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> 1499565 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=48998,localport=34335], receiveBufferSize:531000 [junit4] 2> 1499573 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39778,localport=46036], receiveBufferSize=530904 [junit4] 2> 1499573 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49002,localport=34335], receiveBufferSize:531000 [junit4] 2> 1499575 INFO (SocketProxy-Acceptor-34335) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39778,localport=46040], receiveBufferSize=530904 [junit4] 2> 1499587 INFO (qtp704501218-23868) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39932_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1499587 INFO (qtp704501218-23864) [n:127.0.0.1:34335_ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34831_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1499592 INFO (qtp704501218-23867) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=3 [junit4] 2> 1499593 INFO (qtp704501218-23866) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0 [junit4] 2> 1499593 INFO (qtp704501218-23867) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0 [junit4] 2> 1499595 INFO (qtp704501218-23866) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499596 INFO (qtp704501218-23867) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499598 INFO (qtp704501218-23866) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499599 INFO (qtp704501218-23867) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499601 INFO (qtp704501218-23866) [n:127.0.0.1:34335_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499601 INFO (SocketProxy-Acceptor-34831) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54314,localport=34831], receiveBufferSize:531000 [junit4] 2> 1499602 INFO (SocketProxy-Acceptor-34831) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44991,localport=56626], receiveBufferSize=530904 [junit4] 2> 1499613 INFO (qtp1829610536-23975) [n:127.0.0.1:34831_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499614 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499621 INFO (qtp1829610536-23977) [n:127.0.0.1:34831_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499622 INFO (qtp1829610536-23978) [n:127.0.0.1:34831_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499623 INFO (qtp1829610536-23974) [n:127.0.0.1:34831_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499624 INFO (SocketProxy-Acceptor-39932) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57468,localport=39932], receiveBufferSize:531000 [junit4] 2> 1499625 INFO (SocketProxy-Acceptor-39932) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=42484,localport=54406], receiveBufferSize=530904 [junit4] 2> 1499630 INFO (qtp272152296-23933) [n:127.0.0.1:39932_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499631 INFO (qtp272152296-23934) [n:127.0.0.1:39932_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499632 INFO (qtp272152296-23935) [n:127.0.0.1:39932_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499633 INFO (qtp272152296-23936) [n:127.0.0.1:39932_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499634 INFO (qtp272152296-23932) [n:127.0.0.1:39932_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499635 INFO (SocketProxy-Acceptor-44967) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55168,localport=44967], receiveBufferSize:531000 [junit4] 2> 1499635 INFO (SocketProxy-Acceptor-44967) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34856,localport=52354], receiveBufferSize=530904 [junit4] 2> 1499639 INFO (qtp1125655462-23946) [n:127.0.0.1:44967_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499640 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499642 INFO (qtp1125655462-23948) [n:127.0.0.1:44967_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499643 INFO (qtp1125655462-23949) [n:127.0.0.1:44967_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499644 INFO (qtp1125655462-23945) [n:127.0.0.1:44967_ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0 [junit4] 2> 1499649 INFO (OverseerThreadFactory-4483-thread-3-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44967_ for creating new replica of shard shard1 for collection collection1 [junit4] 2> 1499650 INFO (OverseerThreadFactory-4483-thread-4-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34831_ for creating new replica of shard shard2 for collection collection1 [junit4] 2> 1499652 INFO (OverseerThreadFactory-4483-thread-4-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ c:collection1 s:shard2 ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command. [junit4] 2> 1499653 INFO (SocketProxy-Acceptor-34831) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54326,localport=34831], receiveBufferSize:531000 [junit4] 2> 1499654 INFO (OverseerThreadFactory-4483-thread-3-processing-n:127.0.0.1:34335_) [n:127.0.0.1:34335_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command. [junit4] 2> 1499655 INFO (SocketProxy-Acceptor-34831) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=44991,localport=56638], receiveBufferSize=530904 [junit4] 2> 1499656 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ x:collection1_shard2_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1499665 INFO (SocketProxy-Acceptor-44967) [ ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55176,localport=44967], receiveBufferSize:531000 [junit4] 2> 1499671 INFO (SocketProxy-Acceptor-44967) [ ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34856,localport=52362], receiveBufferSize=530904 [junit4] 2> 1499672 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 1500687 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0 [junit4] 2> 1500744 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0 [junit4] 2> 1500749 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=test [junit4] 2> 1500793 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=test [junit4] 2> 1500920 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1500941 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using configuration from collection collection1, trusted=true [junit4] 2> 1500942 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n1' (registry 'solr.core.collection1.shard2.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1500942 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001/cores/collection1_shard2_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-3-001/cores/collection1_shard2_replica_n1/data/] [junit4] 2> 1500946 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=92.6337890625, floorSegmentMB=2.126953125, forceMergeDeletesPctAllowed=10.657136748073937, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=35.34652142188204 [junit4] 2> 1500948 WARN (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_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> 1500966 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id [junit4] 2> 1501015 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true [junit4] 2> 1501017 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5df55d99 [junit4] 2> 1501018 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001/cores/collection1_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_A3F5576C084DAA87-001/shard-2-001/cores/collection1_shard1_replica_n2/data/] [junit4] 2> 1501027 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=92.6337890625, floorSegmentMB=2.126953125, forceMergeDeletesPctAllowed=10.657136748073937, segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=35.34652142188204 [junit4] 2> 1501034 WARN (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] 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> 1501088 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1501088 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1501098 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1501098 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1501103 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 1501104 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58f81d68[collection1_shard2_replica_n1] main] [junit4] 2> 1501109 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1501111 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1501115 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 1501116 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1621500008413003776 [junit4] 2> 1501129 INFO (searcherExecutor-4520-thread-1-processing-n:127.0.0.1:34831_ x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore [collection1_shard2_replica_n1] Registered new searcher Searcher@58f81d68[collection1_shard2_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1501149 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node3=0}, version=0} [junit4] 2> 1501149 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2 [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34831/collection1_shard2_replica_n1/ [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:34831/collection1_shard2_replica_n1/ has no replicas [junit4] 2> 1501158 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1501159 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72550272821886994-core_node3-n_0000000000 [junit4] 2> 1501163 INFO (qtp1829610536-23976) [n:127.0.0.1:34831_ c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34831/collection1_shard2_replica_n1/ shard2 [junit4] 2> 1501277 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1501277 INFO (qtp1125655462-23947) [n:127.0.0.1:44967_ c:collection1 s:shard1 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: [...truncated too long message...] ure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: ivy-fail: ivy-configure: [ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml resolve: jar-checksums: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null1626666458 [copy] Copying 242 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null1626666458 [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-7.x/checkout/solr/null1626666458 check-working-copy: [ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public [ivy:cachepath] found com.jcraft#jsch;0.1.53 in public [ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in public [ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public [ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public [ivy:cachepath] found commons-codec#commons-codec;1.6 in public [ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public [ivy:cachepath] :: resolution report :: resolve 36ms :: artifacts dl 8ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 8 | 0 | 0 | 0 || 8 | 0 | --------------------------------------------------------------------- [wc-checker] Initializing working copy... [wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation [wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [wc-checker] Checking working copy status... -jenkins-base: BUILD SUCCESSFUL Total time: 370 minutes 34 seconds Archiving artifacts java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726) at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:955) at hudson.FilePath.act(FilePath.java:1072) at hudson.FilePath.act(FilePath.java:1061) at hudson.FilePath.validateAntFileMask(FilePath.java:2705) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1835) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused: hudson.FilePath$TunneledInterruptedException at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1074) at hudson.FilePath.act(FilePath.java:1061) at hudson.FilePath.validateAntFileMask(FilePath.java:2705) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1835) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
