Okay, I've opened up https://github.com/apache/solr/pull/3995 which restores 
some manual closing of clients.

For some reason, I thought clients that are retrieved from a SolrJettyTestRule 
didn't need closing, that the rule handled it.

collection1 = solrTestRule.getSolrClient("collection1"); 

I thought the lifecycle was handled by the rule.

In the SolrJettyTestRule.after() method I see:

    for (SolrClient solrClient : clients.values()) {
      IOUtils.closeQuietly(solrClient);
    }

Which I thought was the same as me closing the client?

I will merge the fix in a few hours...

On 2025/12/31 15:52:14 Eric Pugh wrote:
> Okay, I figured out how to find the logs and the command to execute the test.
> 
> I took the original reproducing command:
> 
> And got it down to:
> ./gradlew :solr:core:test --tests 
> "org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch"
>  -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:+UseCompressedOops 
> -XX:+UseParallelGC" -Ptests.multiplier=3
> 
> If I change tests.multiplier to 1, it passes, 2 or 3 it fails.   If I remove 
> either of the tests.jvmargs arguments, then the test starts passing again.   
> 
> 
> On 2025/12/30 23:33:18 David Smiley wrote:
> > Most methods of DistributedDebugComponentTest failed in my IDE (IntelliJ)
> > when running the JUnit runner.  I just went
> > to DistributedDebugComponentTest and hit the green arrow in the gutter to
> > run all tests in the suite.
> > 
> > In general for a gradle based test execution, it's easy to _attempt_ to
> > reproduce.  CI runs Gradle, Crave runs Gradle, and sometimes we do
> > locally.  Look at the very end of the console output for the list of
> > failures and the "Reproduce with" lines that are there for you to
> > copy-paste to invoke.  This CI email we're replying to doesn't show it but
> > you can click links into the build that failed and then into the console
> > output and find these same lines and run them on your CLI if you wish.
> > 
> > On Tue, Dec 30, 2025 at 5:21 PM Eric Pugh <[email protected]> wrote:
> > 
> > > Any suggestions on how to tackle this?
> > >
> > > The tests passed both on my local machine and on the Jenkins Main build.
> > >  I don't know much about the Policeman setup.
> > >
> > > There isn't much to go on in the error message.
> > >
> > > You mentioned it fails on all seeds...   Is there a command I can run to
> > > reproduce it?
> > >
> > > Eric
> > >
> > > On 2025/12/30 21:26:37 Chris Hostetter wrote:
> > > >
> > > > https://github.com/apache/solr/pull/3947#issuecomment-3700599466
> > > >
> > > >
> > > > On Tue, 30 Dec 2025, Policeman Jenkins Server wrote:
> > > >
> > > > : Date: Tue, 30 Dec 2025 20:11:40 +0000 (UTC)
> > > > : From: Policeman Jenkins Server <[email protected]>
> > > > : Reply-To: [email protected]
> > > > : To: [email protected]
> > > > : Subject: [JENKINS] Solr-main-Linux (64bit/hotspot/jdk-23.0.2) - Build
> > > # 30086
> > > > :     - Still Unstable!
> > > > :
> > > > : Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/30086/
> > > > : Java: 64bit/hotspot/jdk-23.0.2 -XX:+UseCompressedOops
> > > -XX:+UseParallelGC
> > > > :
> > > > : 20 tests failed.
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:BD01B53D66E35BA8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest(DistributedDebugComponentTest.java:366)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:BD01B53D66E35BA8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest(DistributedDebugComponentTest.java:366)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:BD01B53D66E35BA8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest(DistributedDebugComponentTest.java:366)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:BD01B53D66E35BA8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testCompareWithNonDistributedRequest(DistributedDebugComponentTest.java:366)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:B747736A8F650C15]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.verifyDebugSections(DistributedDebugComponentTest.java:274)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections(DistributedDebugComponentTest.java:265)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:B747736A8F650C15]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.verifyDebugSections(DistributedDebugComponentTest.java:274)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections(DistributedDebugComponentTest.java:265)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:B747736A8F650C15]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.verifyDebugSections(DistributedDebugComponentTest.java:274)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections(DistributedDebugComponentTest.java:265)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:B747736A8F650C15]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.verifyDebugSections(DistributedDebugComponentTest.java:274)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testDebugSections(DistributedDebugComponentTest.java:265)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:34501975C5B5A6CE]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom(DistributedDebugComponentTest.java:218)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:34501975C5B5A6CE]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom(DistributedDebugComponentTest.java:218)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:34501975C5B5A6CE]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom(DistributedDebugComponentTest.java:218)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:34501975C5B5A6CE]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testRandom(DistributedDebugComponentTest.java:218)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:3A69133747D68E45]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch(DistributedDebugComponentTest.java:110)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:3A69133747D68E45]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch(DistributedDebugComponentTest.java:110)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:3A69133747D68E45]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch(DistributedDebugComponentTest.java:110)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:3A69133747D68E45]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testSimpleSearch(DistributedDebugComponentTest.java:110)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:45945/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:80E5F7A4B717CDE8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch(DistributedDebugComponentTest.java:411)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:44425/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:80E5F7A4B717CDE8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch(DistributedDebugComponentTest.java:411)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:43463/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:80E5F7A4B717CDE8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch(DistributedDebugComponentTest.java:411)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > > :
> > > > : FAILED:
> > > org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch
> > > > :
> > > > : Error Message:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :
> > > > : Stack Trace:
> > > > : org.apache.solr.client.solrj.RemoteSolrException: Error from server at
> > > https://127.0.0.1:37341/solr: org.apache.solr.common.SolrException:
> > > org.apache.solr.client.solrj.SolrServerException: Connection refused
> > > > :     at
> > > __randomizedtesting.SeedInfo.seed([461C3C7A74D510BD:80E5F7A4B717CDE8]:0)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.executeMethod(HttpSolrClient.java:685)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:254)
> > > > :     at
> > > app//org.apache.solr.client.solrj.apache.HttpSolrClient.request(HttpSolrClient.java:233)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:286)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:928)
> > > > :     at
> > > app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:941)
> > > > :     at
> > > app//org.apache.solr.handler.component.DistributedDebugComponentTest.testTolerantSearch(DistributedDebugComponentTest.java:411)
> > > > :     at [email protected]
> > > /jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
> > > > :     at [email protected]
> > > /java.lang.reflect.Method.invoke(Method.java:580)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
> > > > :     at
> > > app//org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> > > > :     at
> > > app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> > > > :     at
> > > app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
> > > > :     at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
> > > > :     at
> > > app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
> > > > :     at [email protected]/java.lang.Thread.run(Thread.java:1575)
> > > > :
> > > >
> > > > -Hoss
> > > > http://www.lucidworks.com/
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [email protected]
> > > > For additional commands, e-mail: [email protected]
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [email protected]
> > > For additional commands, e-mail: [email protected]
> > >
> > >
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to