You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/05/12 22:32:15 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 4677 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4677/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache

Error Message:
class java.lang.Boolean cannot be cast to class java.lang.Number (java.lang.Boolean and java.lang.Number are in module java.base of loader 'bootstrap')

Stack Trace:
java.lang.ClassCastException: class java.lang.Boolean cannot be cast to class java.lang.Number (java.lang.Boolean and java.lang.Number are in module java.base of loader 'bootstrap')
	at __randomizedtesting.SeedInfo.seed([A7DC244338F61C35:48EFBF064AC7C780]:0)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache(MathExpressionTest.java:3988)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testClassifyStream

Error Message:
expected:<1.0> but was:<1.753558338311348E-4>

Stack Trace:
java.lang.AssertionError: expected:<1.0> but was:<1.753558338311348E-4>
	at __randomizedtesting.SeedInfo.seed([A7DC244338F61C35:294BE7B01AE05A1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testClassifyStream(StreamDecoratorTest.java:3757)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 16225 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest
   [junit4]   2> 1384 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1403 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/data-dir-1-001
   [junit4]   2> 1452 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1479 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.e.j.u.log Logging initialized @1500ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 1482 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1493 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1511 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001
   [junit4]   2> 1513 WARN  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test?
   [junit4]   2> 1518 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1520 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1520 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1620 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 40747
   [junit4]   2> 1621 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40747
   [junit4]   2> 1623 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40747
   [junit4]   2> 1623 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40747
   [junit4]   2> 1655 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1673 INFO  (zkConnectionManagerCallback-3-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1673 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1689 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1696 INFO  (zkConnectionManagerCallback-5-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1696 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1697 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1699 INFO  (zkConnectionManagerCallback-7-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1699 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1955 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1955 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1958 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1958 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1959 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1959 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1960 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1960 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1960 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1961 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1962 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1962 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1996 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1997 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1998 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2014 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@795e3fbf{/solr,null,AVAILABLE}
   [junit4]   2> 2018 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2018 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2018 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2020 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@610cdb26{/solr,null,AVAILABLE}
   [junit4]   2> 2038 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2038 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2038 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11613c45{/solr,null,AVAILABLE}
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@64cd908c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45921}
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4690b8ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39753}
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-1) [     ] o.e.j.s.Server Started @2062ms
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-2) [     ] o.e.j.s.Server Started @2062ms
   [junit4]   2> 2039 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39753}
   [junit4]   2> 2040 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45921}
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1a8e5d36{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44433}
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-3) [     ] o.e.j.s.Server Started @2067ms
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44433}
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2044 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2046 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3199b0da{/solr,null,AVAILABLE}
   [junit4]   2> 2050 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6030695b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:32825}
   [junit4]   2> 2050 INFO  (jetty-launcher-8-thread-4) [     ] o.e.j.s.Server Started @2073ms
   [junit4]   2> 2050 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32825}
   [junit4]   2> 2083 ERROR (jetty-launcher-8-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2083 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2083 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2084 ERROR (jetty-launcher-8-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2084 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2084 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2085 ERROR (jetty-launcher-8-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2085 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2085 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2085 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2085 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2085 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-12T22:16:27.234971Z
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-12T22:16:27.236162Z
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2087 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-12T22:16:27.236811Z
   [junit4]   2> 2088 ERROR (jetty-launcher-8-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2088 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2089 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2089 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2089 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 2089 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-12T22:16:27.238527Z
   [junit4]   2> 2089 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2090 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2094 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2096 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2110 INFO  (zkConnectionManagerCallback-12-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2110 INFO  (zkConnectionManagerCallback-16-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2110 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2110 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2111 INFO  (zkConnectionManagerCallback-10-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2111 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2122 INFO  (zkConnectionManagerCallback-14-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2122 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2122 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2123 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2124 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2124 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2549 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2549 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2548 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2545 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2645 WARN  (jetty-launcher-8-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2448e93c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2645 WARN  (jetty-launcher-8-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2448e93c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2645 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72bf05b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2645 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72bf05b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2650 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@237ef656[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2651 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@237ef656[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2651 WARN  (jetty-launcher-8-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7be27696[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2651 WARN  (jetty-launcher-8-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7be27696[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2743 WARN  (jetty-launcher-8-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12567e45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2743 WARN  (jetty-launcher-8-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12567e45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2744 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@690adeda[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2744 WARN  (jetty-launcher-8-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@690adeda[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2752 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54373138[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2752 WARN  (jetty-launcher-8-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54373138[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2760 WARN  (jetty-launcher-8-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a22dd98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2760 WARN  (jetty-launcher-8-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a22dd98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2789 INFO  (jetty-launcher-8-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40747/solr
   [junit4]   2> 2789 INFO  (jetty-launcher-8-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40747/solr
   [junit4]   2> 2789 INFO  (jetty-launcher-8-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40747/solr
   [junit4]   2> 2794 INFO  (jetty-launcher-8-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40747/solr
   [junit4]   2> 2803 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2806 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2806 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2808 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2822 INFO  (zkConnectionManagerCallback-60-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2822 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2828 INFO  (zkConnectionManagerCallback-55-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2828 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2841 INFO  (zkConnectionManagerCallback-58-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2841 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2846 INFO  (zkConnectionManagerCallback-56-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2862 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3233 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44433_solr
   [junit4]   2> 3237 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.Overseer Overseer (id=73744712186265610-127.0.0.1:44433_solr-n_0000000000) starting
   [junit4]   2> 3241 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32825_solr
   [junit4]   2> 3245 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45921_solr
   [junit4]   2> 3255 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39753_solr as DOWN
   [junit4]   2> 3259 INFO  (zkCallback-57-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3259 INFO  (zkCallback-59-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3261 INFO  (zkCallback-54-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3270 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 3271 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39753_solr
   [junit4]   2> 3272 INFO  (zkCallback-59-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3268 INFO  (zkCallback-53-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3273 INFO  (zkCallback-54-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3277 INFO  (zkCallback-53-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3278 INFO  (zkCallback-57-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3291 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3291 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3293 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3315 WARN  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3315 WARN  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3318 WARN  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3454 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44433_solr
   [junit4]   2> 3456 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44433_solr as DOWN
   [junit4]   2> 3457 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 3457 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44433_solr
   [junit4]   2> 3459 INFO  (zkCallback-54-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3459 INFO  (zkCallback-57-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3459 INFO  (zkCallback-59-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3463 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3466 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3467 WARN  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 3493 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3514 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3562 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3566 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3669 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3670 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3673 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39753.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3673 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39753.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3674 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39753.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3674 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3676 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45921.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3676 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45921.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3677 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45921.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3680 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44433.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3680 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3681 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 3698 INFO  (jetty-launcher-8-thread-4) [n:127.0.0.1:32825_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node4/.
   [junit4]   2> 3703 INFO  (jetty-launcher-8-thread-2) [n:127.0.0.1:39753_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node2/.
   [junit4]   2> 3704 INFO  (jetty-launcher-8-thread-3) [n:127.0.0.1:44433_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node3/.
   [junit4]   2> 3705 INFO  (jetty-launcher-8-thread-1) [n:127.0.0.1:45921_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node1/.
   [junit4]   2> 3815 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 3817 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3820 INFO  (zkConnectionManagerCallback-101-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3820 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3823 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3826 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40747/solr ready
   [junit4]   2> 3992 INFO  (qtp865894239-64) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4006 INFO  (OverseerThreadFactory-79-thread-1-processing-n:127.0.0.1:44433_solr) [n:127.0.0.1:44433_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4168 INFO  (qtp865894239-76) [n:127.0.0.1:44433_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=7
   [junit4]   2> 4189 INFO  (qtp958839963-58) [n:127.0.0.1:45921_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> 4192 INFO  (qtp1872276004-71) [n:127.0.0.1:32825_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> 4195 INFO  (qtp1861759061-62) [n:127.0.0.1:39753_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> 4200 INFO  (qtp865894239-73) [n:127.0.0.1:44433_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> 4202 INFO  (qtp958839963-56) [n:127.0.0.1:45921_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> 4205 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_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> 4207 INFO  (qtp1861759061-65) [n:127.0.0.1:39753_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> 4229 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39753/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39753_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4232 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32825/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32825_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4441 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4441 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4443 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr    x:collection1_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 4483 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4483 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4541 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4542 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 4803 WARN  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4806 WARN  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 4829 WARN  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 4829 WARN  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 4830 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4830 WARN  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 4830 WARN  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 4830 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4835 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 4835 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 4845 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32825.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 4845 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39753.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 4853 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node4/./collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node4/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 4853 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node2/./collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 5245 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5245 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5246 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5246 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5259 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5259 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5259 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5260 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5302 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5305 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 5312 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5316 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 5322 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 5322 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 5324 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666524685767016448
   [junit4]   2> 5327 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666524685770162176
   [junit4]   2> 5335 INFO  (searcherExecutor-105-thread-1-processing-n:127.0.0.1:39753_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5335 INFO  (searcherExecutor-104-thread-1-processing-n:127.0.0.1:32825_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5344 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 5345 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 5348 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 5348 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 5356 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5357 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5357 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5357 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5357 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/
   [junit4]   2> 5357 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32825/solr/collection1_shard2_replica_n2/
   [junit4]   2> 5358 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5358 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5358 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:32825/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 5358 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 5359 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/73744712186265609-core_node4-n_0000000000
   [junit4]   2> 5359 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73744712186265607-core_node3-n_0000000000
   [junit4]   2> 5362 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 5366 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:32825/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 5465 INFO  (zkCallback-54-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5465 INFO  (zkCallback-59-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5465 INFO  (zkCallback-54-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5465 INFO  (zkCallback-59-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5466 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5467 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5472 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1033
   [junit4]   2> 5472 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1034
   [junit4]   2> 5479 INFO  (qtp865894239-64) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5571 INFO  (zkCallback-59-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5571 INFO  (zkCallback-59-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5571 INFO  (zkCallback-54-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5572 INFO  (zkCallback-54-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5572 INFO  (zkCallback-53-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5572 INFO  (zkCallback-54-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5572 INFO  (zkCallback-59-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 5572 INFO  (qtp865894239-64) [n:127.0.0.1:44433_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1599
   [junit4]   2> 5574 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 5579 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:collection1 failOnTimeout:true timeout:45SECONDS
   [junit4]   2> 5581 INFO  (SUITE-StreamDecoratorTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:collection1
   [junit4]   2> 5604 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testParallelComplementStream
   [junit4]   2> 5732 INFO  (qtp1872276004-71) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 5732 INFO  (qtp1872276004-71) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 5744 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=1
   [junit4]   2> 5751 INFO  (qtp1861759061-55) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 5751 INFO  (qtp1861759061-55) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=140
   [junit4]   2> 5861 INFO  (qtp1861759061-62) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=93
   [junit4]   2> 5865 INFO  (qtp1872276004-79) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=93
   [junit4]   2> 6013 INFO  (OverseerCollectionConfigSetProcessor-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_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> 6021 INFO  (searcherExecutor-104-thread-1-processing-n:127.0.0.1:32825_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 6024 INFO  (qtp1872276004-66) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39753/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=153
   [junit4]   2> 6050 INFO  (searcherExecutor-105-thread-1-processing-n:127.0.0.1:39753_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6051 INFO  (qtp1861759061-65) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=184
   [junit4]   2> 6062 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6066 INFO  (zkConnectionManagerCallback-118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6066 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6070 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6071 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40747/solr ready
   [junit4]   2> 6084 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/stream params={distrib=false&workerID=0&indent=off&numWorkers=2&expr=complement(search(collection1,q%3D"a_s:(setA+||+setAB)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc,+a_s+asc",partitionKeys%3Da_i,qt%3D"/export",zkHost%3D"127.0.0.1:40747/solr"),search(collection1,q%3D"a_s:(setB+||+setAB)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc",partitionKeys%3Da_i,qt%3D"/export",zkHost%3D"127.0.0.1:40747/solr"),on%3Da_i)&wt=json&version=2.2} status=0 QTime=3
   [junit4]   2> 6086 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={distrib=false&workerID=1&indent=off&numWorkers=2&expr=complement(search(collection1,q%3D"a_s:(setA+||+setAB)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc,+a_s+asc",partitionKeys%3Da_i,qt%3D"/export",zkHost%3D"127.0.0.1:40747/solr"),search(collection1,q%3D"a_s:(setB+||+setAB)",fl%3D"id,a_s,a_i",sort%3D"a_i+asc",partitionKeys%3Da_i,qt%3D"/export",zkHost%3D"127.0.0.1:40747/solr"),on%3Da_i)&wt=json&version=2.2} status=0 QTime=5
   [junit4]   2> 6090 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6097 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6100 INFO  (zkConnectionManagerCallback-124-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6100 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6102 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6103 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40747/solr ready
   [junit4]   2> 6106 INFO  (zkConnectionManagerCallback-129-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6106 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6109 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6110 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40747/solr ready
   [junit4]   2> 6179 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=a_s:(setA+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc,+a_s+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D1}&wt=json&version=2.2} hits=1 status=0 QTime=53
   [junit4]   2> 6179 INFO  (qtp1872276004-71) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=a_s:(setA+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc,+a_s+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D0}&wt=json&version=2.2} hits=2 status=0 QTime=51
   [junit4]   2> 6179 INFO  (qtp1861759061-62) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=a_s:(setA+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc,+a_s+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D0}&wt=json&version=2.2} hits=2 status=0 QTime=56
   [junit4]   2> 6179 INFO  (qtp1872276004-79) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=a_s:(setA+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc,+a_s+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D1}&wt=json&version=2.2} hits=1 status=0 QTime=57
   [junit4]   2> 6195 INFO  (qtp1872276004-66) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=a_s:(setB+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D0}&wt=json&version=2.2} hits=2 status=0 QTime=1
   [junit4]   2> 6202 INFO  (qtp1861759061-65) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=a_s:(setB+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D0}&wt=json&version=2.2} hits=1 status=0 QTime=1
   [junit4]   2> 6216 INFO  (qtp1872276004-79) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=a_s:(setB+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D1}&wt=json&version=2.2} hits=2 status=0 QTime=12
   [junit4]   2> 6241 INFO  (qtp1861759061-65) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=a_s:(setB+||+setAB)&distrib=false&indent=off&fl=id,a_s,a_i&sort=a_i+asc&partitionKeys=a_i&fq={!hash+workers%3D2+worker%3D1}&wt=json&version=2.2} hits=0 status=0 QTime=1
   [junit4]   2> 6359 INFO  (TEST-StreamDecoratorTest.testParallelComplementStream-seed#[A7DC244338F61C35]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testParallelComplementStream
   [junit4]   2> 6402 INFO  (TEST-StreamDecoratorTest.testParallelUpdateStream-seed#[A7DC244338F61C35]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testParallelUpdateStream
   [junit4]   2> 6427 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:32825/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 6437 INFO  (searcherExecutor-105-thread-1-processing-n:127.0.0.1:39753_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6439 INFO  (qtp1861759061-62) [n:127.0.0.1:39753_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:32825/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=8
   [junit4]   2> 6444 INFO  (searcherExecutor-104-thread-1-processing-n:127.0.0.1:32825_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6445 INFO  (qtp1872276004-78) [n:127.0.0.1:32825_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=39
   [junit4]   2> 6446 INFO  (qtp865894239-69) [n:127.0.0.1:44433_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=parallelDestinationCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 6450 INFO  (OverseerThreadFactory-79-thread-2-processing-n:127.0.0.1:44433_solr) [n:127.0.0.1:44433_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection parallelDestinationCollection
   [junit4]   2> 6672 INFO  (qtp865894239-74) [n:127.0.0.1:44433_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> 6675 INFO  (qtp958839963-59) [n:127.0.0.1:45921_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> 6677 INFO  (qtp1872276004-71) [n:127.0.0.1:32825_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 6680 INFO  (qtp1872276004-66) [n:127.0.0.1:32825_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> 6681 INFO  (qtp1861759061-55) [n:127.0.0.1:39753_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 6683 INFO  (qtp1861759061-65) [n:127.0.0.1:39753_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> 6686 INFO  (qtp865894239-76) [n:127.0.0.1:44433_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> 6688 INFO  (qtp958839963-61) [n:127.0.0.1:45921_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> 6690 INFO  (qtp1872276004-79) [n:127.0.0.1:32825_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 6692 INFO  (qtp1872276004-75) [n:127.0.0.1:32825_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> 6693 INFO  (qtp1861759061-70) [n:127.0.0.1:39753_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 6695 INFO  (qtp1861759061-68) [n:127.0.0.1:39753_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> 6710 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"parallelDestinationCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"parallelDestinationCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45921/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45921_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6713 INFO  (OverseerStateUpdate-73744712186265610-127.0.0.1:44433_solr-n_0000000000) [n:127.0.0.1:44433_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"parallelDestinationCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"parallelDestinationCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44433/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44433_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6917 INFO  (qtp865894239-73) [n:127.0.0.1:44433_solr    x:parallelDestinationCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=parallelDestinationCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=parallelDestinationCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6917 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr    x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=parallelDestinationCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=parallelDestinationCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 6918 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr    x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 6935 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 6941 INFO  (qtp865894239-73) [n:127.0.0.1:44433_solr c:parallelDestinationCollection s:shard2 r:core_node4 x:parallelDestinationCollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 6951 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 6986 INFO  (qtp865894239-73) [n:127.0.0.1:44433_solr c:parallelDestinationCollection s:shard2 r:core_node4 x:parallelDestinationCollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 7065 WARN  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 7065 WARN  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 7065 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 7065 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'parallelDestinationCollection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 7066 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45921.solr.core.parallelDestinationCollection.shard1.replica_n1' (registry 'solr.core.parallelDestinationCollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6bd846b8
   [junit4]   2> 7066 INFO  (qtp958839963-57) [n:127.0.0.1:45921_solr c:parallelDestinationCollection s:shard1 r:core_node3 x:parallelDestinationCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[parallelDestinationCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node1/./parallelDestinationCollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_A7DC244338F61C35-001/tempDir-001/node1/./parallelDestinationCollection_shard1_repli

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

57_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard1.leader tag=SolrCore@23258fa
   [junit4]   2> 185883 INFO  (coreCloseExecutor-5542-thread-1) [n:127.0.0.1:45657_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 185885 INFO  (zkCallback-5433-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 185885 INFO  (zkCallback-5422-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 185885 INFO  (zkCallback-5472-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 185885 INFO  (zkCallback-5518-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 185888 INFO  (closeThreadPool-5544-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73744723598704649-127.0.0.1:42341_solr-n_0000000000) closing
   [junit4]   2> 185888 INFO  (zkCallback-5513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 185889 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 185889 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46d68eff: rootName = solr_34161, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@64555cc5
   [junit4]   2> 185894 INFO  (zkCallback-5422-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 185894 INFO  (zkCallback-5433-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 185894 INFO  (zkCallback-5518-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 185894 INFO  (zkCallback-5513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 185896 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 185896 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@628e0a8d: rootName = solr_34161, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1ef80b3c
   [junit4]   2> 185897 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 185897 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58fdc5c4: rootName = solr_45657, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@420a93b8
   [junit4]   2> 185898 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 185898 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5860e2e0: rootName = solr_34161, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@350b9a73
   [junit4]   2> 185898 INFO  (jetty-closer-5527-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 185903 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 185903 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2103cf9c: rootName = solr_45657, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1ef80b3c
   [junit4]   2> 185906 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 185906 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@505b3097: rootName = solr_45657, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@350b9a73
   [junit4]   2> 185906 INFO  (jetty-closer-5527-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 185984 INFO  (jetty-closer-5527-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73744723598704649-127.0.0.1:42341_solr-n_0000000000) closing
   [junit4]   2> 185985 INFO  (jetty-closer-5527-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7030b533{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 185986 INFO  (jetty-closer-5527-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b2da69c{/solr,null,UNAVAILABLE}
   [junit4]   2> 185986 INFO  (jetty-closer-5527-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 186087 INFO  (zkCallback-5433-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 186286 INFO  (jetty-closer-5527-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@459a186c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 186286 INFO  (jetty-closer-5527-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2f7cc4f2{/solr,null,UNAVAILABLE}
   [junit4]   2> 186286 INFO  (jetty-closer-5527-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 186288 INFO  (jetty-closer-5527-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3329e4c0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 186288 INFO  (jetty-closer-5527-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@376a14d2{/solr,null,UNAVAILABLE}
   [junit4]   2> 186288 INFO  (jetty-closer-5527-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 186386 INFO  (jetty-closer-5527-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1dce82d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 186386 INFO  (jetty-closer-5527-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@41dc6c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 186386 INFO  (jetty-closer-5527-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 186387 INFO  (SUITE-MathExpressionTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 186589 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/live_nodes
   [junit4]   2> 	20	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 186591 INFO  (SUITE-MathExpressionTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40839
   [junit4]   2> 186591 INFO  (SUITE-MathExpressionTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40839
   [junit4]   2> 186591 INFO  (SUITE-MathExpressionTest-seed#[A7DC244338F61C35]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40839
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_A7DC244338F61C35-001
   [junit4]   2> May 12, 2020 10:19:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@61596653), locale=agq-CM, timezone=America/Noronha
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=51929808,total=326107136
   [junit4]   2> NOTE: All tests run in this JVM: [ZkConfigFilesTest, MergeIndexesEmbeddedTest, CloudHttp2SolrClientTest, TestDocCollectionWatcher, EmpiricalDistributionEvaluatorTest, SolrExampleStreamingBinaryHttp2Test, AscEvaluatorTest, GreaterThanEvaluatorTest, TestPolicy2Old, TestFastWriter, NestableJsonFacetTest, DocumentAnalysisResponseTest, NaturalLogEvaluatorTest, AndEvaluatorTest, SolrParamTest, MoveReplicaSuggesterTest, CloudSolrClientTest, MathExpressionTest]
   [junit4] Completed [116/208 (2!)] on J0 in 11.04s, 140 tests, 1 error <<< FAILURES!

[...truncated 51700 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4679 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4679/

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6CBABECE97095E91:F3151A2DE0B1C7F8]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLostTriggerWithDeleteNodePreferredOp(ComputePlanActionTest.java:729)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([636132A3351390E9:8C52A9E647224B5C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache(MathExpressionTest.java:3963)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 14482 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
   [junit4]   2> 1890031 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1890032 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/data-dir-175-001
   [junit4]   2> 1890033 WARN  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1890033 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1890033 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1890033 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1890034 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001
   [junit4]   2> 1890034 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1890036 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1890036 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1890136 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45807
   [junit4]   2> 1890136 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45807
   [junit4]   2> 1890136 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45807
   [junit4]   2> 1890136 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45807
   [junit4]   2> 1890139 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890147 INFO  (zkConnectionManagerCallback-23765-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890147 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890153 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890153 INFO  (zkConnectionManagerCallback-23767-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890153 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890154 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890155 INFO  (zkConnectionManagerCallback-23769-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890155 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1890257 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c608659{/solr,null,AVAILABLE}
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2fb4d51{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38127}
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.e.j.s.Server Started @1890299ms
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38127}
   [junit4]   2> 1890258 ERROR (jetty-launcher-23770-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1890258 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T11:10:14.301631Z
   [junit4]   2> 1890260 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890260 INFO  (zkConnectionManagerCallback-23772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890260 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890261 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1890366 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1890367 WARN  (jetty-launcher-23770-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29f4c43b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1890367 WARN  (jetty-launcher-23770-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29f4c43b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1890369 WARN  (jetty-launcher-23770-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a76014a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1890369 WARN  (jetty-launcher-23770-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a76014a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1890371 INFO  (jetty-launcher-23770-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45807/solr
   [junit4]   2> 1890371 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890372 INFO  (zkConnectionManagerCallback-23783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890372 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890429 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38127_solr
   [junit4]   2> 1890429 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer Overseer (id=73747754851041284-127.0.0.1:38127_solr-n_0000000000) starting
   [junit4]   2> 1890432 INFO  (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38127_solr
   [junit4]   2> 1890433 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38127_solr
   [junit4]   2> 1890433 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1890433 INFO  (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1890434 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1890434 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1890434 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1890435 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1890435 WARN  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1890438 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:38127_solr]
   [junit4]   2> 1890438 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890439 DEBUG (ScheduledTrigger-23788-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1890439 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1890450 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1890474 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37e24918
   [junit4]   2> 1890481 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37e24918
   [junit4]   2> 1890481 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37e24918
   [junit4]   2> 1890482 INFO  (jetty-launcher-23770-thread-1) [n:127.0.0.1:38127_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001/node1/.
   [junit4]   2> 1890486 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1890487 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890488 INFO  (zkConnectionManagerCallback-23800-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1890488 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890489 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1890490 INFO  (SUITE-ComputePlanActionTest-seed#[6CBABECE97095E91]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45807/solr ready
   [junit4]   2> 1890500 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard
   [junit4]   2> 1890500 DEBUG (zkCallback-23782-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1890500 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1890501 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1890502 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890502 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1890505 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_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> 1890506 DEBUG (qtp205300390-41658) [n:127.0.0.1:38127_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1890506 INFO  (qtp205300390-41658) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1890506 DEBUG (zkCallback-23782-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1890506 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1890506 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890507 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1890508 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_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> 1890508 DEBUG (qtp205300390-41661) [n:127.0.0.1:38127_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1890508 INFO  (qtp205300390-41661) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1890508 DEBUG (zkCallback-23782-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1890508 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1890508 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890509 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1890511 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_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> 1890512 DEBUG (qtp205300390-41659) [n:127.0.0.1:38127_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1890512 INFO  (qtp205300390-41659) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1890512 DEBUG (zkCallback-23782-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1890513 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1890514 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger - Initial livenodes: [127.0.0.1:38127_solr]
   [junit4]   2> 1890514 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {preferredOperation=addreplica, event=nodeAdded, waitFor=1, actions=[{name=compute_plan, class=solr.ComputePlanAction}, {name=test, class=org.apache.solr.cloud.autoscaling.ComputePlanActionTest$AssertingTriggerAction}], enabled=true}
   [junit4]   2> 1890514 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890514 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_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> 1890514 DEBUG (qtp205300390-41658) [n:127.0.0.1:38127_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1890514 INFO  (qtp205300390-41658) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1890515 DEBUG (ScheduledTrigger-23788-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1890515 DEBUG (ScheduledTrigger-23788-thread-2) [     ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 1
   [junit4]   2> 1890515 DEBUG (zkCallback-23782-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1890515 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 5
   [junit4]   2> 1890515 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1890515 INFO  (qtp205300390-41661) [n:127.0.0.1:38127_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1890515 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 1890516 DEBUG (OverseerAutoScalingTriggerThread-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1890517 INFO  (OverseerThreadFactory-23790-thread-1-processing-n:127.0.0.1:38127_solr) [n:127.0.0.1:38127_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0
   [junit4]   2> 1890524 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1890524 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0
   [junit4]   2> 1890525 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json
   [junit4]   2> 1890624 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_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> 1890625 INFO  (qtp205300390-41659) [n:127.0.0.1:38127_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> 1890628 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1890628 INFO  (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1890629 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1890629 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-ffffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1890630 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1890630 INFO  (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1890630 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1890630 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.SliceMutator New Slice: shard2:{
   [junit4]   2>   "range":"0-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node4":{
   [junit4]   2>       "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>       "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1890731 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json version: 0
   [junit4]   2> 1890832 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr    x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1&action=CREATE&numShards=2&collection=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1890832 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr    x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2&action=CREATE&numShards=2&collection=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1890832 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr    x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0//collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "type":"NRT"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 1890834 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0//collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1890839 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1890839 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1890848 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1890848 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1890850 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1890850 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 1890850 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1890850 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 1890852 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.core.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0.shard1.replica_n1' (registry 'solr.core.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37e24918
   [junit4]   2> 1890853 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SolrCore [[testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001/node1/./testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001/node1/./testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1/data/]
   [junit4]   2> 1890854 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38127.solr.core.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0.shard2.replica_n2' (registry 'solr.core.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@37e24918
   [junit4]   2> 1890854 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SolrCore [[testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001/node1/./testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_6CBABECE97095E91-001/tempDir-001/node1/./testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2/data/]
   [junit4]   2> 1890913 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1890913 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1890914 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1890914 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1890915 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1890915 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1890915 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1890915 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1890917 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1890917 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1890917 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1890917 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1890917 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1890917 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666573365369896960
   [junit4]   2> 1890917 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1890918 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666573365370945536
   [junit4]   2> 1890920 INFO  (searcherExecutor-23806-thread-1-processing-n:127.0.0.1:38127_solr x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SolrCore [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1890920 INFO  (searcherExecutor-23804-thread-1-processing-n:127.0.0.1:38127_solr x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SolrCore [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1890921 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1890921 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leaders/shard2
   [junit4]   2> 1890924 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1890924 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leaders/shard1
   [junit4]   2> 1890924 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1890924 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1890924 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2/
   [junit4]   2> 1890925 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1890925 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2/ has no replicas
   [junit4]   2> 1890925 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leaders/shard2/leader after winning as /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leader_elect/shard2/election/73747754851041284-core_node4-n_0000000000
   [junit4]   2> 1890926 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2/ shard2
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1/
   [junit4]   2> 1890927 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1/ has no replicas
   [junit4]   2> 1890927 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leaders/shard1/leader after winning as /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/leader_elect/shard1/election/73747754851041284-core_node3-n_0000000000
   [junit4]   2> 1890928 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38127/solr/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1/ shard1
   [junit4]   2> 1890932 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1891033 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json version: 1
   [junit4]   2> 1891033 INFO  (zkCallback-23782-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891033 INFO  (zkCallback-23782-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891033 INFO  (zkCallback-23782-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891034 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard1 r:core_node3 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1891034 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr c:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0 s:shard2 r:core_node4 x:testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1891035 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1891035 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1891035 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1891035 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0//collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 1891035 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1891036 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1891036 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node4:{
   [junit4]   2>   "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1891036 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0//collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node3":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node4":{
   [junit4]   2>           "core":"testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2",
   [junit4]   2>           "base_url":"http://127.0.0.1:38127/solr",
   [junit4]   2>           "node_name":"127.0.0.1:38127_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 1891036 INFO  (qtp205300390-41660) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard2_replica_n2&action=CREATE&numShards=2&collection=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=204
   [junit4]   2> 1891036 INFO  (qtp205300390-41657) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0_shard1_replica_n1&action=CREATE&numShards=2&collection=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=204
   [junit4]   2> 1891037 INFO  (qtp205300390-41661) [n:127.0.0.1:38127_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1891136 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json version: 2
   [junit4]   2> 1891137 INFO  (zkCallback-23782-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891137 INFO  (zkCallback-23782-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891137 INFO  (zkCallback-23782-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891137 INFO  (zkCallback-23782-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0/state.json] for collection [testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1891137 INFO  (qtp205300390-41661) [n:127.0.0.1:38127_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=2&name=testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=622
   [junit4]   2> 1891138 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard_0): Timed out waiting for replicas of new collection to be active
   [junit4]   2> 1891140 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1891140 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1891140 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7fe49360{/solr,null,AVAILABLE}
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6facdfb0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33493}
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.s.Server Started @1891182ms
   [junit4]   2> 1891141 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33493}
   [junit4]   2> 1891141 ERROR (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T11:10:15.185094Z
   [junit4]   2> 1891142 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891143 INFO  (zkConnectionManagerCallback-23816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891143 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891144 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1891250 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1891251 WARN  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6ce5a82b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891251 WARN  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6ce5a82b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891254 WARN  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@127f1396[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891254 WARN  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@127f1396[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1891256 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45807/solr
   [junit4]   2> 1891257 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1891258 INFO  (zkConnectionManagerCallback-23827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1891258 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1891263 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1891266 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33493_solr as DOWN
   [junit4]   2> 1891266 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 1891266 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33493_solr
   [junit4]   2> 1891267 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33493_solr"} current state version: 0
   [junit4]   2> 1891267 DEBUG (OverseerStateUpdate-73747754851041284-127.0.0.1:38127_solr-n_0000000000) [n:127.0.0.1:38127_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33493_solr
   [junit4]   2> 1891267 INFO  (zkCallback-23782-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891267 INFO  (zkCallback-23799-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891267 INFO  (zkCallback-23799-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891268 INFO  (zkCallback-23826-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1891269 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1891269 WARN  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-seed#[6CBABECE97095E91]) [n:127.0.0.1:33493_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1891285 INFO  (TEST-ComputePlanActionTest.testNodeAddedTriggerWithAddReplicaPreferredOp_2Shard-s

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

ed live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 16931 INFO  (zkCallback-122-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 16934 INFO  (coreCloseExecutor-147-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard1.leader tag=SolrCore@5b764014
   [junit4]   2> 16934 INFO  (zkCallback-57-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 16934 INFO  (zkCallback-53-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 16935 INFO  (coreCloseExecutor-147-thread-1) [n:127.0.0.1:42023_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 16936 INFO  (coreCloseExecutor-145-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard2.leader tag=SolrCore@5f95b86c
   [junit4]   2> 16937 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 16937 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d92ecc5: rootName = solr_42023, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@64e7261f
   [junit4]   2> 16938 INFO  (coreCloseExecutor-145-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 16942 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 16942 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@736817e2: rootName = solr_35457, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@628284f1
   [junit4]   2> 16942 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 16942 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20aa36e1: rootName = solr_42023, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6b74e5e1
   [junit4]   2> 16945 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 16945 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5da16118: rootName = solr_42023, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3c9ff372
   [junit4]   2> 16945 INFO  (jetty-closer-131-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 16949 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 16949 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@105ccdab: rootName = solr_35457, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@6b74e5e1
   [junit4]   2> 16951 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 16951 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@535eaca4: rootName = solr_35457, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@3c9ff372
   [junit4]   2> 16951 INFO  (jetty-closer-131-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 17027 INFO  (jetty-closer-131-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73747815717666826-127.0.0.1:46487_solr-n_0000000000) closing
   [junit4]   2> 17030 INFO  (jetty-closer-131-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c8b14df{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 17031 INFO  (jetty-closer-131-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b035e10{/solr,null,UNAVAILABLE}
   [junit4]   2> 17032 INFO  (jetty-closer-131-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 17130 INFO  (zkCallback-53-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 17329 INFO  (jetty-closer-131-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b3bf5c6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 17329 INFO  (jetty-closer-131-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77928327{/solr,null,UNAVAILABLE}
   [junit4]   2> 17329 INFO  (jetty-closer-131-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 17429 INFO  (jetty-closer-131-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6188e049{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 17429 INFO  (jetty-closer-131-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@125a6fba{/solr,null,UNAVAILABLE}
   [junit4]   2> 17429 INFO  (jetty-closer-131-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 17529 INFO  (jetty-closer-131-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@31fac8c4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 17529 INFO  (jetty-closer-131-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29e17fb2{/solr,null,UNAVAILABLE}
   [junit4]   2> 17529 INFO  (jetty-closer-131-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 17530 INFO  (SUITE-MathExpressionTest-seed#[636132A3351390E9]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 17734 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/live_nodes
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 17739 INFO  (SUITE-MathExpressionTest-seed#[636132A3351390E9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:38841
   [junit4]   2> 17739 INFO  (SUITE-MathExpressionTest-seed#[636132A3351390E9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38841
   [junit4]   2> 17739 INFO  (SUITE-MathExpressionTest-seed#[636132A3351390E9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38841
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_636132A3351390E9-001
   [junit4]   2> May 13, 2020 11:25:59 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {test_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), col_s=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{multiDefault=DocValuesFormat(name=Lucene80), price_f=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Asserting), price_i=DocValuesFormat(name=Asserting), col_s=DocValuesFormat(name=Lucene80), order_i=DocValuesFormat(name=Lucene80), loc_p_1_d1=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), loc_p_0_d1=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), miles_i=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=216, maxMBSortInHeap=6.613879261508645, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@459ed49d), locale=ru, timezone=Antarctica/Syowa
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=2,free=73562984,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [MathExpressionTest]
   [junit4] Completed [5/208 (1!)] on J0 in 17.94s, 140 tests, 1 failure <<< FAILURES!

[...truncated 52056 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 4678 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/4678/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([B35E25AE7F47B96B:5C6DBEEB0D7662DE]:0)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache(MathExpressionTest.java:3951)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testClassifyStream

Error Message:
expected:<0.0> but was:<0.9998245650830389>

Stack Trace:
java.lang.AssertionError: expected:<0.0> but was:<0.9998245650830389>
	at __randomizedtesting.SeedInfo.seed([B35E25AE7F47B96B:1616BF96461FA0FF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testClassifyStream(StreamDecoratorTest.java:3756)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	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 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:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 16621 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.MathExpressionTest
   [junit4]   2> 180791 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 180792 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/data-dir-25-001
   [junit4]   2> 180792 WARN  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 180792 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 180793 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 180793 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 180793 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001
   [junit4]   2> 180794 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 180794 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 180794 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 180894 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 38861
   [junit4]   2> 180894 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38861
   [junit4]   2> 180894 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38861
   [junit4]   2> 180894 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38861
   [junit4]   2> 180896 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180897 INFO  (zkConnectionManagerCallback-4470-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180897 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180899 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180900 INFO  (zkConnectionManagerCallback-4472-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180900 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180901 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180901 INFO  (zkConnectionManagerCallback-4474-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180901 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 181014 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 181015 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181015 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 181015 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 181016 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 181016 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 181016 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 181020 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181020 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181020 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181020 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7954a9be{/solr,null,AVAILABLE}
   [junit4]   2> 181021 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@279e9e1a{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:37737}
   [junit4]   2> 181021 INFO  (jetty-launcher-4475-thread-1) [     ] o.e.j.s.Server Started @181047ms
   [junit4]   2> 181021 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37737}
   [junit4]   2> 181022 ERROR (jetty-launcher-4475-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181022 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181022 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181022 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181022 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 181022 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T03:22:45.946118Z
   [junit4]   2> 181023 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181024 INFO  (zkConnectionManagerCallback-4477-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f699793{/solr,null,AVAILABLE}
   [junit4]   2> 181024 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14fae6ab{/solr,null,AVAILABLE}
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1da8b53b{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:36707}
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.e.j.s.Server Started @181051ms
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36707}
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49cf0994{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:33853}
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.e.j.s.Server Started @181051ms
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33853}
   [junit4]   2> 181025 ERROR (jetty-launcher-4475-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T03:22:45.949906Z
   [junit4]   2> 181025 ERROR (jetty-launcher-4475-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 181025 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T03:22:45.949994Z
   [junit4]   2> 181026 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 181026 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 181026 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 181027 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181028 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181028 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f76965f{/solr,null,AVAILABLE}
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@38cfe2b7{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:39653}
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.e.j.s.Server Started @181054ms
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39653}
   [junit4]   2> 181029 ERROR (jetty-launcher-4475-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-05-13T03:22:45.953393Z
   [junit4]   2> 181029 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181030 INFO  (zkConnectionManagerCallback-4481-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181030 INFO  (zkConnectionManagerCallback-4479-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181030 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181030 INFO  (zkConnectionManagerCallback-4483-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181031 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181031 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181031 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181031 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181035 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 181132 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181133 WARN  (jetty-launcher-4475-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@34d429df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181133 WARN  (jetty-launcher-4475-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@34d429df[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181136 WARN  (jetty-launcher-4475-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48515035[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181136 WARN  (jetty-launcher-4475-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48515035[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181137 INFO  (jetty-launcher-4475-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38861/solr
   [junit4]   2> 181137 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181138 INFO  (zkConnectionManagerCallback-4494-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181138 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181201 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37737_solr
   [junit4]   2> 181202 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.Overseer Overseer (id=73745916673392647-127.0.0.1:37737_solr-n_0000000000) starting
   [junit4]   2> 181205 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37737_solr
   [junit4]   2> 181206 INFO  (OverseerStateUpdate-73745916673392647-127.0.0.1:37737_solr-n_0000000000) [n:127.0.0.1:37737_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:37737_solr
   [junit4]   2> 181208 INFO  (OverseerStateUpdate-73745916673392647-127.0.0.1:37737_solr-n_0000000000) [n:127.0.0.1:37737_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 181209 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 181209 WARN  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 181229 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 181233 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181234 WARN  (jetty-launcher-4475-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1e5fcf2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181234 WARN  (jetty-launcher-4475-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1e5fcf2c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181243 WARN  (jetty-launcher-4475-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@183720b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181243 WARN  (jetty-launcher-4475-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@183720b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181244 INFO  (jetty-launcher-4475-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38861/solr
   [junit4]   2> 181245 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181246 INFO  (zkConnectionManagerCallback-4516-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181246 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181253 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37737.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181260 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37737.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181260 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37737.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181261 INFO  (jetty-launcher-4475-thread-1) [n:127.0.0.1:37737_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node4/.
   [junit4]   2> 181264 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 181270 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36707_solr as DOWN
   [junit4]   2> 181271 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 181271 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36707_solr
   [junit4]   2> 181272 INFO  (zkCallback-4493-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 181275 INFO  (zkCallback-4515-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 181276 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 181276 WARN  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 181291 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 181311 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36707.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181320 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36707.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181320 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36707.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181321 INFO  (jetty-launcher-4475-thread-4) [n:127.0.0.1:36707_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node3/.
   [junit4]   2> 181333 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181335 WARN  (jetty-launcher-4475-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7aaef896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181335 WARN  (jetty-launcher-4475-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7aaef896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181342 WARN  (jetty-launcher-4475-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36c25f27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181342 WARN  (jetty-launcher-4475-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36c25f27[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181343 INFO  (jetty-launcher-4475-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38861/solr
   [junit4]   2> 181343 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181344 INFO  (zkConnectionManagerCallback-4536-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181344 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181349 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 181359 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33853_solr as DOWN
   [junit4]   2> 181359 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 181360 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33853_solr
   [junit4]   2> 181360 INFO  (zkCallback-4493-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 181360 INFO  (zkCallback-4515-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 181362 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 181362 WARN  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 181367 INFO  (zkCallback-4535-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 181376 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 181404 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181413 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181413 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181415 INFO  (jetty-launcher-4475-thread-2) [n:127.0.0.1:33853_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node1/.
   [junit4]   2> 181436 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 181437 WARN  (jetty-launcher-4475-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@283a4b43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181437 WARN  (jetty-launcher-4475-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@283a4b43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181441 WARN  (jetty-launcher-4475-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76c6800e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181441 WARN  (jetty-launcher-4475-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76c6800e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 181442 INFO  (jetty-launcher-4475-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38861/solr
   [junit4]   2> 181443 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181443 INFO  (zkConnectionManagerCallback-4555-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181443 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181446 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 181451 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39653_solr as DOWN
   [junit4]   2> 181455 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 181455 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39653_solr
   [junit4]   2> 181456 INFO  (zkCallback-4493-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 181456 INFO  (zkCallback-4515-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 181456 INFO  (zkCallback-4535-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 181457 INFO  (zkCallback-4554-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 181457 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 181457 WARN  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 181475 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 181496 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39653.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181504 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39653.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181504 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39653.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 181505 INFO  (jetty-launcher-4475-thread-3) [n:127.0.0.1:39653_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node2/.
   [junit4]   2> 181517 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 181517 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 181518 INFO  (zkConnectionManagerCallback-4568-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 181518 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 181519 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 181520 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38861/solr ready
   [junit4]   2> 181552 INFO  (qtp761722218-7138) [n:127.0.0.1:37737_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181555 INFO  (OverseerThreadFactory-4501-thread-1-processing-n:127.0.0.1:37737_solr) [n:127.0.0.1:37737_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 181680 INFO  (qtp761722218-7134) [n:127.0.0.1:37737_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> 181717 INFO  (qtp391175755-7157) [n:127.0.0.1:36707_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> 181741 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_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> 181768 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_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> 181770 INFO  (qtp761722218-7142) [n:127.0.0.1:37737_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> 181771 INFO  (qtp391175755-7141) [n:127.0.0.1:36707_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> 181772 INFO  (qtp1127703268-7156) [n:127.0.0.1:33853_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> 181774 INFO  (qtp842500551-7171) [n:127.0.0.1:39653_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> 181780 INFO  (OverseerStateUpdate-73745916673392647-127.0.0.1:37737_solr-n_0000000000) [n:127.0.0.1:37737_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39653/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39653_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 181784 INFO  (OverseerStateUpdate-73745916673392647-127.0.0.1:37737_solr-n_0000000000) [n:127.0.0.1:37737_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33853/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33853_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 181987 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181987 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 182000 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 182005 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 182010 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 182040 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 182088 WARN  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 182088 WARN  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 182088 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 182088 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 182088 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33853.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 182088 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node1/./collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node1/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 182117 WARN  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 182117 WARN  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 182117 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 182117 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 182118 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39653.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d3c51a1
   [junit4]   2> 182118 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node2/./collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_B35E25AE7F47B96B-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 182155 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 182155 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182157 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182157 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182163 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 182164 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 182164 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 182164 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666543955044466688
   [junit4]   2> 182170 INFO  (searcherExecutor-4570-thread-1-processing-n:127.0.0.1:33853_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 182181 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 182181 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 182184 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/73745916673392649-core_node4-n_0000000000
   [junit4]   2> 182185 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 182191 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 182191 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182193 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182193 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182198 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 182198 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 182198 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 182198 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1666543955080118272
   [junit4]   2> 182209 INFO  (searcherExecutor-4572-thread-1-processing-n:127.0.0.1:39653_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 182210 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 182210 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 182213 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73745916673392650-core_node3-n_0000000000
   [junit4]   2> 182215 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 182316 INFO  (zkCallback-4535-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182316 INFO  (zkCallback-4554-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182317 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182317 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182319 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=331
   [junit4]   2> 182319 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=331
   [junit4]   2> 182322 INFO  (qtp761722218-7138) [n:127.0.0.1:37737_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 182420 INFO  (zkCallback-4554-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182420 INFO  (zkCallback-4535-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182420 INFO  (zkCallback-4535-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182420 INFO  (zkCallback-4554-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182422 INFO  (zkCallback-4493-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182426 INFO  (qtp761722218-7138) [n:127.0.0.1:37737_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=874
   [junit4]   2> 182427 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:collection1 failOnTimeout:true timeout:45SECONDS
   [junit4]   2> 182432 INFO  (SUITE-MathExpressionTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection:collection1
   [junit4]   2> 182464 INFO  (TEST-MathExpressionTest.testPow-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPow
   [junit4]   2> 182520 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 182520 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 182522 INFO  (qtp842500551-7171) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 182523 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 182523 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=49
   [junit4]   2> 182536 INFO  (qtp761722218-7142) [n:127.0.0.1:37737_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 182540 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=let(echo%3Dtrue,+a%3Darray(10,+20,+30),+b%3Dpow(a,+2),+c%3Dpow(2,+a),+d%3Dpow(10,+3),+e%3Dpow(a,+array(1,+2,+3)))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=1
   [junit4]   2> 182544 INFO  (TEST-MathExpressionTest.testPow-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPow
   [junit4]   2> 182572 INFO  (TEST-MathExpressionTest.testDbscanDistance-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testDbscanDistance
   [junit4]   2> 182614 INFO  (qtp1127703268-7154) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 182619 INFO  (qtp1127703268-7156) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=3
   [junit4]   2> 182620 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 182653 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=let(echo%3Dtrue,+++++++++++++++a%3Darray(5,4,5,1,1,1),+++++++++++++++b%3Darray(5,5,5,1,2,1),+++++++++++++++f%3Ddbscan(transpose(matrix(a,b)),+500000,+2,+haversineMeters()),+++++++++++++++zplot(clusters%3Df))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=2
   [junit4]   2> 182737 INFO  (TEST-MathExpressionTest.testDbscanDistance-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDbscanDistance
   [junit4]   2> 182760 INFO  (TEST-MathExpressionTest.testOscillate-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOscillate
   [junit4]   2> 182763 INFO  (qtp842500551-7164) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 182764 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 182764 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 182791 INFO  (qtp842500551-7171) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=let(echo%3Dtrue,+++++++++++++++a%3Doscillate(10,+.3,+2.9),+++++++++++++++b%3Ddescribe(a),+++++++++++++++c%3DgetValue(b,+"min"),+++++++++++++++d%3DgetValue(b,+"max"),+++++++++++++++e%3Dharmfit(a),+++++++++++++++f%3DgetAmplitude(e),+++++++++++++++g%3DgetAngularFrequency(e),+++++++++++++++h%3DgetPhase(e),+++++++++++++++i%3Dderivative(a))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=1
   [junit4]   2> 182836 INFO  (TEST-MathExpressionTest.testOscillate-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOscillate
   [junit4]   2> 182874 INFO  (TEST-MathExpressionTest.testBinomialDistribution-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBinomialDistribution
   [junit4]   2> 182877 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 182879 INFO  (qtp1127703268-7146) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 182880 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 182907 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=let(a%3DbinomialDistribution(100,+.50),+++++++++++++++b%3Dsample(a,+10000),+++++++++++++++tuple(d%3Ddescribe(b),++++++++++++++++++++++p%3Dprobability(a,+50),++++++++++++++++++++++c%3DcumulativeProbability(a,+50)))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 183012 INFO  (TEST-MathExpressionTest.testBinomialDistribution-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBinomialDistribution
   [junit4]   2> 183040 INFO  (TEST-MathExpressionTest.testPlot-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPlot
   [junit4]   2> 183042 INFO  (qtp842500551-7164) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 183043 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 183044 INFO  (qtp1127703268-7154) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 183076 INFO  (qtp1127703268-7156) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/stream params={indent=off&expr=let(a%3Darray(3,2,3),+plot(type%3Dscatter,+x%3Da,+y%3Darray(5,6,3)))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 183078 INFO  (TEST-MathExpressionTest.testPlot-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPlot
   [junit4]   2> 183107 INFO  (TEST-MathExpressionTest.testCopyOfRange-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCopyOfRange
   [junit4]   2> 183110 INFO  (qtp842500551-7171) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 183112 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 183112 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 183146 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 183157 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=38
   [junit4]   2> 183202 INFO  (searcherExecutor-4572-thread-1-processing-n:127.0.0.1:39653_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 183208 INFO  (qtp842500551-7164) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=47
   [junit4]   2> 183247 INFO  (searcherExecutor-4570-thread-1-processing-n:127.0.0.1:33853_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 183248 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=88
   [junit4]   2> 183285 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=let(a%3Dtimeseries(collection1,+q%3D"*:*",+start%3D"2013-01-01T01:00:00.000Z",+end%3D"2016-12-01T01:00:00.000Z",+gap%3D"%2B1YEAR",+field%3D"test_dt",+count(*),+sum(price_f),+max(price_f),+min(price_f)),+c%3Dcol(a,+max(price_f)),+tuple(copy%3DcopyOfRange(c,+1,+3),+copy2%3DcopyOfRange(c,+2,+4),+l%3Dlength(c)))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=1
   [junit4]   2> 183295 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 183298 INFO  (zkConnectionManagerCallback-4585-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 183298 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 183303 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 183303 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38861/solr ready
   [junit4]   2> 183372 INFO  (qtp1127703268-7154) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:4&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&omitHeader=false&NOW=1589340168238&isShard=true&wt=javabin} hits=125 status=0 QTime=6
   [junit4]   2> 183372 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:4&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=https://127.0.0.1:39653/solr/collection1_shard1_replica_n1/&rows=0&version=2&q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&field=test_dt&omitHeader=false&NOW=1589340168238&isShard=true&wt=javabin} hits=125 status=0 QTime=7
   [junit4]   2> 183373 INFO  (qtp1127703268-7156) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select params={q=*:*&json.facet={"timeseries":{"type":"range","field":"test_dt","start":"2013-01-01T01:00:00.000Z","end":"2016-12-01T01:00:00.000Z","gap":"%2B1YEAR","facet":{"facet_0":"sum(price_f)","facet_1":"max(price_f)","facet_2":"min(price_f)"}}}&_stateVer_=collection1:4&field=test_dt&rows=0&wt=javabin&version=2} hits=250 status=0 QTime=58
   [junit4]   2> 183375 INFO  (TEST-MathExpressionTest.testCopyOfRange-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCopyOfRange
   [junit4]   2> 183424 INFO  (TEST-MathExpressionTest.testCache-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCache
   [junit4]   2> 183427 INFO  (qtp842500551-7164) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 183436 INFO  (searcherExecutor-4572-thread-1-processing-n:127.0.0.1:39653_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 183439 INFO  (qtp842500551-7171) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=6
   [junit4]   2> 183445 INFO  (searcherExecutor-4570-thread-1-processing-n:127.0.0.1:33853_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 183448 INFO  (qtp1127703268-7153) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 183484 INFO  (qtp1127703268-7161) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/stream params={indent=off&expr=putCache("space1",+"key1",+dotProduct(array(2,4,6,8,10,12),array(1,2,3,4,5,6)))&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 183509 INFO  (qtp842500551-7169) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/stream params={indent=off&expr=getCache("space1",+"key1")&_forwardedCount=1&wt=json&version=2.2} status=0 QTime=0
   [junit4]   2> 183510 INFO  (TEST-MathExpressionTest.testCache-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCache
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MathExpressionTest -Dtests.method=testCache -Dtests.seed=B35E25AE7F47B96B -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ja-JP -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.14s J0 | MathExpressionTest.testCache <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B35E25AE7F47B96B:5C6DBEEB0D7662DE]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testCache(MathExpressionTest.java:3951)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 183541 INFO  (TEST-MathExpressionTest.testConvexHull-seed#[B35E25AE7F47B96B]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConvexHull
   [junit4]   2> 183549 INFO  (qtp842500551-7162) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 183550 INFO  (qtp842500551-7170) [n:127.0.0.1:39653_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:33853/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=0
   [junit4]   2> 183551 INFO  (qtp1127703268-7146) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 183558 INFO  (OverseerCollectionConfigSetProcessor-73745916673392647-127.0.0.1:37737_solr-n_0000000000) [n:127.0.0.1:37737_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> 183576 INFO  (qtp1127703268-7154) [n:127.0.0.1:33853_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/stream params={indent=off&expr=let(echo%3Dtrue,++++++++++++++x%3Darray(96.42894739701268,+99.11076410926444,+95.71563821370013,101.4356840561301,+96.17912865782684,+113.430677406492,+109.5927785287056,+87.26561260238425,+103.3122002816537,+100.4959815617706,+92.78972440872515,+92.98815024042877,+89.1448359089767,+104.9410622701036,+106.5546761317927,+102.0132643274808,+119.6726096270366,+97

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

s/destination/state.json
   [junit4]   2> 	4	/solr/collections/workQueue1/terms/shard2
   [junit4]   2> 	4	/solr/collections/workQueue1/terms/shard1
   [junit4]   2> 	4	/solr/collections/destination1/terms/shard1
   [junit4]   2> 	4	/solr/collections/destination1/terms/shard2
   [junit4]   2> 	4	/solr/collections/mainCorpus1/terms/shard2
   [junit4]   2> 	4	/solr/collections/parallelDestinationCollection/collectionprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/collections/destination/terms/shard2
   [junit4]   2> 	4	/solr/collections/destination/terms/shard1
   [junit4]   2> 	4	/solr/collections/mainCorpus/terms/shard2
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/mainCorpus/terms/shard1
   [junit4]   2> 	4	/solr/collections/workQueue/terms/shard1
   [junit4]   2> 	3	/solr/collections/mainCorpus1/terms/shard1
   [junit4]   2> 	3	/solr/collections/workQueue/state.json
   [junit4]   2> 	3	/solr/collections/modelCollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/modelCollection/terms/shard1
   [junit4]   2> 	3	/solr/collections/checkpointCollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/checkpointCollection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/uknownCollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/uknownCollection/terms/shard1
   [junit4]   2> 	3	/solr/collections/workQueue/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/checkpointCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination/collectionprops.json
   [junit4]   2> 	2	/solr/collections/parallelDestinationCollection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/modelCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/uknownCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	78	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	67	/solr/clusterstate.json
   [junit4]   2> 	44	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	41	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	28	/solr/collections/collection1/state.json
   [junit4]   2> 	27	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	25	/solr/collections/workQueue/state.json
   [junit4]   2> 	25	/solr/collections/modelCollection/state.json
   [junit4]   2> 	25	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	20	/solr/collections/destination1/state.json
   [junit4]   2> 	20	/solr/collections/workQueue1/state.json
   [junit4]   2> 	20	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	19	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	19	/solr/collections/destination/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73745917156851722-127.0.0.1:44265_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	302	/solr/collections
   [junit4]   2> 	261	/solr/overseer/queue
   [junit4]   2> 	95	/solr/overseer/collection-queue-work
   [junit4]   2> 	82	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 243483 INFO  (SUITE-StreamDecoratorTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40329
   [junit4]   2> 243483 INFO  (SUITE-StreamDecoratorTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40329
   [junit4]   2> 243483 INFO  (SUITE-StreamDecoratorTest-seed#[B35E25AE7F47B96B]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40329
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamDecoratorTest_B35E25AE7F47B96B-001
   [junit4]   2> May 13, 2020 3:23:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {expr_s=PostingsFormat(name=LuceneVarGapFixedInterval), name_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), terms_ss=PostingsFormat(name=Direct), join2_s=PostingsFormat(name=Direct), field_s=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), a1_s=PostingsFormat(name=Direct), a2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), body_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), s_multi=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_ss=PostingsFormat(name=MockRandom), a_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), tv_text=PostingsFormat(name=MockRandom), text_s=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), bbid_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), type_s=PostingsFormat(name=MockRandom), checkpoint_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), test_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), ident_s=PostingsFormat(name=Direct), extra_s=PostingsFormat(name=Direct), ykey_s=PostingsFormat(name=MockRandom), side_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), deletable_s=PostingsFormat(name=Direct)}, docValues:{expr_s=DocValuesFormat(name=Lucene80), name_s=DocValuesFormat(name=Lucene80), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Asserting), join2_s=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), a2_s=DocValuesFormat(name=Lucene80), join1_i=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene80), test_i=DocValuesFormat(name=Asserting), join3_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Asserting), field_i=DocValuesFormat(name=Asserting), s_multi=DocValuesFormat(name=Lucene80), a_ss=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Lucene80), text_s=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80), bbid_s=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting), type_s=DocValuesFormat(name=Asserting), i_multi=DocValuesFormat(name=Lucene80), trueNegative_i=DocValuesFormat(name=Lucene80), b_ls=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Lucene80), ident_s=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Asserting), extra_s=DocValuesFormat(name=Asserting), ykey_s=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Lucene80), deletable_s=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1410, maxMBSortInHeap=7.940178078309556, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b66e335), locale=en-KN, timezone=America/Yellowknife
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=98149320,total=289406976
   [junit4]   2> NOTE: All tests run in this JVM: [JDBCStreamTest, UsingSolrJRefGuideExamplesTest, JdbcDriverTest, TestDelegationTokenResponse, HyperbolicSineEvaluatorTest, TestPolicy2, TestEmbeddedSolrServer, ConcurrentUpdateSolrClientBuilderTest, CloudSolrClientBuilderTest, ArcCosineEvaluatorTest, JsonValidatorTest, DomainMapTest, QueryFacetMapTest, GreaterThanEqualToEvaluatorTest, TestCoreAdmin, ShardParamsTest, NodePreferenceRulesComparatorTest, TestToleratedUpdateError, ArrayEvaluatorTest, ConcatOperationTest, SolrPingTest, TestJavaBinCodec, TestTimeSource, TestJSONWriter, AnlysisResponseBaseTest, GetByIdTest, CommonAdminParamsTest, StreamExpressionToExplanationTest, DivideEvaluatorTest, TestLang, JsonQueryRequestHeatmapFacetingTest, CosineEvaluatorTest, ZkConfigFilesTest, SolrExampleBinaryTest, SolrExampleXMLTest, SolrExceptionTest, SolrQueryTest, SolrSchemalessExampleTest, TestLBHttp2SolrClient, TestLBHttpSolrClient, TestSolrJErrorHandling, TestPolicyOld, JettyWebappTest, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, MergeIndexesEmbeddedTest, SolrExampleEmbeddedTest, SolrExampleJettyTest, SolrExampleStreamingBinaryTest, SolrExampleStreamingTest, CloudHttp2SolrClientBadInputTest, CloudHttp2SolrClientBuilderTest, CloudHttp2SolrClientMultiConstructorTest, CloudHttp2SolrClientRetryTest, CloudSolrClientCacheTest, CloudSolrClientMultiConstructorTest, CloudSolrClientRetryTest, ConcurrentUpdateHttp2SolrClientBadInputTest, ConcurrentUpdateHttp2SolrClientMultiCollectionTest, ConcurrentUpdateHttp2SolrClientTest, Http2SolrClientCompatibilityTest, Http2SolrClientTest, LBHttpSolrClientBuilderTest, GraphExpressionTest, SelectWithEvaluatorsTest, StreamDecoratorTest]
   [junit4] Completed [198/208 (2!)] on J2 in 55.79s, 52 tests, 1 failure <<< FAILURES!

[...truncated 51442 lines...]