Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2121/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

7 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost

Error Message:
org.apache.solr.common.SolrException: 

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: 
        at 
__randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1:A023DB48730A7637]:0)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:139)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:128)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:162)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:993)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: 
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:300)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
        ... 40 more
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:43392/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1260)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:342)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:273)
        ... 41 more
Caused by: java.net.SocketException: Connection reset
        at java.net.SocketInputStream.read(SocketInputStream.java:210)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 46 more


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.QueryEqualityTest

Error Message:
testParserCoverage was run w/o any other method explicitly testing qparser: 
min_hash

Stack Trace:
java.lang.AssertionError: testParserCoverage was run w/o any other method 
explicitly testing qparser: min_hash
        at __randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12893 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/init-core-data-001
   [junit4]   2> 618280 WARN  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=57 numCloses=57
   [junit4]   2> 618281 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 618282 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 618282 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 618282 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001
   [junit4]   2> 618283 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 618283 INFO  (Thread-1701) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 618283 INFO  (Thread-1701) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 618284 ERROR (Thread-1701) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 618383 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41928
   [junit4]   2> 618386 INFO  (zkConnectionManagerCallback-1739-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 618391 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 618392 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 618392 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 618392 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 618392 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19e2906c{/solr,null,AVAILABLE}
   [junit4]   2> 618394 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55bbce4c{HTTP/1.1,[http/1.1]}{127.0.0.1:४४८७३}
   [junit4]   2> 618394 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.e.j.s.Server Started @६१८९४२ms
   [junit4]   2> 618394 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44873}
   [junit4]   2> 618395 ERROR (jetty-launcher-1736-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 618395 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 618395 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 618395 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 618395 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 618395 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T11:21:04.507Z
   [junit4]   2> 618397 INFO  (zkConnectionManagerCallback-1741-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 618397 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 620068 INFO  (jetty-launcher-1736-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41928/solr
   [junit4]   2> 620070 INFO  (zkConnectionManagerCallback-1745-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620072 INFO  (zkConnectionManagerCallback-1747-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620199 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44873_solr
   [junit4]   2> 620201 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer Overseer 
(id=72151066160136195-127.0.0.1:44873_solr-n_0000000000) starting
   [junit4]   2> 620209 INFO  (zkConnectionManagerCallback-1754-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620212 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41928/solr ready
   [junit4]   2> 620213 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44873_solr
   [junit4]   2> 620213 INFO  
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44873_solr
   [junit4]   2> 620215 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 620215 INFO  
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 620216 INFO  (zkCallback-1753-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 620217 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 620217 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 620217 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 620222 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:44873_solr]
   [junit4]   2> 620223 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 620223 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 620224 DEBUG (ScheduledTrigger-2324-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 620235 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 620258 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44873.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620262 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44873.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620263 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44873.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620263 INFO  (jetty-launcher-1736-thread-1) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node1/.
   [junit4]   2> 620278 INFO  (zkConnectionManagerCallback-1757-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620283 INFO  (zkConnectionManagerCallback-1762-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620285 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 620286 INFO  
(SUITE-ComputePlanActionTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41928/solr ready
   [junit4] IGNOR/A 0.00s J1 | ComputePlanActionTest.testNodeAdded
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> 620305 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
   [junit4]   2> 620306 DEBUG (zkCallback-1753-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 620306 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 620307 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 620313 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 620313 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 620313 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 620326 INFO  (qtp791670850-6237) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 620328 DEBUG (qtp791670850-6242) [n:127.0.0.1:44873_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 620334 INFO  (qtp791670850-6242) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 620334 DEBUG (zkCallback-1753-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 620334 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 620334 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 620335 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 620335 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 620338 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 620338 DEBUG (qtp791670850-6240) [n:127.0.0.1:44873_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 620339 INFO  (qtp791670850-6240) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 620341 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 620341 DEBUG (zkCallback-1753-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
4
   [junit4]   2> 620341 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 4
   [junit4]   2> 620342 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 620342 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 620342 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 620342 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 620343 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4859c540{/solr,null,AVAILABLE}
   [junit4]   2> 620343 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 620343 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, 
lastZnodeVersion 4
   [junit4]   2> 620343 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@fc6f3fc{HTTP/1.1,[http/1.1]}{127.0.0.1:३३०२९}
   [junit4]   2> 620343 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.Server Started @६२०८९२ms
   [junit4]   2> 620343 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33029}
   [junit4]   2> 620343 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 620343 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 620344 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 620344 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 620344 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 620344 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T11:21:06.456Z
   [junit4]   2> 620346 INFO  (zkConnectionManagerCallback-1766-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620347 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 620631 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41928/solr
   [junit4]   2> 620633 INFO  (zkConnectionManagerCallback-1770-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620636 INFO  (zkConnectionManagerCallback-1772-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620646 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 620652 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 620652 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33029_solr
   [junit4]   2> 620652 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33029_solr"} current state version: 0
   [junit4]   2> 620652 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:33029_solr
   [junit4]   2> 620654 INFO  (zkCallback-1761-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 620654 INFO  (zkCallback-1761-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 620654 INFO  (zkCallback-1746-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 620655 INFO  (zkCallback-1753-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 620656 INFO  (zkCallback-1771-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 620674 INFO  (zkConnectionManagerCallback-1779-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620676 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 620677 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:41928/solr ready
   [junit4]   2> 620678 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 620692 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33029.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620705 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33029.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620706 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33029.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 620706 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) 
[n:127.0.0.1:33029_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node2/.
   [junit4]   2> 620731 INFO  (qtp463567072-6288) [n:127.0.0.1:33029_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 620732 INFO  (qtp791670850-6240) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 620733 DEBUG (qtp791670850-6241) [n:127.0.0.1:44873_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 620735 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 620735 DEBUG (zkCallback-1753-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
5
   [junit4]   2> 620738 INFO  (qtp463567072-6284) [n:127.0.0.1:33029_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 620739 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 5
   [junit4]   2> 620741 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial 
livenodes: [127.0.0.1:44873_solr, 127.0.0.1:33029_solr]
   [junit4]   2> 620741 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 620741 DEBUG 
(OverseerAutoScalingTriggerThread-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, 
lastZnodeVersion 5
   [junit4]   2> 620742 DEBUG (ScheduledTrigger-2324-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 620749 INFO  
(OverseerThreadFactory-2326-thread-1-processing-n:127.0.0.1:44873_solr) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNodeLost
   [junit4]   2> 620756 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"testNodeLost",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 620756 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: testNodeLost
   [junit4]   2> 620757 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/testNodeLost/state.json
   [junit4]   2> 620859 INFO  (qtp463567072-6287) [n:127.0.0.1:33029_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 620862 INFO  (qtp791670850-6244) [n:127.0.0.1:44873_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 620880 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 620880 INFO  
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 620881 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 620881 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 620885 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 620885 INFO  
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 620886 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 620886 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node2":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node4":{
   [junit4]   2>       "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>       "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 620988 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 0
   [junit4]   2> 621088 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr    
x:testNodeLost_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 621088 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr    
x:testNodeLost_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 621091 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr    
x:testNodeLost_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n3&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 621093 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 621093 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 621093 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeLost_shard1_replica_n1","base_url":"http://127.0.0.1:44873/solr","node_name":"127.0.0.1:44873_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 621093 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 621096 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 621096 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 621096 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n3","base_url":"http://127.0.0.1:33029/solr","node_name":"127.0.0.1:33029_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 621096 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 621197 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 1
   [junit4]   2> 621743 DEBUG (ScheduledTrigger-2324-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 622108 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 622114 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 622125 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 622127 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 622127 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using 
configuration from collection testNodeLost, trusted=true
   [junit4]   2> 622127 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 622127 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44873.solr.core.testNodeLost.shard1.replica_n1' (registry 
'solr.core.testNodeLost.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 622127 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node1/testNodeLost_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
   [junit4]   2> 622129 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 622129 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n3' using 
configuration from collection testNodeLost, trusted=true
   [junit4]   2> 622129 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33029.solr.core.testNodeLost.shard1.replica_n3' (registry 
'solr.core.testNodeLost.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@427185f4
   [junit4]   2> 622129 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node2/testNodeLost_shard1_replica_n3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_1F3615B6F0E013B1-001/tempDir-001/node2/./testNodeLost_shard1_replica_n3/data/]
   [junit4]   2> 622194 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 622194 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 622194 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 622194 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 622195 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 622195 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 622195 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 622195 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 622196 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ef25768[testNodeLost_shard1_replica_n3] main]
   [junit4]   2> 622196 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1375f6fc[testNodeLost_shard1_replica_n1] main]
   [junit4]   2> 622198 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 622198 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 622198 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 622198 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 622199 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 622199 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 622199 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615205570509275136
   [junit4]   2> 622199 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1615205570509275136
   [junit4]   2> 622199 INFO  
(searcherExecutor-2340-thread-1-processing-n:127.0.0.1:44873_solr 
x:testNodeLost_shard1_replica_n1 c:testNodeLost s:shard1 r:core_node2) 
[n:127.0.0.1:44873_solr c:testNodeLost s:shard1 r:core_node2 
x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n1] Registered new searcher 
Searcher@1375f6fc[testNodeLost_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622202 INFO  
(searcherExecutor-2341-thread-1-processing-n:127.0.0.1:33029_solr 
x:testNodeLost_shard1_replica_n3 c:testNodeLost s:shard1 r:core_node4) 
[n:127.0.0.1:33029_solr c:testNodeLost s:shard1 r:core_node4 
x:testNodeLost_shard1_replica_n3] o.a.s.c.SolrCore 
[testNodeLost_shard1_replica_n3] Registered new searcher 
Searcher@4ef25768[testNodeLost_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622209 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testNodeLost/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 622212 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testNodeLost/terms/shard1 to Terms{values={core_node2=0, 
core_node4=0}, version=1}
   [junit4]   2> 622216 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 622216 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost"} current state version: 0
   [junit4]   2> 622217 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 622217 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44873/solr/testNodeLost_shard1_replica_n1/
   [junit4]   2> 622217 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 
url=http://127.0.0.1:44873/solr START 
replicas=[http://127.0.0.1:33029/solr/testNodeLost_shard1_replica_n3/] 
nUpdates=100
   [junit4]   2> 622218 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1 
url=http://127.0.0.1:44873/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 622220 INFO  (qtp463567072-6287) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.c.S.Request [testNodeLost_shard1_replica_n3]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 622221 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 622221 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 622228 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44873/solr/testNodeLost_shard1_replica_n1/ shard1
   [junit4]   2> 622229 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 622330 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 2
   [junit4]   2> 622382 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 622383 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 622383 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 622384 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"testNodeLost_shard1_replica_n1","base_url":"http://127.0.0.1:44873/solr","node_name":"127.0.0.1:44873_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 622384 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 622384 INFO  (qtp791670850-6241) [n:127.0.0.1:44873_solr 
c:testNodeLost s:shard1 r:core_node2 x:testNodeLost_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1297
   [junit4]   2> 622486 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 3
   [junit4]   2> 622486 INFO  (zkCallback-1746-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 622744 DEBUG (ScheduledTrigger-2324-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 623237 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 623238 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeLost",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 623238 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node4:{"core":"testNodeLost_shard1_replica_n3","base_url":"http://127.0.0.1:33029/solr","node_name":"127.0.0.1:33029_solr","state":"active","type":"NRT","force_set_state":"false"}
   [junit4]   2> 623238 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(testNodeLost//collections/testNodeLost/state.json/4)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:44873/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:44873_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testNodeLost_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:33029/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:33029_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 623239 INFO  (qtp463567072-6290) [n:127.0.0.1:33029_solr 
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n3&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2148
   [junit4]   2> 623243 INFO  (qtp463567072-6284) [n:127.0.0.1:33029_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 623339 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/testNodeLost/state.json version: 4
   [junit4]   2> 623340 INFO  (zkCallback-1746-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 623340 INFO  (zkCallback-1771-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 623745 DEBUG (ScheduledTrigger-2324-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 624244 INFO  (qtp463567072-6284) [n:127.0.0.1:33029_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3522
   [junit4]   2> 624250 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 624256 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 624256 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 624256 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 624256 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a4e6a91{/solr,null,AVAILABLE}
   [junit4]   2> 624256 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@57df52ab{HTTP/1.1,[http/1.1]}{127.0.0.1:४३३९२}
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.e.j.s.Server Started @६२४८२२ms
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43392}
   [junit4]   2> 624257 ERROR 
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 624257 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-24T11:21:10.369Z
   [junit4]   2> 624260 INFO  (zkConnectionManagerCallback-1782-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 624261 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 624282 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10055032ca4000b, likely client has closed socket
   [junit4]   2> 624746 DEBUG (ScheduledTrigger-2324-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with 
currently live nodes: 2
   [junit4]   2> 624753 INFO  
(OverseerCollectionConfigSetProcessor-72151066160136195-127.0.0.1:44873_solr-n_0000000000)
 [n:127.0.0.1:44873_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 625613 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41928/solr
   [junit4]   2> 625615 INFO  (zkConnectionManagerCallback-1786-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625620 INFO  (zkConnectionManagerCallback-1788-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625641 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 625649 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 625649 INFO  
(TEST-ComputePlanActionTest.testNodeLost-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43392_solr
   [junit4]   2> 625649 DEBUG 
(OverseerStateUpdate-72151066160136195-127.0.0.1:44873_solr-n_0000000000) 
[n:127.0.0.1:44873_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43392_solr"} current state version: 0
   [junit4]   2> 625649 DEBUG (OverseerStateUpdate-72151066160

[...truncated too long message...]

00s J0 | QueryEqualityTest.testFuncScale
   [junit4]   2> 287222 INFO  
(TEST-QueryEqualityTest.testFuncTerms-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncTerms
   [junit4]   2> 287227 INFO  
(TEST-QueryEqualityTest.testFuncTerms-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncTerms
   [junit4] OK      0.05s J0 | QueryEqualityTest.testFuncTerms
   [junit4]   2> 287254 INFO  
(TEST-QueryEqualityTest.testFuncCurrency-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncCurrency
   [junit4]   2> 287255 INFO  
(TEST-QueryEqualityTest.testFuncCurrency-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncCurrency
   [junit4] OK      0.03s J0 | QueryEqualityTest.testFuncCurrency
   [junit4]   2> 287264 INFO  
(TEST-QueryEqualityTest.testParserCoverage-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testParserCoverage
   [junit4]   2> 287264 INFO  
(TEST-QueryEqualityTest.testParserCoverage-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testParserCoverage
   [junit4] OK      0.01s J0 | QueryEqualityTest.testParserCoverage
   [junit4]   2> 287279 INFO  
(TEST-QueryEqualityTest.testQuerySurround-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testQuerySurround
   [junit4]   2> 287283 INFO  
(TEST-QueryEqualityTest.testQuerySurround-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testQuerySurround
   [junit4] OK      0.02s J0 | QueryEqualityTest.testQuerySurround
   [junit4]   2> 287285 INFO  
(TEST-QueryEqualityTest.testFilters-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFilters
   [junit4]   2> 287294 INFO  
(TEST-QueryEqualityTest.testFilters-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFilters
   [junit4] OK      0.01s J0 | QueryEqualityTest.testFilters
   [junit4]   2> 287300 INFO  
(TEST-QueryEqualityTest.testFuncSqedist-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFuncSqedist
   [junit4]   2> 287301 INFO  
(TEST-QueryEqualityTest.testFuncSqedist-seed#[1F3615B6F0E013B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFuncSqedist
   [junit4] OK      0.01s J0 | QueryEqualityTest.testFuncSqedist
   [junit4]   2> 287302 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 287302 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1685574562
   [junit4]   2> 287302 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 287302 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@15454c77: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5f07f23c
   [junit4]   2> 287306 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 287306 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@497d8111: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@147f8ed4
   [junit4]   2> 287309 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 287309 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@614c634b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@26ace1cd
   [junit4]   2> 287318 INFO  (coreCloseExecutor-925-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@484feb31
   [junit4]   2> 287318 INFO  (coreCloseExecutor-925-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=484feb31
   [junit4]   2> 287318 INFO  (coreCloseExecutor-925-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d344591: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@39a554ec
   [junit4]   2> 287377 INFO  
(SUITE-QueryEqualityTest-seed#[1F3615B6F0E013B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{lowerfilt=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1312, 
maxMBSortInHeap=7.558897042490576, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@12ec33e4),
 locale=hi-IN, timezone=Europe/Budapest
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=39519424,total=189976576
   [junit4]   2> NOTE: All tests run in this JVM: [ComputePlanActionTest, 
ComputePlanActionTest, QueryEqualityTest, QueryEqualityTest, QueryEqualityTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=QueryEqualityTest 
-Dtests.seed=1F3615B6F0E013B1 -Dtests.slow=true -Dtests.badapples=true 
-Dtests.locale=hi-IN -Dtests.timezone=Europe/Budapest -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | QueryEqualityTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: testParserCoverage was 
run w/o any other method explicitly testing qparser: min_hash
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1F3615B6F0E013B1]:0)
   [junit4]    >        at 
org.apache.solr.search.QueryEqualityTest.afterClassParserCoverageTest(QueryEqualityTest.java:59)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [9/10 (5!)] on J0 in 3.16s, 91 tests, 1 failure <<< 
FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4] OK      8.46s J1 | ComputePlanActionTest.testNodeAdded
   [junit4] OK      16.8s J1 | ComputePlanActionTest.testNodeLost
   [junit4] OK      24.1s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_1Shard
   [junit4] OK      22.0s J1 | ComputePlanActionTest.testSelectedCollections
   [junit4] OK      14.3s J1 | 
ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp
   [junit4] OK      24.5s J1 | 
ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4] OK      13.5s J1 | 
ComputePlanActionTest.testNodeWithMultipleReplicasLost
   [junit4] Completed [10/10 (5!)] on J1 in 125.79s, 7 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 1F3615B6F0E013B1]:
   [junit4]   - org.apache.solr.search.QueryEqualityTest (suite)
   [junit4]   - org.apache.solr.search.QueryEqualityTest (suite)
   [junit4]   - org.apache.solr.search.QueryEqualityTest (suite)
   [junit4]   - org.apache.solr.search.QueryEqualityTest (suite)
   [junit4]   - org.apache.solr.search.QueryEqualityTest (suite)
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.74 ..   288.08 =   287.34s
   [junit4] JVM J1:     0.74 ..   393.80 =   393.06s
   [junit4] Execution time total: 6 minutes 33 seconds
   [junit4] Tests summary: 10 suites, 490 tests, 5 suite-level errors

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1567:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1092:
 There were test failures: 10 suites, 490 tests, 5 suite-level errors [seed: 
1F3615B6F0E013B1]

Total time: 6 minutes 36 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[repro]   5/5 failed: org.apache.solr.search.QueryEqualityTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=e083b1501ebe21abaf95bcd93f89af12142fd1ee, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2120
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to